#11562: ffmpeg adds an extra audio stream to the output if apad filter_complex
is
used
-------------------------------------+-------------------------------------
Reporter: weihuaqd | Owner: (none)
Type: defect | Status: closed
Priority: normal | Component: ffmpeg
Version: 7.1 | Resolution: invalid
Keywords: | Blocked By:
filter_complex apad |
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
-------------------------------------+-------------------------------------
Changes (by Gyan):
* resolution: => invalid
* status: new => closed
Comment:
If you're mapping the audio, use `-af` or `-filter:a` not filter_complex.
{{{
-map 0:a? -af apad
}}}
Read the chapter on [https://ffmpeg.org/ffmpeg.html#Stream-selection-1
stream selection].
--
Ticket URL: <https://trac.ffmpeg.org/ticket/11562#comment:1>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
_______________________________________________
FFmpeg-trac mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-trac
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".