forked from 0x2620/pandora
set h264 level to 3.0 (most compatible)
This commit is contained in:
parent
57c1dcc1d5
commit
bb8bef991f
1 changed files with 1 additions and 0 deletions
|
@ -211,6 +211,7 @@ def stream(video, target, profile, info, avconv=None, audio_track=0):
|
||||||
'-vcodec', 'libx264',
|
'-vcodec', 'libx264',
|
||||||
'-preset:v', 'medium',
|
'-preset:v', 'medium',
|
||||||
'-profile:v', 'baseline',
|
'-profile:v', 'baseline',
|
||||||
|
'-level', '3.0',
|
||||||
]
|
]
|
||||||
else:
|
else:
|
||||||
video_settings += [
|
video_settings += [
|
||||||
|
|
Loading…
Reference in a new issue