Log in

View Full Version : eac3to - audio conversion tool


Pages : 1 2 3 4 5 [6] 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308

madshi
27th June 2007, 13:54
No NeroAudioDecoder cant connect with SonicHDDemuxer
Too bad!!

ACrowley
27th June 2007, 14:23
edit. SRY

NeroAudioDecoder2 "can" connect to SonicHDDemuxer 4.3.
But only to the EVO. not to the single mlp.
But when i select the TrueHD the graph fails

I made my own encodes in MLP 16bit 5.1
Playback in Zoomplayer with SonicHDDemuxer-SonicCinemasterAudioDecoder4.2 (4.3) works pervect without backround noise
In othe rDShow Players too.

But SonicHDDemxuer must have Propbmes cause the Runtime is always wrong. Must be 1min39sec ,but Runtime is 18h23min .
Runtime from SupermanReturns TrueHD in Zoomplayer is thousand of hours. Must be caused by Sonic
But Playback is clean

xkodi
28th June 2007, 20:35
@madshi and @ACrowley

do you know how to distinct DirectShow filter from DMO? i'm asking this, because i think that Sonic decoder 4.3 is DMO and it's not DirectShow filter, because with both MLP and TrueHD there are a lot of "discontinuities" :

http://img528.imageshack.us/img528/8274/sonicdiscos3.png (http://imageshack.us)

and in text on msdn.microsoft.com i've read something like:

When a DMO, which was not designed to work in DirectShow, receives the DISCONTINUITY flag, it performs a flush and loses the data stored. To work around this issue, the best solution is probably to write a custom DMO Wrapper filter that does not set the DISCONTINUITY flag.

so maybe Sonic 4.3 is DMO and some buffer are flushed and thus from time to time random values are send on the filter output and that results in noise, it affects only the TrueHD implementation, because there are a lot of "discontinuities" when playing MLP too, but the sound is normal.

i don't know if there are any DMO wrapper DirectShow filters available, that can be tried with Sonic 4.3 filter or how to know for sure that it is DMO ...

[EDIT] using 'InterVideo Container DMO' connected to the output of Sonic audio 4.3 fixed the "discontinuities" errors, but sound still has noise ...

madshi
29th June 2007, 11:35
using 'InterVideo Container DMO' connected to the output of Sonic audio 4.3 fixed the "discontinuities" errors, but sound still has noise ...
Too bad. It sounded promising... :(

madshi
29th June 2007, 11:47
eac3to 1.9 released:

http://madshi.net/eac3to.zip

Most important new features:
(1) multi channel mono wav output added
(2) automated SurCode DTS encoding added

Full list of changes:
(1) 24bit PCM handling works now (was buggy before)
(2) "-blu-ray" option removed
(3) with PCM input files "bigendian" is default now
(4) with 5.1 PCM input blu-ray style channel remapping is default now
(5) switches "-16" and "-24" are valid for both TrueHD and PCM input now
(6) eac3to now creates the WAV files on its own instead of using sox
(7) target extension ".wavs" results in one mono wav for each channel being created
(8) SurCode DVD DTS encoding automation added
(9) new options "-768" and "-1536" for DTS encoding
(10) TrueHD output is not downconverted to 16bit by default, anymore.
(11) new option "-down16" downconverts the raw data from 24 -> 16 bit (not limited to TrueHD input)
Due to the many changes I did to the code, some new bugs may appear. Please let me know about any problems you run into.

For Blu-Ray PCM you can now get multiple mono wavs or a DTS encoding simply by doing:

"eac3to source.pcm dest.wavs"
"eac3to source.pcm dest.dts"

No additional parameters are needed, unless eac3to fails to automatically detect the bitdepth. In that case you need to specify "-16" or "-24".

My apologies to The_Keymaker, cause he has to redo the option checkboxes so often...

madshi
29th June 2007, 11:48
I can say :eac3to fails (for me)on these 24bit lpcm
Fixed in eac3to 1.9. Thanks for the sample!

honai
29th June 2007, 12:06
@madshi

Great work, thank you so much for filling that request! Your dedication is very much appreciated!

Beastie Boy
29th June 2007, 12:18
Many thanks madshi, the mono wave output is just what I need.
The_Keymaker, over to you... :) :thanks:

Cheers, Beastie.

ACrowley
29th June 2007, 12:39
Fixed in eac3to 1.9. Thanks for the sample!


