Update av1an.py

This commit is contained in:
Zen 2020-01-31 20:24:07 +02:00
parent 7c9de20dbd
commit 54748136bc

View file

@ -10,6 +10,7 @@ import time
from shutil import rmtree
from math import ceil
from multiprocessing import Pool
# Fix frame cuts
class ProgressBar: