fixing typo

This commit is contained in:
Zen 2020-11-15 15:24:13 +02:00 committed by GitHub
parent 07cf845833
commit 159e5994c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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'