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

fix initial option to make the AC3 track the first audio track #120

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

sbholmes
Copy link

The initial option doesn't work properly. From my reading, it should make the AC3 track the first audio track in the file.

For example your test mkv file has track 1 as the video and track 2 as the DTS audio, the --initial option should put the new AC3 track as track 2, and shunt the DTS track to 3. The video should stay as track 1. This doesn't happen.

Currently if you use --initial on your test mkv file you end up with the DTS track as track 1, the AC3 track as track 2 and the video track as track 3! This confuses some players like my TV.

This fix makes the AC3 track the first audio track in the file when using the --initial option.

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.

1 participant