mirror of
https://github.com/master-of-zen/Av1an.git
synced 2024-11-25 02:29:40 +00:00
bar fix
This commit is contained in:
parent
2ba3d5dbfe
commit
ef0c05b8ca
1 changed files with 1 additions and 1 deletions
2
av1an.py
2
av1an.py
|
@ -489,7 +489,7 @@ class Av1an:
|
|||
print(f'\rClips: {initial} Workers: {self.workers} Passes: {self.encode_pass}\nParams: {self.encoding_params}')
|
||||
|
||||
bar = tqdm(total=self.frame_probe(self.args.file_path),
|
||||
initial=0, dynamic_ncols=True, unit=" frames",
|
||||
initial=0, dynamic_ncols=True, unit="frame",
|
||||
leave=False)
|
||||
loop = pool.imap_unordered(self.encode, commands)
|
||||
for b in loop:
|
||||
|
|
Loading…
Reference in a new issue