Azure / azure-media-migration

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

Duplicate video tracks when track id is missing in manifest. #258

Closed duggaraju closed 1 month ago

duggaraju commented 1 month ago

Do not assume track id to be 1 for all tracks. But if audio and video are in same file both can't be track 1. Use stream type instead of track id where possible. Fixes #250