[FFmpeg-trac] #11224(undetermined:new): -filter_complex "[0:a] ..." does not skip disabled tracks
FFmpeg
trac at avcodec.org
Thu Oct 3 01:40:40 EEST 2024
#11224: -filter_complex "[0:a] ..." does not skip disabled tracks
-------------------------------------+-------------------------------------
Reporter: markshw2222 | Owner: (none)
Type: defect | Status: new
Priority: normal | Component:
| undetermined
Version: unspecified | Resolution:
Keywords: | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
-------------------------------------+-------------------------------------
Comment (by markshw2222):
note: if I'm explicit in track selection
-filter_complex "[0:a:1] asetpts=PTS-STARTPTS [output_audio]" - will work
as I select good track
-filter_complex "[0:a:0] asetpts=PTS-STARTPTS [output_audio]" - will fail
as I select disabled track (with no codec info)
--
Ticket URL: <https://trac.ffmpeg.org/ticket/11224#comment:1>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list