From f6939ff08e0eba64f44e7975c7e6bf41d87ce0ab Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Mon, 4 Aug 2014 16:08:49 +0200 Subject: [PATCH] disable subtitle stream during video conversion --- pandora/archive/extract.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora/archive/extract.py b/pandora/archive/extract.py index db85c4954..adb6dff0e 100644 --- a/pandora/archive/extract.py +++ b/pandora/archive/extract.py @@ -272,7 +272,7 @@ def stream(video, target, profile, info, avconv=None, audio_track=0): if not avconv: avconv = AVCONV - cmd = [avconv, '-y', '-i', video, '-threads', '4', '-map_metadata', '-1'] \ + cmd = [avconv, '-y', '-i', video, '-threads', '4', '-map_metadata', '-1', '-sn'] \ + audio_settings \ + video_settings