strip metadata

This commit is contained in:
j 2014-07-20 12:06:54 +00:00
parent 12fa7edb53
commit 68ead8a2af

View file

@ -250,7 +250,7 @@ def stream(video, target, profile, info, avconv=None):
if not avconv: if not avconv:
avconv = AVCONV avconv = AVCONV
cmd = [avconv, '-y', '-i', video, '-threads', '4'] \ cmd = [avconv, '-y', '-i', video, '-threads', '4', '-map_metadata', '-1'] \
+ audio_settings \ + audio_settings \
+ video_settings + video_settings