From 7bdde6781f35f117219faa3953b8860508daf64d Mon Sep 17 00:00:00 2001 From: Jerry Yan <792602257@qq.com> Date: Tue, 31 May 2022 10:51:32 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BE=93=E5=87=BA=E5=8F=AA=E5=B1=95=E7=A4=BA?= =?UTF-8?q?=E7=BB=93=E6=9D=9F=E6=97=B6overall=20speed?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- workflow/video.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/workflow/video.py b/workflow/video.py index 958e276..caacf7c 100644 --- a/workflow/video.py +++ b/workflow/video.py @@ -136,8 +136,6 @@ def handle_ffmpeg_output(stdout: IO[bytes]) -> str: if line.startswith(b"speed="): speed = line.replace(b"speed=", b"").decode().strip() _i += 1 - if _i % 120 == 90: - print("[>]Speed:", out_time, "@", speed) print("[ ]Speed:", out_time, "@", speed) return out_time