#11223: -map 0:a does not skip disabled tracks
-------------------------------------+-------------------------------------
Reporter: markshw2222 | Type: defect
Status: new | Priority: normal
Component: | Version:
undetermined | unspecified
Keywords: | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
-------------------------------------+-------------------------------------
IPhone 16 introduced spatial audio. They use multiple audio tracks to
carry audio. One track is enabled the other is disabled. When specifying
-map 0:a ALL audio tracks are iterated inclusing disabled tracks.
In this case, the disable track also have no audio codec set, so
conversion fails
./ffmpeg -y -i ~/Downloads/spatial_audio_test.MOV -map 0:v -map 0:a -c:v
copy -c:a aac ~/multiaudio.mp4
Failure:
[aist#0:2/none @ 0x14a709b50] Decoding requested, but no decoder found
for: none
--
Ticket URL: <https://trac.ffmpeg.org/ticket/11223>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
_______________________________________________
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-trac
To unsubscribe, visit link above, or email
ffmpeg-trac-requ...@ffmpeg.org with subject "unsubscribe".