View Single Post
Old 9th December 2015, 13:05   #12  |  Link
tebasuna51
Moderator
 
tebasuna51's Avatar
 
Join Date: Feb 2005
Location: Spain
Posts: 6,914
Quote:
Originally Posted by Ghitulescu View Post
...
There is a second DTS format, the pure computer format - the files are stored as DTS files and can be played via laptops or computers, either through their own soundcard or via digital out. These files can be COPY/PASTE without any modifications.
Yep, is this standard DTS format than I use to store and play. Even some standalone players, like Xtreamer, can play it.

The size of standard DTS is the 87.5% than the dtswav, and the 23% than the decoded wav/wavs.

After rip the CD to dtswav I use a batch procedure to convert all dtswav in a folder to standard DTS:

Quote:
@echo off
for %%A in (*.wav) do D:\Programa\BeSp09b7\BeSplit.exe -core( -input "%%A" -prefix "%%A" -type dtswav -fix )
rename *.dtswav *.dts
pause
Using DTSparser I found than, sometimes, add a extra DTS frame at end than is reported when decoded by eac3to:
libDcaDec reported the error "Invalid bitstream format". <ERROR>
and abort the decode.

Like is the last frame the DTS play fine and is decoded with a extra 23 ms of silence by BeHappy (LWLibavAudioSource, also the libDcaDec decoder) or Foobar2000.
__________________
BeHappy, AviSynth audio transcoder.
tebasuna51 is offline   Reply With Quote