This commit is contained in:
2025-06-23 12:42:11 +02:00
parent 270fd8de42
commit c259a95da5

View File

@@ -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)