From e4c6a671a6a126ecc55915eae8865eff1d07d14f Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Mon, 6 Oct 2014 10:54:20 +0200 Subject: [PATCH] fix mp4 encoding in ubuntu 14.04 --- pandora/archive/extract.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pandora/archive/extract.py b/pandora/archive/extract.py index b386f0bb..10179dc6 100644 --- a/pandora/archive/extract.py +++ b/pandora/archive/extract.py @@ -211,7 +211,8 @@ def stream(video, target, profile, info, avconv=None, audio_track=0): '-vcodec', 'libx264', '-preset:v', 'medium', '-profile:v', 'baseline', - '-level', '3.0', + # does not work with avconv in Ubuntu 14.04 yet + #'-level', '3.0', ] else: video_settings += [