we don't need to run ffmpeg more times
This commit is contained in:
parent
39c68260c0
commit
784763c565
|
@ -808,7 +808,8 @@ def _real_main(argv=None):
|
||||||
if opts.xattrs:
|
if opts.xattrs:
|
||||||
ydl.add_post_processor(XAttrMetadataPP())
|
ydl.add_post_processor(XAttrMetadataPP())
|
||||||
if opts.embedthumbnail:
|
if opts.embedthumbnail:
|
||||||
ydl.add_post_processor(FFmpegAudioFixPP())
|
if not opts.addmetadata:
|
||||||
|
ydl.add_post_processor(FFmpegAudioFixPP())
|
||||||
ydl.add_post_processor(AtomicParsleyPP())
|
ydl.add_post_processor(AtomicParsleyPP())
|
||||||
|
|
||||||
# Update version
|
# Update version
|
||||||
|
|
Loading…
Reference in New Issue