mirror of
https://github.com/master-of-zen/Av1an.git
synced 2024-11-25 02:29:40 +00:00
typo
This commit is contained in:
parent
acf8da6910
commit
b6c38596a6
1 changed files with 0 additions and 3 deletions
3
main.py
3
main.py
|
@ -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'
|
||||||
|
|
Loading…
Reference in a new issue