mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-10-31 22:55:26 +00:00
we don't need to run ffmpeg more times
This commit is contained in:
parent
39c68260c0
commit
784763c565
1 changed files with 2 additions and 1 deletions
|
@ -808,6 +808,7 @@ 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:
|
||||||
|
if not opts.addmetadata:
|
||||||
ydl.add_post_processor(FFmpegAudioFixPP())
|
ydl.add_post_processor(FFmpegAudioFixPP())
|
||||||
ydl.add_post_processor(AtomicParsleyPP())
|
ydl.add_post_processor(AtomicParsleyPP())
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue