mirror of
https://gitlab.sectorq.eu/jaydee/python.git
synced 2025-12-14 10:44:52 +01:00
bitwarden
This commit is contained in:
@@ -223,7 +223,7 @@ if _ACTION == "join":
|
|||||||
]
|
]
|
||||||
else:
|
else:
|
||||||
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 ","-c", "copy", "-y", export_name
|
||||||
]
|
]
|
||||||
if _TEST:
|
if _TEST:
|
||||||
print(" ".join(myCmd))
|
print(" ".join(myCmd))
|
||||||
|
|||||||
Reference in New Issue
Block a user