set h264 level to 3.0 (most compatible)

This commit is contained in:
j 2014-09-30 14:00:40 +00:00
parent 57c1dcc1d5
commit bb8bef991f

View file

@ -211,6 +211,7 @@ def stream(video, target, profile, info, avconv=None, audio_track=0):
'-vcodec', 'libx264',
'-preset:v', 'medium',
'-profile:v', 'baseline',
'-level', '3.0',
]
else:
video_settings += [