Hi, does anybody here how to convert a DTS-HD MA 7.1 audio file into 8 WAVS (channels) files ? I tryed with eac3to but no success here, it only output 6 audio files instead of 8 (which is to total amount contained in a DTS-HD MA 7.1 audio file, if I'm not wrong).
Anyone can help me with this, please ?
+ Reply to Thread
Results 1 to 26 of 26
-
-
-
You need the Arcsoft DTS Decoder to be able to decode DTS-HD MA with Eac3to, regardless of the number of channels. The reason you only get 6 mono wav files is because libav can only decode the DTS core.
Now, the good news is, you only need to install a trial version of Arcsoft Total Meia Theatre to get the decoder. Try it out and report back.
Before you do the actual decoding, you can check if Eac3to recognizes the Arcsoft DTS Decoder by using :
eac3to -testLast edited by Island_Dweller; 3rd Jan 2013 at 04:49.
-
"Before you do the actual decoding, you can check if Eac3to recognizes the Arcsoft DTS Decoder by using :
eac3to -test"
Hi Island_Dweller, at that point, I'm afraid that I'm a total noob with the software. Could you please explain me how can I do this ? I've already installed The arcsoft Total Media Theatre, but how can I make eac3to to recognize and use the dts decoder is what I would like to know. If you have a tutorial or something like that, it will be greatly appreciated. -
Hi El Heggunte, thanks for the link, but unfortunately it doesn't help either. I've got the recent version of total media theatre 5 which doesn't work like version 2 or 3. Any new way on how I should do this ?
-
UPDATE: I've managed to get the 8 files mentioned by El Heggunte and put them into the Eac3to directory. That's all could do for now. Any Ideas on what else must be done in order to achiev this ?
Thanks to answer -
El Heggunte already gave you the answer, but here goes :
1. Copy ALL the following 8 files to your eac3to folder :
ASAudioHD.ax
checkactivate.dll
DtsDec.dll
dtsdecoderdll.dll
MagCore.dll
MagPCMac.dll
MagUIEngine.dll
MagUIInter.dll
Code:regsvr32 "path_to_eac3to\ASAudioHD.ax"
Mine is "D:\eac3to", so it would become regsvr32 "D:\eac3to\ASAudioHD.ax"
Run eac3to -test to check if it's working. -
Any Ideas on what else must be done in order to achiev this ?
Problem is there is no freeware dts-hd decoder available. (remember: libav can only decode the dts core which is 5.1)
-> so the only other solutions would:
a. find another decoder that can decoder the dts-hd stream
b. extend the libav to decode the dts-hd information. Summer of Coding 2012, had a project for this (see: http://wiki.multimedia.cx/index.php?title=Libav_Summer_Of_Code_2012#DTS-HD_decoder), but from the looks of it nobody took up the task.
c. find another application (may be some professional Blu-ray authoring software that can do the job)
Cu Selur -
Hi, Island_Dweller, I just tryed this but each time it says: "The specified path could not be found". If I did something whong, I don't know what... Do you think you can help me sort this ?
UPDATE: Here's what happen when I paste the code in the CMD :
So, what else now ?Last edited by monks19; 4th Jan 2013 at 06:01.
-
As I said before:
path_to_eac3to should be changed to your working eac3to folder.
Mine is "D:\eac3to", so it would become regsvr32 "D:\eac3to\ASAudioHD.ax"
for convenience, just copy the eac3to folder to the root of the C drive, then type the following in cmd.exeregsvr32 "C:\eac3to\ASAudioHD.ax" -
Ok, it's been corrected. Now it's asking me to chooce a program in Windows to open ASAudioHD.ax. What do I chose ?
-
-
So, typing
regsvr32 "C:\eac3to\ASAudioHD.ax"
I just tried this again on a win 7 x64 machine and it worked fine.
Edit:
You might also try with a bat file.
1) Open notepad
2) enter "regsvr32 ASAudioHD.ax", without the quotes
3) Save this file as "whatever.bat" in your eac3to folder
4) Double click on the bat file to run it.Last edited by Island_Dweller; 5th Jan 2013 at 07:05.
-
Ok, it's done now. The association was done successfullu (finaly). Now, next step. What GUI do you recommand me to use ? Normally I use
HD-DVD/Blu-Ray Stream Extractor, but I don't know with this new change... What do you recommand ? -
The first thing you need to do is confirm that Eac3to is "seeing" the Arcsoft decoder.
1) open cmd
2) type cd C:\eac3to
3) type eac3to -test
If it says ArcSoft DTS Decoder works fine, then you can use HD-DVD/Blu-Ray Stream Extractor to get wavs files.
Just select the dts-hd track, and under "extract as", choose WAVS. -
Ok, I think this is it, now.
Do I have to put HD-DVD/Blu-Ray Stream Extractor in the eac3to folder in order to work? -
island_dweller you have the patience of a saint. thanks for this thread. very helpful to me with my new project. this answers every question I had on how to get the channels extracted from my DTS-HD MA 7.1 disc.
Welcome to the desert of the real
Similar Threads
-
How i can convert the dts-es or dts-ex 6.1 into dts core 5.1
By fits79 in forum Newbie / General discussionsReplies: 18Last Post: 19th Aug 2012, 16:25 -
Demultiplexing of 4 video channels and 2 audio channels.
By jays_jays30 in forum Video ConversionReplies: 1Last Post: 9th Jul 2012, 09:29 -
Help - Split 6 Channels into separate WAVs
By stovk in forum AudioReplies: 6Last Post: 17th Dec 2011, 07:37 -
trying to extract the 7.1 channels (8 channels) from Blu-ray disc
By billsantos in forum AudioReplies: 2Last Post: 20th Feb 2011, 15:28 -
DTS-ES 6.1 to 7 mono WAVs
By Zetski210 in forum AudioReplies: 16Last Post: 28th Nov 2010, 01:13