nice madhsi...i will try it:)

Otherwise i found a 100% working Method for any LPCM24 bit to whatever

Mono wave output is what i need so i can feed Steinberg Nuendo without a extra Step

great work!
@xskodi i dont know a DMO wrapper...
Yes, all my tested mlp sounds normal in any dshow Player. But in TrueHD theres still noise with Sonic 4.3 Decoder
However, Nero works so far

crapz0rs
29th June 2007, 17:42
I have surcode 1.0.2.3 installed, but the dts creating doesn't work.
Audio Decoder output was 24 bit this time.
Convert the multi channel raw file to mono wav files. Please wait...
Convert the mono wav files to dts. Please wait...
Creating the DTS file failed. The multi channel wav files are valid, though.
Encoding the 6 mono wavs in surcode works fine though :-)

madshi
29th June 2007, 19:04
I have surcode 1.0.2.3 installed, but the dts creating doesn't work.
Audio Decoder output was 24 bit this time.
Convert the multi channel raw file to mono wav files. Please wait...
Convert the mono wav files to dts. Please wait...
Creating the DTS file failed. The multi channel wav files are valid, though.
Encoding the 6 mono wavs in surcode works fine though :-)
Argh, my fault. I'll upload a newer build in a few minutes.

madshi
29th June 2007, 19:19
New version uploaded, same link as before. Please check the version information (right click on eac3to.exe -> properties). It must be "1.9.0.2". Hopefully DTS encoding works now.

crapz0rs
29th June 2007, 19:48
Audio Decoder output was 24 bit this time.
Convert the multi channel raw file to mono wav files. Please wait...
Convert the mono wav files to dts. Please wait...
Done. :thanks:

ACrowley
30th June 2007, 08:53
@madshi

LPCM 24Bit to wave works now! nice...

But the flac Problem still exits for me

24Bit LPCM to 24Bit flac results in a flac which has the same Size as the raw! Strange...
On the Sample both 24Bit Files are 90MB
On a 6.7GB LPCM the FLAc from eac3to is 6.7GB too

I tried all combinations again on the same sample
So i use Audacity 1.3.3 to encode to flac 24bit

2 Questions:

1. Are you using Besiled 0.3 at the end of the dts chain to fix dts output? I think so...
Maybe you can remember, we talked about via PN

eact3to dts encode works with all 16 and 24bit Sources

2. Whne i convert a lpcm.raw to wave with -Bluray, the Message "remapping channes" will not longer appear ?
Output wave has correct channelmapping

honai
30th June 2007, 12:58
Besliced 0.3 at the end of the dts chain to fix dts output

What exactly is happening at this step? How is the DTS stream from Surcode erroneous?

madshi
30th June 2007, 13:04
But the flac Problem still exits for me

24Bit LPCM to 24Bit flac results in a flac which has the same Size as the raw! Strange...
On the Sample both 24Bit Files are 90MB
On a 6.7GB LPCM the FLAc from eac3to is 6.7GB too
I'll check that. Maybe I'll switch to the flake encoder. Maybe that won't have problems with > 2GB output. Don't know...

1. Are you using Besiled 0.3 at the end of the dts chain to fix dts output?
No, I found a better way... :) There's a registry value which tells SurCode to give out a more compatible DTS stream (named "PAD ZEROS"). Unfortunately SurCode keeps on resetting this registry value to the "bad" setting all the time, so it's very uncomfortable for manual use. Of course eac3to solves all these troubles for you.

eact3to dts encode works with all 16 and 24bit Sources
I had to replace sox to make that work. SurCode didn't like the 24bit WAV files produced by sox. So now eac3to doesn't use sox for WAV file creation, anymore, but does that work itself. The WAV files created by eac3to should be similar to what wavwizard outputs. They seem to be more compatible then what sox creates.

2. Whne i convert a lpcm.raw to wave with -Bluray, the Message "remapping channes" will not longer appear ?
Output wave has correct channelmapping
The message doesn't appear, anymore, because I'm now doing that step together with some other steps like creating mono wavs etc. In the older eac3to build the channel remapping was a separate step. In the new build eac3to is sometimes doing multiple steps at once to save time. You may have noticed (or maybe not) that the LPCM -> mono WAV conversion is rather quick. It should be 2x-3x as fast as before.

