diff --git a/handle_imported_video.py b/handle_imported_video.py index 096bb2b..590be4b 100644 --- a/handle_imported_video.py +++ b/handle_imported_video.py @@ -223,7 +223,7 @@ if _ACTION == "join": ] else: myCmd = [ - "/opt/ffmpeg/ffmpeg", "-f", "concat", "-i", "video.txt ","-vcodec", "copy", "-acodec", "copy", "-y", export_name + "/opt/ffmpeg/ffmpeg", "-f", "concat", "-i", "video.txt ","-c", "copy", "-y", export_name ] if _TEST: print(" ".join(myCmd))