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

rhaz
13th May 2013, 11:45
How to use eac3to to mux 6 mono wavs to DTS? I have a surcode encoder for DTS, I tried More GUI, but I totally don't understand anything there, there is no selection for dts encoder neither. I tried BeSweet GUI, it its all bugs in Windows 8, it gives blank screen in the GUI, I can't make any settings or options selection.

tebasuna51
13th May 2013, 11:47
I'd like to know how to cut an audio at a specific time and keep the first part of the cut.
AFAIK eac3to can't be used for that.
There are specific tools to do the job for each audio codec.
Like here is off topic open other thread with a MediaInfo of your audio file.

LigH
13th May 2013, 13:23
@ tebasuna51:

Did you reply to wiggaz, to rhaz, or to both?

@ wiggaz:

It seems that eac3to does not yet offer support for processing only # seconds while transcoding. A combination of a negative delay and a maximum transcoding duration could allow something similar to Trim() in AviSynth, but it may have to be implemented yet...

@ rhaz:

As far as I know, open the six channel WAVs in your SurCode DVD-DTS encoder. It has an own GUI. See the screenshot on the Minnetonka website (http://www.minnetonkaaudio.com/index.php?option=com_content&view=article&id=54&Itemid=87). You don't feed them via eac3to when they are already six mono WAVs, only when a surround audio source is transcoded.

RamGuy
13th May 2013, 13:54
I'm trying to use Eac3To to convert DTS-HD MA into FLAC libav isn't able to do more than the regular DTS embedded in the DTS-HD MA track so I started fiddling with the latest trial version of ArcSoft TotalMedia Theatre as that seems to be the way to get this going.

I've moved all the dll's and ax files to my Eac3To folder, manually registered all the necessary files using elevated CMD prompt using regsvr32 but it's still not working for me.

I only get the message "The ArcSoft DTS decoder doesn't seem to work, will use libav insetad." and we are back to basic...

LigH
13th May 2013, 14:43
eac3to used to support the DLLs provided by TMT3, but the most current version (TMT5) is not supported anymore (it doesn't use a "checkactivation.dll" which was required in the older supported version). You may be able to find a package of all supported DLLs, but sharing them separately (like in RipBot264) may not comply with the ArcSoft EULA...

rack04
22nd May 2013, 01:10
I'm trying to back-up a copy of a 3D Blu-ray and I notice that eac3to reports left eye and right eye. If I want to back-up to 2D does it matter which one I select?

Shevek
22nd May 2013, 01:18
I'm trying to back-up a copy of a 3D Blu-ray and I notice that eac3to reports left eye and right eye. If I want to back-up to 2D does it matter which one I select?

very much so - I can never remember which is which, but one eye is the normal 2D movie and the other eye is only the "extra" info needed to create the 3D image. There won't be an audio track in the "extra" eye track.

rack04
22nd May 2013, 15:34
very much so - I can never remember which is which, but one eye is the normal 2D movie and the other eye is only the "extra" info needed to create the 3D image. There won't be an audio track in the "extra" eye track.

Thanks. I'm going to assume the left eye is the normal 2D movie because the right eye choked DGDecNV and the resultant file size was much less than the left eye stream.

r0lZ
24th May 2013, 13:11
I have an example of a commercial 3D BD with the left and right views inverted. There are at least two examples currently available: Ice Age 3 and Sammy II. In both cases, eac3to prints this:

eac3to.exe "Z:\BDMV\PLAYLIST\00852.mpls" 1)

M2TS, 2 video tracks, 11 audio tracks, 12 subtitle tracks, 1:34:02, 24p /1.001
1: Chapters, 20 chapters
2: h264/AVC (left eye), 1080p24 /1.001 (16:9)
3: h264/AVC (right eye), 1080p24 /1.001 (16:9)
[...]

It should be this:

2: h264/AVC (right eye), 1080p24 /1.001 (16:9)
3: h264/AVC (left eye), 1080p24 /1.001 (16:9)


Also, track 3 is not an AVC stream, but a MVC stream. So, ideally, the output should be:

2: h264/AVC (right eye), 1080p24 /1.001 (16:9)
3: h264/MVC (left eye), 1080p24 /1.001 (16:9)

However, that's not really important, as long as the MVC stream is always after the AVC stream. I suppose it's the case, but I'm not absolutely sure. If in this case it is before the AVC stream, the correct output should be:

2: h264/MVC (left eye), 1080p24 /1.001 (16:9)
3: h264/AVC (right eye), 1080p24 /1.001 (16:9)


Currently, it is therefore not possible to know for sure what's the correct order of the views to convert the 3D movie to side-by-side or top-bottom.
Is it possible to fix that bug? Thanks in advance.

[EDIT] I did a demux of track 2, and it is the AVC stream. So, apparently, that confirms that the AVC track is always "before" the MVC track. But there is still no way to know what track contains the left or right view.

frencher
25th May 2013, 12:59
I have same problem of r0lZ with commercial 3D BD with the left and right views inverted "Le voyage extraordinaire de Samy"

http://cdn-ibb.ladmedia.fr/var/ibb/storage/images/sorties/insolite/le-voyage-extraordinaire-de-samy-a-la-geode/8432676-1-fre-FR/Le-Voyage-extraordinaire-de-Samy-a-la-Geode_fiche_sortie_portrait_184.jpg

eac3to prints this:

eac3to.exe "H:\BDMV\PLAYLIST\00011.mpls"

M2TS, 2 video tracks, 1 audio track, 1:25:35, 24p /1.001
1: Chapters, 12 chapters
2: h264/AVC (left eye), 1080p24 /1.001 (16:9)
3: h264/AVC (right eye), 1080p24 /1.001 (16:9)
[...]


It should be this:
2: h264/AVC (right eye), 1080p24 /1.001 (16:9)
3: h264/MVC (left eye), 1080p24 /1.001 (16:9)

Same thanks ;)

