Azure / azure-media-migration

Azure Media Migration Tool
https://github.com/Azure/azure-media-migration
MIT License
10 stars 13 forks source link

Fix to allow multi language audio to be packaged correctly. #231

Closed duggaraju closed 6 months ago

duggaraju commented 6 months ago

Use stream id instead of stream type to select multiple audios correctly. Assumes that track id is stream_index + 1 which works 99% of time but could be incorrect some times.

duggaraju commented 6 months ago

Fixes #230 . While usually the MP4 track ID is stream_index (0-based) + 1. It doesn't always have to be that way and that could fail in some rare cases. It works for the customer reported scenario.