explicitly set 10 bit

This commit is contained in:
Zen 2020-11-14 00:11:07 +02:00 committed by GitHub
parent 9a80b86fba
commit 314dce1fd8
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', '--threads=4', '--cpu-used=0', '--end-usage=q', '--cq-level=30'],
default_args=['--codec=vp9', '-b', '10', '--threads=4', '--cpu-used=0', '--end-usage=q', '--cq-level=30'],
default_passes=2,
default_q_range=(25, 50),
output_extension='ivf'