yesgrey
25th May 2013, 18:44
Hi,

Is it possible to use madFlac to decode a flac file and then feed it into eac3to?

I am asking this because I am testing flaccl and would like to verify if the files created by it are bit perfect.

If I use eac3to to convert a flac file created by flaccl I get the following error:
"An error in the stream caused the FLAC decoder to lose synchronization.
Aborted at file position 3145728."

However, if I try playing the file using madFlac it plays fine, so, if we could use madFlac instead of eac3to's internal flac decoder I think I would be able to do the tests I want...

The only way I can think about is to use graphedit for converting the flac file with madFlac to 6 wav files (since it's a movie soundtrack) and then convert the 6 wav files to one single flac using eac3to. Would this be the only option?

madshi
26th May 2013, 14:33
If madFlac can play it, but eac3to not, this might be a bug in eac3to, or a bug in the audio file. I'd suggest that you create a bug entry here: http://eac3to.bugs.madshi.net and attach a short test file with which eac3to complains. Then if I find some time for eac3to again, I'll give it a try. As for feeding madFlac (or any other DirectShow decoder output) into eac3to: I'm not aware of a direct/simple way to do that.

yesgrey
26th May 2013, 17:25
Bug entry created. However, due to problems with it not accepting flac files it ended up creating two bug entries. Could you please delete the one that has no file attached?

I wanted to start using flaccl instead of flac inside eac3to, because it will save me a lot of time, but I want to be sure that it gives accurate results, hence why I wanted to use eac3to to convert a flaccl generated file to a flac eac3to flac, to compare with the original one created with eac3to, which I consider as the reference.

The tests I did using graphstudio and madflac to output pcm files were not very good to flaccl, because not only the files are different than the eac3to generated one, but they are also different between them if I compare two different compression levels. It seems flaccl is messing the data in someway... However, I think a comparison using eac3to would be more appropriate.

Now, it's just waiting for you to find the time to look at it... :)

r0lZ
26th May 2013, 18:14
Madshi, if you want the info on how to determine if the AVC stream of a 3D BD is the left or right view, Jdobbs has just poster the answer here (http://forum.doom9.org/showthread.php?p=1630291#post1630291).

AngelGraves13
29th May 2013, 20:39
Can eac3to do TrueHD to WAVS? I tried it on Ghostbusters and it threw me an error using the Stream Extractor tool. Should I just extract the THD file and try it via command line?

tebasuna51
29th May 2013, 23:51
Yes, it can.
Try with:

eac3to input.thd output.wavs

and put the log if there are problems.

Sparktank
1st June 2013, 10:00
madshi,

Will you be changing the FLAC library to the newer revisions made by Xiph.org?

FLAC has just updated to 1.3.0 (http://xiph.org/flac/changelog.html) very recently.

Also the source tarballs containing the newer Xiph updates can be downloaded from...
http://downloads.xiph.org/releases/flac/

They also moved their development to their own git repository (http://git.xiph.org/?p=flac.git;a=summary).

EDIT: I actually just replaced the libFLAC.dll from RareWares.com (v1.3.0) in the eac3to directory and it seems to have converted audio to FLAC without problems.

EDIT2: I think I understand the FLAC update.
It's mostly for the front-end CLI encoders (flac.EXE) and not the library itself (libflac.DLL) and since eac3to deals with the library directly, the update isn't needed.

I just read a post over at Illustrate's forum (dBpoweramp) about someone requesting a FLAC update and the Illustrate devs explained it pretty well.

Thunderbolt8
1st June 2013, 19:25
dtsdecoderdll.dll v1.1.0.9 has been released with ArcSoft TotalMedia Theatre 6.0.1.123.

anyone able to do an extensive test with all that dts (ma/hd) decoding with all those bitdepth and channel options to see whether there are any advantages compared to the former versions?

Chumbo
2nd June 2013, 20:34
Help clarify something for me please. When slowing down audio, is the displayed message supposed to show the actual parameters as requested on the command or is it just a generic message? I ask because you can see, below, that I'm slowing down 24 to 23.976 but the message shows Changing FPS from 25.000 to 23.976.
Running: eac3to "test.mkv" 2: "test.ac3" -24.000 -changeTo23.976 -384
MKV, 1 video track, 1 audio track, 0:42:57, 25p
1: MPEG2, English, 576p25 (16:9) with pulldown flags
2: AC3, English, 5.1 channels, 384kbps, 48kHz, dialnorm: -27dB "3/2+1"
v01 The video bitstream framerate field doesn't match the container framerate.
a02 Extracting audio track number 2...
a02 Removing AC3 dialog normalization...
a02 Decoding with libav/ffmpeg...
a02 Changing FPS from 25.000 to 23.976...
a02 Remapping channels...
a02 Encoding AC3 <384kbps> with libAften...
a02 Creating file "test.ac3"...

tebasuna51
2nd June 2013, 22:48
When the input file have a fps defined:

MKV, 1 video track, 1 audio track, 0:42:57, 25p

the -24.000 is ignored.
Extract the ac3 if you need a duration change -24.000 -changeTo23.976

Chumbo
2nd June 2013, 23:40
When the input file have a fps defined:

MKV, 1 video track, 1 audio track, 0:42:57, 25p

the -24.000 is ignored.
Extract the ac3 if you need a duration change -24.000 -changeTo23.976
Okay, that's a good idea. Yeah, the original video stream actually has its FPS as 24 but eac3to is picking up the container FPS. Thanks T.

AnryV
3rd June 2013, 09:34
Is there any news about E-AC3 7.1 decoding?

eac3to.exe M.eac3 M.wavs
E-AC3, 7.1 channels, 1:47:46, 768kbps, 48kHz
(core: AC3, 5.1 channels, 1:47:46, 448kbps, 48kHz)
Extracting E-AC3 core...
Decoding with libav/ffmpeg...
Reducing depth from 64 to 24 bits...
Writing WAVs...
Creating file "M.L.wav"...
Creating file "M.R.wav"...
Creating file "M.LFE.wav"...
Creating file "M.SR.wav"...
Creating file "M.SL.wav"...
Creating file "M.C.wav"...

r0lZ
10th June 2013, 12:41
In a 3D BD, the left and right eye streams are stored independently in two different M2TS files, and together in the corresponding SSIF file. These files are referenced by the MPLS file. eac3to can demux all of them, and that's nice. However, there is a big bug when demuxing the subtitles from the SSIF or MPLS file of many 3D-BDs.

The M2TS file containing the AVC video stream (usually the left eye view) contains also all audio and subtitle streams. Usually, the M2TS file containing the MVC video stream (right eye) contains ONLY the video stream. The audio streams are never included in the dependent M2TS. But in some BDs, the subtitle streams are ALSO included in that dependent M2TS file. It's with that BDs that the bug occurs.

When there are two identical subtitle streams in the two M2TS files, and the user demuxes the SSIF or MPLS file, the bug occurs. I think it's because the SAME stream is included TWICE in the SSIF file. So, when eac3to demuxes the subtitles, it processes two times the same subtitle stream, and that produces a lot of "The source file seems to be damaged (discontinuity)" error messages, and finally the demux operation fails with "The SUP reader received unknown data. Aborted at file position #."

It is possible to successfully demux the subtitle stream from the left or right view M2TS file, but it cannot be demuxed from the SSIF file (or indirectly from the MPLS). It's a pity, as of course, it is possible to demux only one of the two video streams at a time from the M2TS (and you cannot create the chapter file).

Is it possible to fix this bug?
Let me know if you need additional information.
Thanks!

frencher
10th June 2013, 17:20
In a 3D BD, the left and right eye streams are stored independently in two different M2TS files, and together in the corresponding SSIF file. These files are referenced by the MPLS file. eac3to can demux all of them, and that's nice. However, there is a big bug when demuxing the subtitles from the SSIF or MPLS file of many 3D-BDs.

The M2TS file containing the AVC video stream (usually the left eye view) contains also all audio and subtitle streams. Usually, the M2TS file containing the MVC video stream (right eye) contains ONLY the video stream. The audio streams are never included in the dependent M2TS. But in some BDs, the subtitle streams are ALSO included in that dependent M2TS file. It's with that BDs that the bug occurs.

When there are two identical subtitle streams in the two M2TS files, and the user demuxes the SSIF or MPLS file, the bug occurs. I think it's because the SAME stream is included TWICE in the SSIF file. So, when eac3to demuxes the subtitles, it processes two times the same subtitle stream, and that produces a lot of "The source file seems to be damaged (discontinuity)" error messages, and finally the demux operation fails with "The SUP reader received unknown data. Aborted at file position #."

It is possible to successfully demux the subtitle stream from the left or right view M2TS file, but it cannot be demuxed from the SSIF file (or indirectly from the MPLS). It's a pity, as of course, it is possible to demux only one of the two video streams at a time from the M2TS (and you cannot create the chapter file).

Is it possible to fix this bug?
Let me know if you need additional information.
Thanks!

same request of r0lZ

madshi
10th June 2013, 17:31
Guys, if there's a bug in (or problem with) eac3to, why don't you use the eac3to bug tracker? That's your one and only chance to get bugs fixed in the next eac3to build (whenever that may come). If you post a bug in the bug tracker, a sample would always be nice, so that I can actually reproduce the problem on my PC. Thanks.

rapscallion
10th June 2013, 21:11
I have a BD with a Dolby True HD track (with a -32ms delay) and I want to add a DTS-Master Audio track.

When extracting the DTHD to wavs (Nero decoder selected) eac3to states "Applying RAW/PCM delay..."

Using DTS MA suite, will the raw/pcm delay still be intact when the DTS-HD track is created?

I did a 10 min test mux, via Tsmuxer, with no dealy selected, and the audio/dialog seems to be in sync,
but would like to confirm.

DarkSpace
10th June 2013, 22:49
When extracting the DTHD to wavs (Nero decoder selected) eac3to states "Applying RAW/PCM delay..."

Using DTS MA suite, will the raw/pcm delay still be intact when the DTS-HD track is created?
No. eac3to decodes the track and fixes the delay value (that's the line above), which means that after decoding, the track has a delay of 0 ms (no delay).
In case you want to keep the delay for whatever strange reasons, try adding +32ms to your commandline. It should then look something like this:
eac3to "00001.mpls" 2: "Path\00001.wavs" +32ms
This way, the -32ms delay of the track that eac3to wants to remove are compensated for by the +32ms delay added to the track by eac3to.

hubblec4
12th June 2013, 11:01
madshi would you like to update FLAC for eac3to

Brazil2
12th June 2013, 13:16
madshi would you like to update FLAC for eac3to
http://forum.doom9.org/showthread.php?p=1631141#post1631141
I actually just replaced the libFLAC.dll from RareWares.org (v1.3.0) in the eac3to directory and it seems to have converted audio to FLAC without problems.

hubblec4
12th June 2013, 14:13
thanks, i will try it.

mindbomb
13th June 2013, 03:21
didn't they change something with 6.1 and 7.1 flac audio with the new encoder?
Or is it consistent with how eac3to has been doing it all along?

madshi
13th June 2013, 07:32
http://bugs.madshi.net/view.php?id=88

Chumbo
16th June 2013, 03:21
I just bought the new 2nd edition of the Spears & Munsil audio/video calibration BD. I wanted to rip it so I can put some of the calibrations on my media server rather than having to always pop the BD into the player. However, as with other calibration discs, many of the clips are short, i.e., 2 to 6 minutes in length. So eac3to shows "HD DVD / Blu-Ray disc structure not found." which I believe is due to the large number of play lists and IIRC there's a minimum length?

Is there any way to override this minimum length because this title, even though has many short clips and play lists, is valid and would be nice to be able to process it with eac3to. If there isn't an override, do you want me to post this as a bug in bug tracker or as a feature request in the request thread? Thank you.

tebasuna51
16th June 2013, 09:28
@Chumbo
You can use each mpls like input for eac3to.

Boulder
16th June 2013, 10:50
I've been trying to encode the audio track of Edward Scissorhands to flac (using the internal libflac) and AAC (piping to qaac) but the channel order is incorrect. Apparently the track has 3 front channels and one rear channel (centre?) but I don't know how to configure the encoders. Can anyone help?

Chumbo
16th June 2013, 13:13
@Chumbo
You can use each mpls like input for eac3to.
I didn't even know you can do that. Thank you tebasuna as always. :)

SchnittenGott
16th June 2013, 13:18
Hello everyone!

I'm new but I already have a question/problem.
I'm trying to perform a rather simple task (at least I thought) with eac3to:
Convert a DTS-HD MA 6.1 ES track into mono wavs.
The BD at hand is "Revenge of the Sith":

eac3to v3.27
command line: eac3to P:\Revenge\ 1) 3: C:\BDE\Revenge.wavs
------------------------------------------------------------------------------
M2TS, 1 video track, 8 audio tracks, 29 subtitle tracks, 2:20:06, 24p /1.001
1: Chapters, 50 chapters
2: h264/AVC, 1080p24 /1.001 (16:9)
3: DTS Master Audio, English, 6.1 channels, 24 bits, 48kHz
(core: DTS-ES, 6.1 channels, 24 bits, 1509kbps, 48kHz)
4: AC3, English, 5.1 channels, 448kbps, 48kHz
5: AC3, Spanish, 5.1 channels, 448kbps, 48kHz
6: AC3, French, 5.1 channels, 448kbps, 48kHz
7: DTS, French, 5.1 channels, 768kbps, 48kHz
8: AC3, Portuguese, 5.1 channels, 448kbps, 48kHz
9: AC3, English, 2.0 channels, 224kbps, 48kHz
10: AC3, English, 2.0 channels, 224kbps, 48kHz
11: Subtitle (PGS), English
12: Subtitle (PGS), Spanish
13: Subtitle (PGS), French
14: Subtitle (PGS), Dutch
15: Subtitle (PGS), Portuguese
16: Subtitle (PGS), Finnish
17: Subtitle (PGS), Swedish
18: Subtitle (PGS), Norwegian
19: Subtitle (PGS), Danish
20: Subtitle (PGS), English
21: Subtitle (PGS), English
22: Subtitle (PGS), Spanish
23: Subtitle (PGS), Spanish
24: Subtitle (PGS), French
25: Subtitle (PGS), French
26: Subtitle (PGS), Dutch
27: Subtitle (PGS), Dutch
28: Subtitle (PGS), Portuguese
29: Subtitle (PGS), Portuguese
30: Subtitle (PGS), Finnish
31: Subtitle (PGS), Finnish
32: Subtitle (PGS), Swedish
33: Subtitle (PGS), Swedish
34: Subtitle (PGS), Norwegian
35: Subtitle (PGS), Norwegian
36: Subtitle (PGS), Danish
37: Subtitle (PGS), Danish
38: Subtitle (PGS), English
39: Subtitle (PGS), English
[a03] Extracting audio track number 3...
[a03] Remapping channels...
[a03] Decoding with ArcSoft DTS Decoder...
[a03] Writing WAVs...
[a03] Creating file "C:\BDE\Revenge.L.wav"...
[a03] Creating file "C:\BDE\Revenge.R.wav"...
[a03] Creating file "C:\BDE\Revenge.SL.wav"...
[a03] Creating file "C:\BDE\Revenge.LFE.wav"...
[a03] Creating file "C:\BDE\Revenge.SR.wav"...
[a03] Creating file "C:\BDE\Revenge.BC.wav"...
[a03] Creating file "C:\BDE\Revenge.C.wav"...
[a03] The original audio track has a constant bit depth of 24 bits.
Video track 2 contains 201538 frames.
eac3to processing took 37 minutes, 6 seconds.
Done.

As the result I have the mono wavs, but they have incorrect length! (2h 40min.)
MediaInfo:

Complete name : C:\BDE\Revenge.R.wav
Format : Wave
File size : 1,29 GiB
Duration : 2h 40min
Overall bit rate mode : konstant
Overall bit rate : 1 152 Kbps

Audio
Format : PCM
Format settings, Endianness : Little
Format settings, Sign : Signed
Codec ID : 1
Duration : 2h 40min
Bit rate mode : konstant
Bit rate : 1 152 Kbps
Channel(s) : 1 Kanal
Sampling rate : 48,0 KHz
Bit depth : 24 bits
Stream size : 1,29 GiB (100%)

In comparison, the same action performed with the german bd of the same movie is working flawlessly:

eac3to v3.24
command line: eac3to P:\Rache\ 1) 6: C:\BD\Rache.wavs
------------------------------------------------------------------------------
M2TS, 1 video track, 8 audio tracks, 19 subtitle tracks, 2:20:06, 24p /1.001
1: Chapters, 50 chapters
2: h264/AVC, 1080p24 /1.001 (16:9)
3: DTS-ES, English, 6.1 channels, 24 bits, 768kbps, 48kHz
4: DTS, Spanish, 5.1 channels, 24 bits, 768kbps, 48kHz
5: AC3, Spanish, 5.1 channels, 448kbps, 48kHz
6: DTS Master Audio, German, 5.1 channels, 24 bits, 48kHz
(core: DTS, 5.1 channels, 24 bits, 1509kbps, 48kHz)
7: AC3, Hungarian, 5.1 channels, 448kbps, 48kHz
8: AC3, Polish, 5.1 channels, 448kbps, 48kHz
9: AC3, English, 2.0 channels, 224kbps, 48kHz
10: AC3, English, 2.0 channels, 224kbps, 48kHz
11: Subtitle (PGS), English
12: Subtitle (PGS), Spanish
13: Subtitle (PGS), Portuguese
14: Subtitle (PGS), German
15: Subtitle (PGS), Chinese
16: Subtitle (PGS), Arabic
17: Subtitle (PGS), Modern Greek
18: Subtitle (PGS), Hungarian
19: Subtitle (PGS), Icelandic
20: Subtitle (PGS), Hebrew
21: Subtitle (PGS), Polish
22: Subtitle (PGS), Spanish
23: Subtitle (PGS), Spanish
24: Subtitle (PGS), German
25: Subtitle (PGS), German
26: Subtitle (PGS), Chinese
27: Subtitle (PGS), Chinese
28: Subtitle (PGS), English
29: Subtitle (PGS), English
[a06] Extracting audio track number 6...
[a06] Decoding with ArcSoft DTS Decoder...
[a06] Writing WAVs...
[a06] Creating file "C:\BD\Rache.L.wav"...
[a06] Creating file "C:\BD\Rache.R.wav"...
[a06] Creating file "C:\BD\Rache.C.wav"...
[a06] Creating file "C:\BD\Rache.SR.wav"...
[a06] Creating file "C:\BD\Rache.LFE.wav"...
[a06] Creating file "C:\BD\Rache.SL.wav"...
[a06] The original audio track has a constant bit depth of 24 bits.
Video track 2 contains 201538 frames.
eac3to processing took 23 minutes, 37 seconds.
Done.

The MediaInfo provides the correct length (2h 20min.):

General
Complete name : C:\BD\Rache.R.wav
Format : Wave
File size : 1.13 GiB
Duration : 2h 20mn
Overall bit rate mode : Constant
Overall bit rate : 1 152 Kbps

Audio
Format : PCM
Format settings, Endianness : Little
Format settings, Sign : Signed
Codec ID : 1
Duration : 2h 20mn
Bit rate mode : Constant
Bit rate : 1 152 Kbps
Channel(s) : 1 channel
Sampling rate : 48.0 KHz
Bit depth : 24 bits
Stream size : 1.13 GiB (100%)

The only difference I noticed between the 2 logs is the "[a03] Remapping channels..." step at the US BD.
So my question is:
Is there any way you can turn off/disable the "Remapping Channels" step?
Or is there another way to get rid of the problem?
Thanks in advance for helping me out!

tebasuna51
16th June 2013, 16:22
@SchnittenGott
There are a problem, but isn't related with "Remapping Channels" that is needed for a 6.1 (english) and not needed for 5.1 (german).

Please run:
eac3to -test
to know software versions.

SchnittenGott
17th June 2013, 08:41
@SchnittenGott
There are a problem, but isn't related with "Remapping Channels" that is needed for a 6.1 (english) and not needed for 5.1 (german).

Please run:
eac3to -test
to know software versions.

I installed only the ones I needed for dts decoding, so not all are present:

eac3to v3.27
command line: eac3to -test
------------------------------------------------------------------------------
eac3to (v3.27) is up to date
Nero Audio Decoder (Nero 7) is not working correctly
http://www.nero.com/eng/store-blu-ray.html
CAUTION: You need Nero 7. Nero 8 won't work with eac3to.
ArcSoft DTS Decoder (1.1.0.8) works fine
Sonic Audio Decoder (3.27.0.0) doesn't seem to be installed
Haali Matroska Muxer (2009-01-11) is installed
There's a new version (2011-03-03) available
http://haali.net/mkv
Nero AAC Encoder could not be located
http://www.nero.com/eng/nero-aac-codec.html
Copy NeroAacEnc.exe to the eac3to or to the Windows folder.
Surcode DTS Encoder doesn't seem to be installed
http://www.surcode.com

Is there a new version of ArcSoft DTS Decoder?

tebasuna51
17th June 2013, 18:54
...
Is there a new version of ArcSoft DTS Decoder?

Not always a new version is better, I still use 1.1.0.0 without problems.

filler56789
18th June 2013, 15:20
eac3to v3.27
command line: eac3to -test
------------------------------------------------------------------------------
eac3to (v3.27) is up to date
ArcSoft DTS Decoder (1.1.0.8) works fine

Is there a new version of ArcSoft DTS Decoder?

Yes, 1.1.0.9

http://forum.doom9.org/showthread.php?p=1631214#post1631214

maxmercy
20th June 2013, 02:17
Hey everyone,

Is there a way to adjust individual channel levels in eac3to when changing formats?

I would like to take an HDAudio source and modify the individual channel levels prior to converting to/writing a .w64 file.

Thanks for your help,

JSS

Mark Regalo
20th June 2013, 02:21
Is there a list of all the .dlls and .ax files I need and what I need to register for all the decoders/encoders used in eac3to?

tebasuna51
20th June 2013, 06:14
Is there a way to adjust individual channel levels in eac3to when changing formats?
Nope, with eac3to you can only modify all channels with the same value.

maxmercy
20th June 2013, 13:00
Thanks for the prompt reply!

JSS

frencher
22nd June 2013, 13:48
Hello all,

What are all the extensions supported by eac3to ?
I know that one
.h264 .vc1 .ac3 .eac3 .thd .thd+ac3 .dts .dtshd .wav .wavs .sup .srt .txt

Y there a list of all those used by eac3to for demux ?

tebasuna51
22nd June 2013, 19:25
eac3to can output:

Video: .h264 .vc1 .m2v (all can be muxed to .mkv with Haali)
Uncompressed audio (extract or decode): .wav (.wavs) .w64 .rf64 .pcm .raw
Compressed audio (extract or encode): .ac3 .flac .dts (encode with SurCode) .m4a (aac audio in mp4 container encoded with NeroAacEnc)
Other compressed audio (only extract): .eac3 .thd (.thd+ac3) .dtshd .aac .mp2 .mp3
Subtitles: .sup .srt .ass .ssa
Chapters: .txt

frencher
23rd June 2013, 22:45
Already thank you very much for the reply;)
By cons I think it is missing, I just found one. Mpeg2 and it seems there are other ...
Madshi, could you provide a list of standard format demux function in eac3to -help

tebasuna51
24th June 2013, 00:49
By cons I think it is missing, I just found one. Mpeg2 and it seems there are other ...

What?

MPEG2 video -> .m2v
MPEG2 audio -> .mp2 .mp3 (maybe .mp1 but I don't found any sample to test)

frencher
24th June 2013, 05:20
Thanks tebasuna51,

It's strange, works same :confused:

MPEG2 video (http://ul.to/78qidjok) -> .m2v and .mpeg2

Why ?

What's missing here and what's wrong here for extract only ? ( -demux)

Keyword eac3to demux .extension

** VC-1 = .vc1
** h264/AVC = .h264
** MPEG2 = .m2v works with .mpeg2
** AC3 = .ac3
** E-AC3 = .eac3
** AC3 Surround = .ac3
** TrueHD = .thd
** TrueHD/AC3 = .thd+ac3
** DTS = .dts
** DTS Master Audio = .dtsma
** DTS Hi-Res = .dtshr
** DTS-HD (no core) = .dtsnc
** DTS Express = .dtslbr
** FLAC = .flac
** RAW/PCM = .pcm
** MLP = .mlp
** WAV = .wav
** W64 = .w64
** RF64 = .rf64
** DTSWAV = .dtswav
** AC3WAV = .ac3wav
** AAC = .aac
** MP1 = .mp1
** MP2 = .mp2
** MP3 = .mp3
** (PGS) = .sup
** (DVD) = .sup
** (SRT) = .srt
** (ASS) = .ass
** (SSA) = .ssa
** (VobSub) = ?