This commit is contained in:
Zen 2020-02-17 11:20:43 +02:00
parent 2ba3d5dbfe
commit ef0c05b8ca

View file

@ -489,7 +489,7 @@ class Av1an:
print(f'\rClips: {initial} Workers: {self.workers} Passes: {self.encode_pass}\nParams: {self.encoding_params}') 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), 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) leave=False)
loop = pool.imap_unordered(self.encode, commands) loop = pool.imap_unordered(self.encode, commands)
for b in loop: for b in loop: