mirror of
https://gitlab.sectorq.eu/jaydee/python.git
synced 2025-12-14 10:44:52 +01:00
rebase
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user