bitwarden

This commit is contained in:
jaydee
2024-10-02 20:19:52 +02:00
parent a376512839
commit 86b7c127ac

View File

@@ -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))