madshi
30th June 2007, 13:06
What exactly is happening at this step? How is the DTS stream from Surcode erroneous?
Older versions of SurCode (the latest version 1.0.29 doesn't have this problem) by default added some zero bytes after each DTS frame. A normal DTS frame for 1536kbit/s is 2013 bytes long. SurCode by default writes 2013 real bytes and then 35 zero bytes for every frame. Don't ask me why they're doing that, I've no idea. delaycut, besplit and most other software doesn't like this very much. Fortunately, I've found a way to convince SurCode to stop adding those 35 zero bytes after each DTS frame and added that to eac3to.

ACrowley
30th June 2007, 19:14
Madshi is right
With a Surcode encoded dts you will get these Errors in the Header and mostly wrong Runtime/Filesize and this Error in mkvmerge :

audio/video go out of sync, but this stream is damaged.
Warning: dts_packetizer: skipping 35 bytes (no valid DTS header found).
This might make audio/video go out of sync, but this stream is damaged.

To fix the dts you can also use Besliced.exe (0.3)

Besliced 0.3 exe included in :
http://dspguru.notrace.dk/BeSplitv0.9b6.zip

Simply open Besliced.exe and move your dts into the window and select fix.
You will get a lot of Errors in the Log like this :

[00:00:00:000] +------- BeSplit -----
[00:00:00:000] | Input : G:\test.dts
[00:00:00:000] | Source Sample-Rate: 48.0KHz
[00:00:00:000] | Channels Count: 5.1, Bitrate: 1536kbps
[00:00:00:000] | Output : G:\test_Fixed.dts
[00:00:00:000] +---------------------
[00:00:00:021] Stream error : Sync found after 35 bytes
[00:00:00:032] Stream error : Sync found after 35 bytes
[00:00:00:042] Stream error : Sync found after 35 bytes
[00:00:00:053] Stream error : Sync found after 35 bytes
[00:00:00:063] Stream error : Sync found after 35 bytes
[00:00:00:074] Stream error : Sync found after 35 bytes
[00:00:00:085] Stream error : Sync found after 35 bytes
[00:00:00:096] Stream error : Sync found after 35 bytes
[00:00:00:106] Stream error : Sync found after 35 bytes
[00:00:00:117] Stream error : Sync found after 35 bytes
[00:00:00:128] Stream error : Sync found after 35 bytes
[00:00:00:138] Stream error : Sync found after 35 bytes
[00:00:00:149] Stream error : Sync found after 35 bytes
[00:00:00:159] Stream error : Sync found after 35 bytes
[00:00:00:170] Stream error : Sync found after 35 bytes
[00:00:00:181] Stream error : Sync found after 35 bytes
....

After fixing the dts is clean ,with correct Runtime/Filesize and no more Problems and you have a proper nice dts

###############################################

@Madshi
1 .The Surcode Registry Key "PAD ZEROS"). it should be set to 0 ,right ?

2. When i use -down16 on the sample, the flac output still has the loud noise
.wav output is ok (in 16 and 24bit)
And -flac in 24bit ,has the Filesize Problem i told you above

3.Flake encoder would be nice. Its faster und higher -12 compression
But :
At the Moment you get only 16bit flac from flake encoder :
Signed 24-bit 48000 Hz 6-channel
WARNING! converting to 16-bit (not lossless)

http://forum.doom9.org/showthread.php?t=120871

Hi,
I wrote Flake. 24-bit encoding is on the TODO list, but right now does downsample to 16-bit. As far as Winamp crashing...that's really odd. It should not be doing that, especially with the settings you used, which do not utilize any of Flake's experimental stuff. My guess is that the issue is Winamp since Foobar decodes okay. But then again, Flake has not been through very vigorous testing at early this stage in its existance.

Anyway, it seems that your only choice for now to encode 24-bit is the libFLAC encoder...I just wanted to chime in and say that I'm working on adding it to Flake sometime in the future.
-Justin

madshi
30th June 2007, 22:14
1 .The Surcode Registry Key "PAD ZEROS"). it should be set to 0 ,right ?
Right.

2. When i use -down16 on the sample, the flac output still has the loud noise
.wav output is ok (in 16 and 24bit)
And -flac in 24bit ,has the Filesize Problem i told you above

3.Flake encoder would be nice. Its faster und higher -12 compression
But :
At the Moment you get only 16bit flac from flake encoder
Argh, that's bad.

