输出只展示结束时overall speed
This commit is contained in:
parent
1baa6141da
commit
7bdde6781f
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user