mirror of
https://gitlab.sectorq.eu/jaydee/imported_video.git
synced 2025-12-14 10:34:53 +01:00
build
This commit is contained in:
@@ -232,7 +232,7 @@ if _ACTION == "join":
|
|||||||
|
|
||||||
# ]
|
# ]
|
||||||
myCmd = [
|
myCmd = [
|
||||||
"/usr/bin/ffmpeg", "-f", "concat", "-i", "video.txt", "-c", "copy", "-metadata:s:v:0", "rotate=180","-y", export_name
|
"/usr/bin/ffmpeg", "-f", "concat", "-i", "video.txt", "-c", "copy", "-metadata:s:v", "rotate=180","-y", export_name
|
||||||
|
|
||||||
]
|
]
|
||||||
|
|
||||||
@@ -246,7 +246,7 @@ if _ACTION == "join":
|
|||||||
myCmd = [
|
myCmd = [
|
||||||
"/usr/bin/ffmpeg", "-f", "concat", "-i", "video.txt","-c", "copy", "-y", export_name
|
"/usr/bin/ffmpeg", "-f", "concat", "-i", "video.txt","-c", "copy", "-y", export_name
|
||||||
]
|
]
|
||||||
|
print(myCmd)
|
||||||
d_print(" ".join(myCmd))
|
d_print(" ".join(myCmd))
|
||||||
d_print(_FULL_PATH)
|
d_print(_FULL_PATH)
|
||||||
print(f"Joining {len(parts)} files to {export_name} in {_DAY_DIR}...".ljust(100))
|
print(f"Joining {len(parts)} files to {export_name} in {_DAY_DIR}...".ljust(100))
|
||||||
|
|||||||
Reference in New Issue
Block a user