diff --git a/handle_imported_video.py b/handle_imported_video.py index 4c502e6..2365b01 100644 --- a/handle_imported_video.py +++ b/handle_imported_video.py @@ -96,7 +96,7 @@ if os.path.exists(_FULL_PATH): f.close() print(_FULL_PATH) if _FLIP: - myCmd = '/opt/ffmpeg/ffmpeg -f concat -i video.txt -vcodec copy -acodec copy -vf "transpose=1,transpose=1" ' + export_name + myCmd = '/opt/ffmpeg/ffmpeg -display_rotation 180 -f concat -i video.txt -vcodec copy -acodec copy ' + export_name else: myCmd = '/opt/ffmpeg/ffmpeg -f concat -i video.txt -vcodec copy -acodec copy ' + export_name print(myCmd)