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 = [
"/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)