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 = [
|
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)
|
||||||
|
|||||||
Reference in New Issue
Block a user