This commit is contained in:
ladislav.dusa
2024-09-25 18:57:48 +02:00
parent 32b364b6f5
commit ce0d242f28

View File

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