default to vp8 for now

This commit is contained in:
j 2015-10-17 14:35:38 +02:00
parent 718421988c
commit d731cc528c

View file

@ -191,6 +191,7 @@ def video_cmd(video, target, profile, info):
] + extra
if format == 'webm':
video_settings += [
'-vcodec', 'libvpx',
'-deadline', 'good',
'-cpu-used', '0',
'-lag-in-frames', '16',