From e5f1bff8cf60b8755498f198e9c4195f9338ebda Mon Sep 17 00:00:00 2001 From: jaydee Date: Mon, 16 Jun 2025 15:08:36 +0200 Subject: [PATCH] build --- handle_imported_video.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/handle_imported_video.py b/handle_imported_video.py index 094817c..445716f 100644 --- a/handle_imported_video.py +++ b/handle_imported_video.py @@ -232,7 +232,7 @@ if _ACTION == "join": # ] 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 = [ "/usr/bin/ffmpeg", "-f", "concat", "-i", "video.txt","-c", "copy", "-y", export_name ] - + print(myCmd) d_print(" ".join(myCmd)) d_print(_FULL_PATH) print(f"Joining {len(parts)} files to {export_name} in {_DAY_DIR}...".ljust(100))