diff --git a/workflow/video.py b/workflow/video.py index 35a778c..895bfc7 100644 --- a/workflow/video.py +++ b/workflow/video.py @@ -189,7 +189,7 @@ def handle_ffmpeg_output(stderr: IO[bytes]) -> str: if line.startswith(b"speed="): speed = line.replace(b"speed=", b"").decode().strip() _i += 1 - if _i % 60 == 30: + if _i % 120 == 90: print("[>]Speed:", out_time, "@", speed) print("[ ]Speed:", out_time, "@", speed) return out_time