mirror of
https://github.com/master-of-zen/Av1an.git
synced 2024-11-25 02:29:40 +00:00
removed not needed frame check
This commit is contained in:
parent
6a44251d66
commit
bc0ce448a5
1 changed files with 0 additions and 2 deletions
2
av1an.py
2
av1an.py
|
@ -620,8 +620,6 @@ class Av1an:
|
|||
clips = len([x for x in enc_path.iterdir() if x.suffix == ".mkv"])
|
||||
print(f'\rQueue: {clips} Workers: {self.workers} Passes: {self.passes}\nParams: {self.video_params}')
|
||||
|
||||
total = self.frame_probe(self.args.file_path)
|
||||
|
||||
bar = tqdm(total=total, initial=initial, dynamic_ncols=True, unit="fr",
|
||||
leave=False)
|
||||
|
||||
|
|
Loading…
Reference in a new issue