diff --git a/handle_imported_video.py b/handle_imported_video.py index 6d9add3..0898612 100644 --- a/handle_imported_video.py +++ b/handle_imported_video.py @@ -181,8 +181,8 @@ if _ACTION == "join": myCmd = [ "/opt/ffmpeg/ffmpeg", "-f", "concat", "-i", "video.txt ","-vcodec", "copy", "-acodec", "copy", "-y", export_name ] - - #print(myCmd) + if _TEST: + print(" ".join(myCmd)) print(f"Joining {len(parts)} files to {export_name} in {_DAY_DIR}...") try: os.remove(export_name)