This commit is contained in:
Zen 2020-01-11 09:28:06 +02:00
parent acf8da6910
commit b6c38596a6

View file

@ -23,9 +23,6 @@ try:
except ImportError: except ImportError:
print('ERROR: No PyScenedetect installed, try: sudo pip install scenedetect') print('ERROR: No PyScenedetect installed, try: sudo pip install scenedetect')
DEFAULT_ENCODE = ' -h 40 -w 70 --passes=1 --tile-columns=2 --tile-rows=2 --cpu-used=8 --end-usage=q --cq-level=63 --aq-mode=0'
DEFAULT_AUDIO = '-c:a libopus -ac 1 -b:a 12k'
#-w 252 -h 144 #-w 252 -h 144
DEFAULT_ENCODE = ' -w 70 -h 40 --passes=1 --cpu-used=8 --end-usage=q --cq-level=63 --aq-mode=0' DEFAULT_ENCODE = ' -w 70 -h 40 --passes=1 --cpu-used=8 --end-usage=q --cq-level=63 --aq-mode=0'
DEFAULT_AUDIO = '-c:a libopus -ac 1 -b:a 24k' DEFAULT_AUDIO = '-c:a libopus -ac 1 -b:a 24k'