The_Keymaker
1st July 2007, 00:56
New version (v1.15) of EAC3toGUI available here:

http://www.sendspace.com/file/ltxl6s

Changelog Version 1.15:
- Added DTS rate options
- Added Down convert option "-down16"
- Added "wavs" and "dts" filemasks
- Changed PCM and TrueHD options scheme to allow selection of common options (16bit, 24bit, 96Khz, 8ch)

Please report bugs, suggestions and overall usage experience.

Regards,
The_Keymaker

honai
1st July 2007, 02:16
A normal DTS frame for 1536kbit/s is 2013 bytes long. SurCode by default writes 2013 real bytes and then 35 zero bytes for every frame. Don't ask me why they're doing that, I've no idea.

Probably to get to the "magic" 2048 bytes size. I'm not sure but I think that DTS over SPDIF gets wrapped/padded in such a way, too, though transparently by the soundcard driver or AC3Filter.

ACrowley
1st July 2007, 08:17
@The_Keymaker

BluRay channelmapping Switch is removed cause eac3to will do it autom. now ,right ?

Little Suggestions

1. I know in your opinion (youre right) its enough to type in the dest. File extension to set Output Format.
But ,imho, a small scrolldown Outputformat Window would be nice

2. The Downconvert Option would be more obvious with "Downconvert to 16Bit"

3. Maybe a little Error ? When you select "Browse" to set the Output, the Windows Name is "Select the Source File" , shouldnt it be "Save as" ?
And Filetyp is (ac3,raw,wav), Theres no flac ( ac3,raw,wav,flac)

4. And the Input Extension .raw would be nice

Ofcourse its all marginal, your Gui works great! THX

greets

The_Keymaker
3rd July 2007, 03:47
New version (version 1.18) of EAC3toGUI released. Download link:

http://www.sendspace.com/file/ruv4ub

Changelog:

1. Added *.raw source file extension mask
2. Added *.flac destination extension mask
3. Relabeled down convert option for clarification
4. Relabeled destination file browse dialog

Thanks to ACrowley for feedback and suggestions.

As usual, please provide feedback, bug reports and usage experience.

Regards,
The_Keymaker

ACrowley
3rd July 2007, 09:48
THX..great work!

But to 1:

.raw apppears in the mask ,When i load a .raw i get a ErrorMessage about a not valid Extension.

And is it possible to add a Proggress Bar (%) or something like that ?

Prophecy650
3rd July 2007, 17:29
don't know what I am doing wrong, says

Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

D:\BREAKUP\HVDVD_TS>"C:\Documents and Settings\Ivan\Desktop\New Folder (3)\eac3t
o.exe" "D:\BREAKUP\HVDVD_TS\EXTENDED.EVO" "D:\BREAKUP\HVDVD_TS\EXTENDED.ac3" -
448 -24
Muxing evo's first audio track to raw. Please wait...
Converting the raw file to wav. Please wait...
Converting the wav file to ac3. Please wait...

Aften: A/52 audio encoder
Version SVN
(c) 2006-2007 Justin Ruggles, Prakash Punnoor, et al.

input format: Signed 24-bit 48000 Hz 5.1-channel
output format: 48000 Hz 3/2 + LFE

"aften" reported error code "3221225477". A valid *.wav file was created sucessf
ully, though.

D:\BREAKUP\HVDVD_TS>

When I got to the wav file everything is sped up. the audio sounds like its beeing fastfoward?

madshi
3rd July 2007, 17:59
@Prophecy650,

as far as I can see from the "The Break-Up" HD DVD specs, this HD DVD doesn't have a TrueHD track, but only some E-AC3 tracks. So you may want to try demuxing the E-AC3 track by using EvoDemux and then feed that into eac3to. Maybe that works better?

Prophecy650
3rd July 2007, 18:02
thanks trying it right now

Prophecy650
3rd July 2007, 18:12
i went to evodemux changed it to eac3 not Im getting this

Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

C:\Documents and Settings\Ivan\Desktop\New Folder>"C:\Documents and Settings\Iva
n\Desktop\New Folder (3)\eac3to.exe" "C:\Documents and Settings\Ivan\Desktop\New
Folder\FEATURE_1_FEATURE_2.DD>stream.00.eac3" "C:\Documents and Settings\Ivan\
Desktop\New Folder\FEATURE_1_FEATURE_2.DD>stream.00.ac3"
Source file "C:\Documents and Settings\Ivan\Desktop\New Folder\FEATURE_1_FEATURE
_2.DD>stream.00.eac3" not found.

madshi
3rd July 2007, 18:48
Please rename the file to something else. My XP doesn't even allow ">" inside of a file name. Don't know how you got such a character in your file name.

Prophecy650
3rd July 2007, 19:32
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

C:\Documents and Settings\Ivan\Desktop\New Folder>"C:\Documents and Settings\Iva
n\Desktop\New Folder (3)\eac3to.exe" "C:\Documents and Settings\Ivan\Desktop\New
Folder\FEATURE.eac3" "C:\Documents and Settings\Ivan\Desktop\New Folder\FEATUR
E.ac3" -448 -nero
E-AC3, 5.1 channels, 1:46:31, 1536kbit/s, 48khz
Muxing eac3 file to raw. Please wait...
Audio Decoder output was 24 bit this time.
Converting the raw file to wav. Please wait...
Converting the wav file to ac3. Please wait...

Aften: A/52 audio encoder
Version SVN
(c) 2006-2007 Justin Ruggles, Prakash Punnoor, et al.

input format: Signed 24-bit 48000 Hz 5.1-channel
output format: 48000 Hz 3/2 + LFE

"aften" reported error code "3221225477". A valid *.wav file was created sucessf
ully, though.


how do I get it to ac3 now? thanks alot madshi, I can hear the audio atleast now

madshi
3rd July 2007, 19:48
Looks like an Aften crash to me. Can you please try a different Aften build? I'm using one from here:

http://win32builds.sourceforge.net/aften/index.html

Don't remember which one. Might be revision 449.

Prophecy650
3rd July 2007, 19:48
the file is 5gb+ and the audio only like 23 min?

madshi
3rd July 2007, 19:53
Which file is 5GB? The raw/wav file can be that big. But don't worry, the final AC3 file will be much much smaller. The raw/wav files are just temporary intermediate files. They're so big because they're totally uncompressed. AC3 is a strong compressing algorithm.

Prophecy650
3rd July 2007, 20:21
madshi I love you lol, got it to work with the 449 like u said, thanks a million

starkhouse33
3rd July 2007, 23:14
whats the difference between using aften builds VERSION 0.07 and SVN REVISION 449.

madshi
4th July 2007, 08:51
whats the difference between using aften builds VERSION 0.07 and SVN REVISION 449.
I've no idea.

MichalHabart
4th July 2007, 10:13
Hello madshi.
Is it possible to add parameter for working directory? Because it is not best idea to create mono wavs in same directory where source eac3/pcm file is located.
Thanks in advance

tebasuna51
4th July 2007, 10:24
whats the difference between using aften builds VERSION 0.07 and SVN REVISION 449.

The rev449 is a intermediate version between v0.06 (with problems with big files) and v0.07 (rev493).

I don't know problems with Wisodev v0.07 compiles, please report if the problems related in this thread was with Aften v0.07 or a previous one.

