diff --git a/pandora/archive/extract.py b/pandora/archive/extract.py index 8d654966..f0c9566a 100644 --- a/pandora/archive/extract.py +++ b/pandora/archive/extract.py @@ -224,7 +224,9 @@ def stream(video, target, profile, info, audio_track=0): else: audio_settings = ['-an'] - cmd = [settings.FFMPEG, '-y', '-i', video, '-threads', '4', '-map_metadata', '-1', '-sn'] \ + cmd = [settings.FFMPEG, + '-nostats', '-loglevel', 'error', + '-y', '-i', video, '-threads', '4', '-map_metadata', '-1', '-sn'] \ + audio_settings \ + video_settings