Changes between Version 1 and Version 3 of Ticket #11223
- Timestamp:
- Oct 2, 2024, 10:43:50 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11223 – Description
v1 v3 1 1 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 including disabled tracks. 2 2 In this case, the disable track also have no audio codec set, so conversion fails 3 4 Apple spec: https://developer.apple.com/documentation/quicktime-file-format/preparing_sound_and_subtitle_alternate_groups_for_use_with_apple_devices/ 3 5 4 6 ./ffmpeg -y -i ~/Downloads/spatial_audio_test.MOV -map 0:v -map 0:a -c:v copy -c:a aac ~/multiaudio.mp4


