Log in

View Full Version : Problem to decode DTS-HD MA to 6 wav


edo1080
7th March 2008, 19:53
I'm trying to decode DTS-HD Ma audio track from Kingdom of heaven Blu-Ray USA into 6 mono wav.

first I demuxed audio with xport but it gives a 4 bytes error

I obtain a file which cannot be decoded with tranzcode, and eac3to gives an error when trying to extract core from DTS-HD

So I tryed muxing it into mkv and then extracting with mkvextract but same error with bot tranzcode and eac3to

Can anyone help me?
Thanks

rickardk
7th March 2008, 20:21
Are your release devided into two m2ts files?
(I had some problems with this one a couple of month ago)

I got help from drmpeg and madshi telling me to:

Use xport to export audio from the two m2ts files separatley.
Decode the two DTS-HD MA tracks with eac3to to raw.
Then join the two raw files with copy /b (copy /b part1.raw+part2.raw joined.raw.
After that you can use the joined.raw as input with eac3to to create wavs or whatever..

edo1080
7th March 2008, 20:34
Thank you I'll try and report

edo1080
7th March 2008, 22:57
when demuxing 00000.m2ts with xport I get transport sync error even if it's MPEG2

Eac3to gives the error that sonic decoder won't recognize the source file

Snowknight26
8th March 2008, 03:08
What command line are you using for demuxing with xport?

edo1080
8th March 2008, 09:58
xport 00000.m2ts 1 0 1 without the -h switch because it's not h264 but MPEG2

nautilus7
8th March 2008, 11:17
No, i believe you need the -h switch because it doesn't matter the what kind of video it is, but the container. And this is .m2ts. So, try again with -h in the command line.