strip metadata

This commit is contained in:
j 2014-07-20 12:06:54 +00:00
parent 12fa7edb53
commit 68ead8a2af
1 changed files with 1 additions and 1 deletions

View File

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