From 68ead8a2afa5f8f32242cb7580d42735da4dfe92 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Sun, 20 Jul 2014 12:06:54 +0000 Subject: [PATCH] strip metadata --- 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 9d5e46d6e..e16cde1c2 100644 --- a/pandora/archive/extract.py +++ b/pandora/archive/extract.py @@ -250,7 +250,7 @@ def stream(video, target, profile, info, avconv=None): if not avconv: avconv = AVCONV - cmd = [avconv, '-y', '-i', video, '-threads', '4'] \ + cmd = [avconv, '-y', '-i', video, '-threads', '4', '-map_metadata', '-1'] \ + audio_settings \ + video_settings