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