strip metadata to avid Firefox issues https://bugzilla.mozilla.org/show_bug.cgi?id=1041153
This commit is contained in:
parent
c14ea8f7e1
commit
96d3879862
1 changed files with 1 additions and 1 deletions
|
@ -278,7 +278,7 @@ def video_cmd(video, target, profile, info):
|
||||||
else:
|
else:
|
||||||
audio_settings = ['-an']
|
audio_settings = ['-an']
|
||||||
|
|
||||||
cmd = [command('ffmpeg'), '-y', '-i', video, '-threads', '4'] \
|
cmd = [command('ffmpeg'), '-y', '-i', video, '-threads', '4', '-map_metadata', '-1'] \
|
||||||
+ audio_settings \
|
+ audio_settings \
|
||||||
+ video_settings
|
+ video_settings
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue