- I have found that the default FLAC profile does not decode DTS-HD-HRA audio tracks, but making the modifications described in this post permit me to decode it on the fly as expected. Is there a reason that this is left out of the defalut profile?
- According to mikeadmin, all versions of the dtsdecoder.dll should be identical from the perpective of makemkv because the reference decoder code does not change between versions. However, I have found that using version 1.1.0.0 produces a different result than 1.1.0.8 and 1.1.0.9 when decoding HRA, although both sound correct. eac3to exhibits the same behaviour producing identical results to makemkv if they both use the same dll version.
My method was to use
Code: Select all
mmdtsdec -d dtsdecoder.1.1.0.x.dll sample.dtshr sample.1.1.0.x.wav
sample.dtshr
sample.1.1.0.0.wav
sample.1.1.0.8.wav
sample.1.1.0.9.wav