Skip to content

Commit

Permalink
Update FFMpeg.py
Browse files Browse the repository at this point in the history
Typo
  • Loading branch information
GeoHaber committed Jul 30, 2024
1 parent 5da669c commit 91ed0d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FFMpeg.py
Original file line number Diff line number Diff line change
Expand Up @@ -1010,7 +1010,7 @@ def video_diff(file1, file2) :
todo = (ffmpeg, '-i', file1, '-i', file2, '-filter_complex', "blend=all_mode=difference", '-c:v', 'libx265', '-preset', 'faster', '-c:a', 'copy', '-y', out_f)

if run_ffm(todo):
return out_file
return out_f
else:
msj+= f" = Failed to Compare Files >\n"
raise Exception(msj)
Expand Down

0 comments on commit 91ed0d7

Please sign in to comment.