use -quality instead of -deadline
This commit is contained in:
parent
c8b07794c9
commit
49aa7e3746
1 changed files with 1 additions and 1 deletions
|
@ -192,7 +192,7 @@ def video_cmd(video, target, profile, info):
|
||||||
if format == 'webm':
|
if format == 'webm':
|
||||||
video_settings += [
|
video_settings += [
|
||||||
'-vcodec', 'libvpx',
|
'-vcodec', 'libvpx',
|
||||||
'-deadline', 'good',
|
'-quality', 'good',
|
||||||
'-cpu-used', '0',
|
'-cpu-used', '0',
|
||||||
'-lag-in-frames', '16',
|
'-lag-in-frames', '16',
|
||||||
'-auto-alt-ref', '1',
|
'-auto-alt-ref', '1',
|
||||||
|
|
Loading…
Reference in a new issue