-
Notifications
You must be signed in to change notification settings - Fork 31
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
Cannot copy/encode just one audio language track in a movie #107
Comments
Thank you for reporting the issue. This was a bug of --audio-copy, QSVEnc 7.27 should fix this issue. |
Thank you for that, the I still get all three language audio tracks using something like:
The English track is encoded to AAC stereo but the Italian/French 6ch AC3 tracks are still included in the output. |
Please change change |
Thank you again, works perfectly. |
I have been trying to get QSVencC to include just the English audio track in an output file either by copy or encode but it always includes all audio tracks in the output.
For example, I have a movie with Italian, English, and French audio tracks plus Italian, English, and French subtitles - each track has metadata describing it's language.
Basic MediaInfo output:
If I specify
--audio-copy eng
I always end up with all audio tracks and yet the--sub-copy eng
works perfectly, I only get English subtitles.This also happens when I only want just a single encoded audio track in the output:
I end up with the English track encoded to AAC stereo, (so it must be recognising the language metadata), but still get the Italian and French 6ch AC3 audio tracks in the output.
What do you need to do to get only a specific language audio track in the output?
Using QSVencC64 v7.26, Win 10, Arc 750 LE.
The text was updated successfully, but these errors were encountered: