-
Notifications
You must be signed in to change notification settings - Fork 160
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
Question/Recommendation: What audio options to use for 8-channel lossless UHD content #324
Comments
@kford The AC-3 encoder in HandBrake is not capable of creating more than six channels. The only want to get 8 channels is using AAC format. Try adding |
Hi Don, I tried adding
and with this command
I get this output file with two audio tracks, a 6 channel and 2 channel stereo. Any other ideas?
|
@kford I'm sorry you're having this problem. But this used to work so I suspect there's been some change in HandBrake to limit the number of channels for AAC output? Because your command line looks correct. BTW, it turns out that 7.1 audio in AAC format is a playback compatibility nightmare which is why I limited AAC output to 5.1 channels in my newer |
@donmelton
|
@samhutchins Hmmmm, you're correct. I think I had to do that because of the playback compatibility problems. I just forgot because it was so damn long ago. :/ @kford It might be possible to override that with |
I guess I'll go with copy-audio, but wow these 8 channel lossless audio files are huge. On one of the titles, it's 7.5GB for the audio!
|
Hi Don,
Just wondering if you could suggest audio options to transcode the 8-channel lossless source audio to conserve space while maintaining all the channels. The source audio track on UHD content is around 4GB so would definitely like to shed some weight.
Source Audio in question
I am in the process of installing a 5.1.2 Atmos setup and up until now was using the stereo speakers of my TV so I didn't really care much about audio. Using my default options, such as below,
transcode-video --crop 0:0:0:0 source.mkv --add-subtitle 1 --output target.mkv
I get an audio track like this, as well as a stereo AAC track omitted as irrelevant for this question.
The transcoded main audio track has 6 channels, instead of the 8 channels in the original content, which I believe to be the L and R top-middle Atmos channels. I'd like to retain the 8 channels of the source content, which I've only been able to do using
copy-audio
which gives me a lossless audio copy, but at the cost of 4GBWith these options
transcode-video source.mkv --output transcoded_double.mkv --audio-width main=double
I end up with this output track (I took out some values for brevity)
Can you suggest how I might retain the 8 channels of the source, while shedding some weight and maintaining reasonable quality?
Thanks!
The text was updated successfully, but these errors were encountered: