strip metadata
This commit is contained in:
parent
12fa7edb53
commit
68ead8a2af
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue