Can't reproduce this atm.
What I did here is:
Audio extraction: (output is saved to temp folder)
Audioconversion: (output is saved to output folder)
cleanup for "E:\Temp\iId_8_aid_0_20_51_19_1510_01.thd"
and a rename of "E:\Output\iId_8_aid_0_20_51_19_151002.flac" to "E:\Output\hd_dolby_onyTHD.flac"
-> Can you please describe in more detail what settings you are using?
Cu Selur
Ps.: send you a link to a dev version via PM which might fix the issue (for flac)
What I did here is:
- load an mkv source with trueHD audio
- set 'Base->Processing->Video' to 'ignore'
- set 'Base->Processing->Audio' to 'custom'
- enable 'Audio->Base->Audio Enncoding Options'
- set 'Audio->Base->Audio Enncoding Options->Encoder->Audio format' to 'flac'
- set 'Audio->Base->Audio Enncoding Options->BPS' to '24'
- press 'Audio->Base->Add current'
- set an output with a '.raw' extension
- created a new job (Base->Add to queue)
Audio extraction: (output is saved to temp folder)
mkvextract tracks "F:\TestClips&Co\files\audio\trueHD Samples\hd_dolby_onyTHD.mkv" 1:"E:\Temp\iId_8_aid_0_20_51_19_1510_01.thd"
ffmpeg -y -threads 8 -loglevel fatal -i "E:\Temp\iId_8_aid_0_20_51_19_1510_01.thd" -ac 8 -ar 48000 -f sox - | sox --multi-threaded --ignore-length --temp "E:\Temp\20_51_19_151002" --buffer 524288 -S -t sox - --endian little -b 24 -t wav - | flac -f -F --ignore-chunk-sizes -5 -o "E:\Output\iId_8_aid_0_20_51_19_151002.flac" -
and a rename of "E:\Output\iId_8_aid_0_20_51_19_151002.flac" to "E:\Output\hd_dolby_onyTHD.flac"
-> Can you please describe in more detail what settings you are using?
Cu Selur
Ps.: send you a link to a dev version via PM which might fix the issue (for flac)
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.