This commit is contained in:
j 2014-07-19 16:40:04 +02:00
parent c14ea8f7e1
commit 96d3879862

View file

@ -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