mirror of
https://github.com/master-of-zen/Av1an.git
synced 2024-11-25 02:29:40 +00:00
fix
This commit is contained in:
parent
54748136bc
commit
41d0a54830
1 changed files with 1 additions and 1 deletions
2
av1an.py
2
av1an.py
|
@ -222,7 +222,7 @@ class Av1an:
|
|||
videos.append([file, f])
|
||||
|
||||
videos = [i[0] for i in sorted(videos, key=lambda x: -x[1])[:-1]]
|
||||
print(f'Clips:{len(videos)} ', end='')
|
||||
print(f'Clips: {len(videos)} ', end='')
|
||||
return videos
|
||||
|
||||
def svt_av1_encode(self, file_paths):
|
||||
|
|
Loading…
Reference in a new issue