mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-10 09:07:58 +01: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:
|
||||
ydl.add_post_processor(XAttrMetadataPP())
|
||||
if opts.embedthumbnail:
|
||||
if not opts.addmetadata:
|
||||
ydl.add_post_processor(FFmpegAudioFixPP())
|
||||
ydl.add_post_processor(AtomicParsleyPP())
|
||||
|
||||
|
|
Loading…
Reference in a new issue