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

Using "-i" to put AC3 track as second track (after video) is not working. It's set as index=0 every time. #113

Closed
tmchow opened this issue Feb 2, 2018 · 1 comment

Comments

@tmchow
Copy link
Contributor

tmchow commented Feb 2, 2018

When I use the -i argument, according to the code, it's supposed to put that track as the second track with the first track being the the video.

        # Puts the AC3 track as the second in the file if indicated as initial
        if [ $INITIAL = 1 ]; then
                CMD="$CMD --track-order 0:1,1:0"
        fi

This isn't happening and the AC3 track is being put first (index=0) with video being second (index=1).

I don't understand how the --track-order argument works with mkvmerge otherwise I'd suggest a fix.

@tmchow tmchow changed the title Using "-i" to put AC3 track as second track (after video) is not working Using "-i" to put AC3 track as second track (after video) is not working. It's set as index=0 every time. Feb 2, 2018
@tmchow
Copy link
Contributor Author

tmchow commented Feb 4, 2018

After mucking with this a bit, discovered that the fix is simple and I created a PR for it:
#114

@tmchow tmchow closed this as completed Feb 4, 2018
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

No branches or pull requests

1 participant