diff --git a/handle_imported_video.py b/handle_imported_video.py index aaa93a7..8f4ebe5 100644 --- a/handle_imported_video.py +++ b/handle_imported_video.py @@ -97,7 +97,7 @@ if _ACTION == "flip": # "/usr/bin/ffmpeg", "-f", "-i", _FILE, "-c", "copy", "-metadata:s:v:0", "rotate=180", "-y", export_name # ] myCmd = [ - "/usr/bin/ffmpeg", "-f", "-i", filename, "-vf", "hflip", "-c:a", "copy", "-y", export_name + "/usr/bin/ffmpeg", "-i", filename, "-vf", "hflip", "-c:a", "copy", "-y", export_name ] #Path = "~/Documents/File.txt"