Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion. Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules. |
|
|
#22 | Link |
|
Registered User
Join Date: Apr 2006
Posts: 182
|
DEE seems to be quite limited. Not all parameters of the encoders are fully adjustable. MainConcept TotalCode, Adobe Audition (old), Sound Forge, support many more channel layouts. The alogorithms are also different from what is available in other software. If you give a mono input, and select a high bitrate, the resulting stream will have a lot of unused space, while with other software the encoder will increase accuracy to use up all the bits.
You could upmix the file to 5.1 with silent channels, but that would likely be played back inconsistently on different devices. Stereo with blank channels works with AC-4, which requires a 5.1 input, and gives a stereo downmix. A patch through SoX can do an upmix/resample on the fly. AC-4 IMS also seems to be a "modern" pseudo-VBR codec, which doesn't overcode silence, and leaves unused bits. |
|
|
|
|
|
#23 | Link |
|
Registered User
Join Date: Jul 2023
Posts: 12
|
Can I use this to encode a e-AC-3.5.1ch.192kb/s track to get some gain in the audio (may be 640kb/s)? or use eac3to for better encode? Is there any benefit to uplifting the audi bitrate as when we played this track on the system the aduio felt it bit low except for the voice (not much bass effect).
|
|
|
|
|
|
#24 | Link |
|
Registered User
Join Date: Apr 2006
Posts: 182
|
A change in bitrate won't improve the sound by itself. You can re-encode if you edited the track, for example, boosted the bass with an equalizer. 5.1 @ 192 kbit/s will always have poor quality with muffled high end and transients. That's just not enough data.
|
|
|
|
|
|
#25 | Link | |
|
Registered User
Join Date: Jul 2023
Posts: 12
|
Quote:
This track has coversations in high volume and background score in low (not sure if its my soundbar outputting like that - like a voice boosting). But audio bitrate is a low for a movie soundtrack. |
|
|
|
|
|
|
#26 | Link | |
|
Registered User
Join Date: Aug 2008
Posts: 29
|
Quote:
![]() I'm not sure if you can help me with what I'm trying to do. In the past, I have used DTS Master Audio Suite to replace an LFE channel in an MKV file that has DTS-HD MA audio. Now I want to do the same with an MKV file that has Dolby Atmos. Would you happen to know how I would go about this using your GUI and the steps I would need to take and/or command lines to retain Dolby Atmos in the original surround files? Last edited by SuperFist; 11th January 2025 at 09:50. |
|
|
|
|
|
|
#27 | Link |
|
Moderator
![]() Join Date: Feb 2005
Location: Spain
Posts: 7,363
|
Sorry but Dolby Encoder Engine can't create Dolby Atmos encodes, and replace a channel (LFE or other) implies decode first and recode to Atmos after.
Also with Dolby Encoder Engine can't create 3D sound only standard 5.1 or 7.1 2D like I say before. I only know Audition 2017 to create 3D files from a source FL,FR,FC,LFE,SL,SR,TFL,TFR. If you have an AVR 5.1.2 player you can decode the Dolby Atmos with Cavernize, replace the LFE and after recode it to eac3 3D with Audition. |
|
|
|
|
|
#28 | Link |
|
Special SeeD
Join Date: Nov 2002
Location: Mexico
Posts: 355
|
Is there any reason for using DD+ instead of DD when encoding at higher bitrates (>448 Kbps)? Sound quality is the same to me, but maybe better ears (or equipment) can hear better quality audio from a DD+ stream.
|
|
|
|
|
|
#29 | Link |
|
Moderator
![]() Join Date: Feb 2005
Location: Spain
Posts: 7,363
|
High frequencies need more bitrate than 448 Kb/s for 5.1 channels, but without good equipment or old ears (like mine) maybe is the same.
For audio movies I like use AAC VBR with better quality/bitrate than DD CBR. |
|
|
|
|
|
#31 | Link | |
|
Life's clearer in 4K UHD
Join Date: Jun 2003
Location: Notts, UK
Posts: 12,396
|
Quote:
__________________
| I've been testing hardware media playback devices and software A/V encoders and decoders since 2001 | My Network Layout & A/V Gear |
|
|
|
|
|
|
|
#33 | Link |
|
Registered User
Join Date: Nov 2019
Posts: 80
|
Thanks for the neat utility. As someone who doesn't have time nor patience to study Dolby's obtuse command line and XML system, I found it very useful (I use the exe). Do you have plans to update it to include AC4 and Atmos options? I'd really appreciate if someone could finally break down their archaic encoding pipelines to a simple, normal GUI like this.
Oh, by the way, why is there no "None" setting for Dynamic Range Compression (ddp_drc_profile)? I thought I saw that option in Dolby's XMLs. And speaking of DRC, I'm still not exactly sure how it works, so maybe you or someone else here can clarify this. The way I understand it, dynamic range gets hardcoded during an encode and is not some non-destructive tag like ReplayGain in MP3 or M4A, right? So if I reencode an official DTS or TrueHD file that already had a correct dynamic range setting (say, it was encoded with Film_Standard) with None (or Music_light, which seems to be the closest to None), my reencode will be the closest to the original since no new adjustments were added. Is this correct? Thanks again. |
|
|
|
|
|
#34 | Link | ||||
|
Moderator
![]() Join Date: Feb 2005
Location: Spain
Posts: 7,363
|
Quote:
Quote:
Quote:
Quote:
The problem is that Dolby forces all decoders to use the DRC included in DD/DD+ by default. If we want to recover the original audio from a DD/DD+ (Dolby-compliant) decoder, we have to explicitly request that it not be used with drc=0. |
||||
|
|
|
|
|
#35 | Link | |
|
Registered User
Join Date: Nov 2019
Posts: 80
|
Quote:
Code:
<ddp_drc_profile>film_light</ddp_drc_profile> <!-- One of: film_standard, film_light, music_standard, music_light, speech, none --> |
|
|
|
|
|
|
#36 | Link |
|
Registered User
Join Date: Apr 2006
Posts: 182
|
You can create one XML template and not touch it again. Then pass in new options on the command line like so: --add-elem data_rate=%x
They removed the "none" option. You can use an older encoder like in Audition or TotalCode. The metadata is non-destructive, but decoders by default apply it. It also occupies a few bytes, which can't be used for the audio. |
|
|
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|