mirror of
https://github.com/acgnhiki/blrec.git
synced 2025-03-25 18:40:09 +08:00
parent
7fc31e9e11
commit
fff5994f0b
@ -151,8 +151,11 @@ def remux_video(
|
||||
else:
|
||||
continue
|
||||
|
||||
if line.startswith('frame='):
|
||||
try:
|
||||
size = parse_size(line)
|
||||
except Exception:
|
||||
pass
|
||||
else:
|
||||
pbar.update(size - pbar.n)
|
||||
progress = RemuxingProgress(size, total)
|
||||
observer.on_next(progress)
|
||||
|
Loading…
Reference in New Issue
Block a user