default to vp8 for now
This commit is contained in:
parent
718421988c
commit
d731cc528c
1 changed files with 1 additions and 0 deletions
|
@ -191,6 +191,7 @@ def video_cmd(video, target, profile, info):
|
||||||
] + extra
|
] + extra
|
||||||
if format == 'webm':
|
if format == 'webm':
|
||||||
video_settings += [
|
video_settings += [
|
||||||
|
'-vcodec', 'libvpx',
|
||||||
'-deadline', 'good',
|
'-deadline', 'good',
|
||||||
'-cpu-used', '0',
|
'-cpu-used', '0',
|
||||||
'-lag-in-frames', '16',
|
'-lag-in-frames', '16',
|
||||||
|
|
Loading…
Reference in a new issue