From c259a95da5c5e9b6c9574d8c78fb2affda82b951 Mon Sep 17 00:00:00 2001 From: jaydee Date: Mon, 23 Jun 2025 12:42:11 +0200 Subject: [PATCH] build --- handle_imported_video.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handle_imported_video.py b/handle_imported_video.py index 4ee5f34..9531fed 100644 --- a/handle_imported_video.py +++ b/handle_imported_video.py @@ -165,7 +165,7 @@ def add_overlay(_DEV,_SOURCE_DIR,_DAY_DIRS): print(myCmd) #status, output = subprocess.getstatusoutput(myCmd) print(output) - ff = FfmpegProgress(myCmd) + ff = FfmpegProgress(myCmd.split()) with tqdm(total=100, position=1, desc="Encode") as pbar: for progress in ff.run_command_with_progress(): pbar.update(progress - pbar.n)