Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Jun 5, 2024

Conversation

duggaraju
Copy link
Collaborator

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

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.
@pohhsu pohhsu merged commit 96cc7f8 into main Jun 5, 2024
4 checks passed
@pohhsu pohhsu deleted the duggaraju/duplicate_video branch June 5, 2024 05:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ISM files that have duplicate audio stream tags create duplicate stream in output
2 participants