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