diff --git a/handle_imported_video.py b/handle_imported_video.py index d02c7ac..98b8ccd 100644 --- a/handle_imported_video.py +++ b/handle_imported_video.py @@ -166,7 +166,7 @@ if _ACTION == "join": if _FLIP: if ops == "win": myCmd = [ - "ffmpeg", "-display_rotation", "180", "-f", "concat", "-i", "video.txt ","-vcodec", "copy", "-acodec", "copy", "-y", export_name + "ffmpeg", "-f", "concat", "-i", "video.txt ","-vcodec", "copy", "-acodec", "copy", "-c", "copy", "-metadata:s:v:0", "rotate=180","-y", export_name ] else: myCmd = [