diff --git a/handle_imported_video.py b/handle_imported_video.py index abf0cec..7b04a57 100644 --- a/handle_imported_video.py +++ b/handle_imported_video.py @@ -232,7 +232,7 @@ if _ACTION == "join": # ] myCmd = [ - "/usr/bin/ffmpeg", "-f", "concat", "-i", "video.txt", "-c", "copy", "-metadata:s:v:0", "rotate=0","-y", export_name + "/usr/bin/ffmpeg", "-f", "concat", "-i", "video.txt", "-c", "copy", "-metadata:s:v:0", "rotate=180", "-y", export_name ]