From bb8bef991fad51344b8bd64c6bf1594a36dc6d79 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Tue, 30 Sep 2014 14:00:40 +0000 Subject: [PATCH] set h264 level to 3.0 (most compatible) --- pandora/archive/extract.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pandora/archive/extract.py b/pandora/archive/extract.py index d49f8d50..b386f0bb 100644 --- a/pandora/archive/extract.py +++ b/pandora/archive/extract.py @@ -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 += [