mirror of
https://github.com/master-of-zen/Av1an.git
synced 2024-11-25 02:29:40 +00:00
fixing typo
This commit is contained in:
parent
07cf845833
commit
159e5994c0
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ class Vpx(Encoder):
|
|||
super().__init__(
|
||||
encoder_bin='vpxenc',
|
||||
encoder_help='vpxenc --help',
|
||||
default_args=['--codec=vp9', '-b', '10', '--profile=2' '--threads=4', '--cpu-used=0', '--end-usage=q', '--cq-level=30'],
|
||||
default_args=['--codec=vp9', '-b', '10', '--profile=2', '--threads=4', '--cpu-used=0', '--end-usage=q', '--cq-level=30'],
|
||||
default_passes=2,
|
||||
default_q_range=(25, 50),
|
||||
output_extension='ivf'
|
||||
|
|
Loading…
Reference in a new issue