With rev449 some of the changes in v0.07 (http://forum.doom9.org/showthread.php?p=993727#post993727) may not be present.

Edit: The rev449 is the first using the parameter -readtoeof 1 to support wav files >4GB. See this post (http://forum.doom9.org/showthread.php?p=961856#post961856) and following.

madshi
4th July 2007, 10:32
it is not best idea to create mono wavs in same directory where source eac3/pcm file is located.
Why is that?

MichalHabart
4th July 2007, 10:44
Why is that?

Because it slows encoding down :)

I have also same problem posted here several days ago:

eac3to.exe "D:\VOBs\Ghost Rider\bits0001.pcm" h:\ghost.dts -1536
RAW, 5.1 channels, 2:03:25, 16 bits, 48khz
Convert the multi channel raw file to mono wav files. Please wait...
Convert the mono wav files to dts. Please wait...
Creating the DTS file failed. The multi channel wav files are valid, though.

I checked i have Surcode 1.0.23 properly installed and version of eac3to tool is 1.9.0.2 :(

Can you please help me find what is wrong then?

madshi
4th July 2007, 10:51
Because it slows encoding down :)
Argh, so you want the temp files to be on another drive?

eac3to.exe "D:\VOBs\Ghost Rider\bits0001.pcm" h:\ghost.dts -1536
RAW, 5.1 channels, 2:03:25, 16 bits, 48khz
Convert the multi channel raw file to mono wav files. Please wait...
Convert the mono wav files to dts. Please wait...
Creating the DTS file failed. The multi channel wav files are valid, though.

I checked i have Surcode 1.0.23 properly installed and version of eac3to tool is 1.9.0.2 :(
Does DTS encoding work if you put the mono wav files manually into SurCode?

What does your registry have here:

HKLM\Software\Minnetonka Audio Software\SurCode DVD DTS\Home

Is there a "surcodedvd.exe" in the path listed in that registry value?

MichalHabart
4th July 2007, 10:57
Argh, so you want the temp files to be on another drive?

Yes, exactly


Does DTS encoding work if you put the mono wav files manually into SurCode?

What does your registry have here:

HKLM\Software\Minnetonka Audio Software\SurCode DVD DTS\Home

Is there a "surcodedvd.exe" in the path listed in that registry value?

It works manually but key contains this:
C:\Program Files\SurCode DVD DTS

madshi
4th July 2007, 10:59
It works manually but key contains this:
C:\Program Files\SurCode DVD DTS
Is there a "surcodedvd.exe" in that path? Which OS are we you using?

MichalHabart
4th July 2007, 11:31
Is there a "surcodedvd.exe" in that path? Which OS are we you using?

No, as i posted before. there is just this:
C:\Program Files\SurCode DVD DTS

nothing more.

I am using WXP Pro

madshi
4th July 2007, 11:33
No, as i posted before. there is just this:
C:\Program Files\SurCode DVD DTS
No. I mean open My Computer and look what you find in "C:\Program Files\SurCode DVD DTS". Is there a "surcodedvd.exe" file in that folder?

MichalHabart
4th July 2007, 11:34
No. I mean open My Computer and look what you find in "C:\Program Files\SurCode DVD DTS". Is there a "surcodedvd.exe" file in that folder?

Yes, surcodedvd.exe is in this folder

Binnugsai
4th July 2007, 12:10
Hello,

I use eac3toGui 1.18 and try to convert an TrueHD with extension Vendeta.evo only with one audio witch i i demux with Evodemux and i have this kind of error !!!

Microsoft Windows XP [version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

O:\V pour Vendetta HD-DVD.1080p>"C:\DVD Outils HD\EAC3toGUI 0.90\eac3to.exe" "O:
\V pour Vendetta HD-DVD.1080p\Vendetta.EVO" "O:\V pour Vendetta HD-DVD.1080p\Ve
ndettaEnglish.ac3" -24
Muxing evo's first audio track to raw. Please wait...
Getting demuxer audio output pin failed.

O:\V pour Vendetta HD-DVD.1080p>

Can someone can help me !!!!

madshi
4th July 2007, 12:13
Yes, surcodedvd.exe is in this folder
When you start SurCode manually, what does the title bar say? Does it say "DTS Encoder" or something else? Does the encode button say "Encode" or something else? eac3to depends on these texts.

You don't have accidently deleted the "HookSurcode.dll" file which comes with eac3to? Cause that file is needed for SurCode automation.

madshi
4th July 2007, 12:17
I use eac3toGui 1.18 and try to convert an TrueHD with extension Vendeta.evo only with one audio witch i i demux with Evodemux and i have this kind of error !!!

O:\V pour Vendetta HD-DVD.1080p>"C:\DVD Outils HD\EAC3toGUI 0.90\eac3to.exe" "O:
\V pour Vendetta HD-DVD.1080p\Vendetta.EVO" "O:\V pour Vendetta HD-DVD.1080p\Ve
ndettaEnglish.ac3" -24
Muxing evo's first audio track to raw. Please wait...
Getting demuxer audio output pin failed.
That means that the Nero splitter doesn't seem to like this EVO file. Do you have the latest Nero version installed?

MichalHabart
4th July 2007, 12:34
When you start SurCode manually, what does the title bar say? Does it say "DTS Encoder" or something else? Does the encode button say "Encode" or something else? eac3to depends on these texts.

You don't have accidently deleted the "HookSurcode.dll" file which comes with eac3to? Cause that file is needed for SurCode automation.


Title says "DTS Encoder" and button is named "Encode".
HookSurcode.dll file is in same directory as eac3to.exe