This commit is contained in:
Zen 2020-01-31 20:27:55 +02:00
parent 54748136bc
commit 41d0a54830

View file

@ -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):