Skip to content

Question/Recommendation: What audio options to use for 8-channel lossless UHD content #324

Closed
@kford

Description

@kford

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

Format/Info                              : Meridian Lossless Packing FBA with 16-channel presentation
Commercial name                          : Dolby TrueHD with Dolby Atmos
Codec ID                                 : A_TRUEHD
Duration                                 : 2 h 8 min
Bit rate mode                            : Variable
Bit rate                                 : 4 634 kb/s
Maximum bit rate                         : 8 247 kb/s
Channel(s)                               : 8 channels
Channel layout                           : L R C LFE Ls Rs Lb Rb
Sampling rate                            : 48.0 kHz
Frame rate                               : 1 200.000 FPS (40 SPF)
Bit depth                                : 24 bits
Compression mode                         : Lossless
Delay relative to video                  : 9 ms
Stream size                              : 4.15 GiB (8%)
Title                                    : Surround 7.1
Language                                 : English
Default                                  : Yes
Forced                                   : No
Original source medium                   : Blu-ray
Number of dynamic objects                : 11
Bed channel count                        : 1 channel
Bed channel configuration                : LFE

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.

Format/Info                              : Audio Coding 3
Commercial name                          : Dolby Digital
Codec ID                                 : A_AC3
Duration                                 : 2 h 8 min
Bit rate mode                            : Constant
Bit rate                                 : 640 kb/s
Channel(s)                               : 6 channels
Channel layout                           : L R C LFE Ls Rs
Sampling rate                            : 48.0 kHz
Frame rate                               : 31.250 FPS (1536 SPF)
Bit depth                                : 16 bits
Compression mode                         : Lossy
Delay relative to video                  : -38 ms
Stream size                              : 586 MiB (5%)
Title                                    : Surround
Language                                 : English
Service kind                             : Complete Main
Default                                  : Yes
Forced                                   : No

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 4GB

With 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)

Format/Info                              : Audio Coding 3
Commercial name                          : Dolby Digital
Codec ID                                 : A_AC3
Duration                                 : 3 min 29 s
Channel(s)                               : 6 channels
Channel layout                           : L R C LFE Ls Rs
Sampling rate                            : 48.0 kHz
Bit depth                                : 16 bits
Compression mode                         : Lossy
Title                                    : Surround
Service kind                             : Complete Main

Can you suggest how I might retain the 8 channels of the source, while shedding some weight and maintaining reasonable quality?

Thanks!

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions