diff --git a/handle_imported_video.py b/handle_imported_video.py index 0a8be47..a4ae8b9 100644 --- a/handle_imported_video.py +++ b/handle_imported_video.py @@ -214,7 +214,7 @@ if _ACTION == "join": ] else: myCmd = [ - "/opt/ffmpeg/ffmpeg", "-f", "concat", "-i", "video.txt", "-c", "copy", "-metadata:s:v:0", "rotate=180", "-y", export_name + "/usr/bin/ffmpeg", "-f", "concat", "-i", "video.txt", "-c", "copy", "-metadata:s:v:0", "rotate=180", "-y", export_name ] else: if ops == "win": @@ -223,7 +223,7 @@ if _ACTION == "join": ] else: myCmd = [ - "/opt/ffmpeg/ffmpeg", "-f", "concat", "-i", "video.txt","-c", "copy", "-y", export_name + "/usr/bin/ffmpeg", "-f", "concat", "-i", "video.txt","-c", "copy", "-y", export_name ] d_print(" ".join(myCmd))