diff --git a/pandora_client/extract.py b/pandora_client/extract.py index e0cdaaa..b243329 100644 --- a/pandora_client/extract.py +++ b/pandora_client/extract.py @@ -278,7 +278,7 @@ def video_cmd(video, target, profile, info): else: audio_settings = ['-an'] - cmd = [command('ffmpeg'), '-y', '-i', video, '-threads', '4'] \ + cmd = [command('ffmpeg'), '-y', '-i', video, '-threads', '4', '-map_metadata', '-1'] \ + audio_settings \ + video_settings