mirror of
https://github.com/master-of-zen/Av1an.git
synced 2024-11-25 02:29:40 +00:00
Update av1an.py
This commit is contained in:
parent
6457df45c2
commit
d0d1c67712
1 changed files with 1 additions and 1 deletions
2
av1an.py
2
av1an.py
|
@ -66,7 +66,7 @@ def arg_parsing():
|
|||
Command line parser
|
||||
Have default params
|
||||
"""
|
||||
default_encode_aomenc = '--threads=2 --cpu-used=4 --end-usage=q --cq-level=35 --aq-mode=1'
|
||||
default_encode_aomenc = '--cpu-used=6 --end-usage=q --cq-level=40'
|
||||
default_audio = '-c:a copy'
|
||||
|
||||
parser = argparse.ArgumentParser()
|
||||
|
|
Loading…
Reference in a new issue