View Full Version : New eac3to GUI: HD-DVD/Blu-Ray Stream Extractor
Greif
11th October 2008, 18:01
http://stuff.griffore.com/stuff/HdBrStreamExtractor.jpg
This project is hosted on Google code found here (http://code.google.com/p/hdbrstreamextractor/).
Changelog
0.8 - fixed missing THD extract options, migrated to .NET 4 Client Profile
0.7 - reduced CPU utilization for GUI, pre-selected "extract as" dropdowns, other small fixes
0.6 - fixed stream "extract as" dropdowns and audio types
0.5 - proper version tracking will commence after this release
SVN changes can be tracked here (http://code.google.com/p/hdbrstreamextractor/source/list).
Description
HD-DVD/Blu-Ray Stream Extractor is a GUI for the excellent tool eac3to (http://forum.doom9.org/showthread.php?t=125966) developed by madshi. The front-end is intended to be included with MeGUI to provide stream extraction capabilities but will also be available in a stand-alone format.
Support for the tool can be found in this thread. The tool is also incorporated into MeGUI, help can also be found on the MeGUI wiki (http://mewiki.project357.com/).
If you are experiencing issues with the tool, please create a new issue (http://code.google.com/p/hdbrstreamextractor/issues/list) and attach the logs with your bug report.
Installation
Download the latest stable release or the current svn using the links below
The .NET 4 Client Profile redistributable (http://www.microsoft.com/downloads/details.aspx?FamilyID=5765d7a8-7722-4888-a970-ac39b33fd8ab&displaylang=en) is a prerequisite for the tool.
- Download HdBrStreamExtractor and extract to eac3to folder
Downloads
HD-DVD/Blue-Ray Stream Extractor 0.8 (http://hdbrstreamextractor.googlecode.com/files/HdBrStreamExtractor_0.8.zip)
:thanks: Enjoy! :)
menlvd
11th October 2008, 18:37
what's wrong
http://pic.ipicture.ru/uploads/081011/4347/thumbs/vOeehCQf65.jpg (http://ipicture.ru/Gallery/Viewfull/7833184.html)
spida_singh
11th October 2008, 18:43
not working here either, just get an error stating program has stopped working
Greif
11th October 2008, 18:50
Sorry, it was compiled against .NET 3.5 and using a couple of extension methods.
I recompiled to .NET 2.0 and made the extension method regular old methods.
You should be ok now. Try downloading again and let me know the results.
kurt
11th October 2008, 19:23
gui is working now. but why it can only open mpls? wouldn't it be nice to process directly from m2ts too?
menlvd
11th October 2008, 19:36
1. puting imput G:\Blu_Ray\Scary Movie 4
got error [22:25:58] Source file "G:\Blu_Ray\Scary" not found.
2. no manual entering extensions for extracted stream
Greif
11th October 2008, 19:41
If you point it to the folder of your HD-DVD or Blu-Ray drive (while running anydvd) or to your rip folder, it should list all features found in the specified folder.
@menlvd: what do you get when you run the following at a command prompt:
eac3to.exe G:\Blu_Ray\Scary Movie 4
menlvd
11th October 2008, 19:47
If you point it to the folder of your HD-DVD or Blu-Ray drive (while running anydvd) or to your rip folder, it should list all features found in the specified folder.
@menlvd: what do you get when you run the following at a command prompt:
prog needs put this line too ""
shon3i
11th October 2008, 19:49
Ok, now works thanks :)
I quicktested, and i get error when tryed to demux HDDVD when i press streams button, program just closed.
On bluray sources everything working fine for now.
I noticed small bug in filenames http://img516.imageshack.us/img516/5835/91369216ar9.jpg
and small suggestion, for video stream you should add support for extract to raw streams instead MKV
rica
11th October 2008, 20:07
Further processing of VC1mkvs on TSMuxer is always a big problem. So extracting raw media is a better idea.
shon3i
11th October 2008, 20:38
Further processing of VC1mkvs on TSMuxer is always a big problem. So extracting raw media is a better idea.
Agree, it's better to add both options and user choose what need.
Greif
11th October 2008, 21:34
Thanks for the input. I'll have an update out soon.
Greif
11th October 2008, 23:59
Updated:
- BUG: spaces in path
- ADD: video extract type(s)
- ADD: feature number in extract filename
menlvd
12th October 2008, 00:13
Updated:
need file ext for audio .w64 and .AGM
shon3i
12th October 2008, 00:23
I still get crash for HDDVD titles when press streams button
Greif
12th October 2008, 00:31
Updated:
- ADD: audio extract types: AGM, RF64, W64
Greif
12th October 2008, 00:34
I still get crash for HDDVD titles when press streams button
could you provide the output from eac3to for whichever feature you're trying to get streams for?
eac3to.exe [source] [feature#])
saint-francis
12th October 2008, 00:40
It seems to work well with the one stream I have currently tested it with. But not being able to see the details of the different playlists at once is a big problem for some sources. Eac3toGUI does a really good job of displaying all of the playlists.
All in all it's a pretty good straight forward tool.
Greif
12th October 2008, 00:56
For choosing features based on duration, angles, or version (eg Director's Cut)... yeah, I need to think about how to better display this information.
I could display a feature grid with all the relevant information. Would that work?
saint-francis
12th October 2008, 01:01
feature grid
Could you explain this term a little more?
Greif
12th October 2008, 01:13
like what you see with the stream grid. but you would see the feature's main details. you would be able to click on the feature and its streams would be presented in a hierarchical grid format.
Feature 1
... Stream 1
... Stream 2
....
Feature 2
....
this would replace the feature dropdown, stream button and stream grid. As you expand the feature rows, its streams would be retrieved.
saint-francis
12th October 2008, 01:18
Greif, that sounds excellent.
I suggest that next to the playlist number you place some simple details like the AR and running time to help clarify what is where. There are some disks that have many playlists that are all about the same length and it can be pretty confusing trying to deal with them.
Greif
12th October 2008, 01:25
In the meantime you can click 'details' beside the feature button to view some of that information.
saint-francis
12th October 2008, 15:49
In the meantime you can click 'details' beside the feature button to view some of that information.
Right. There seems to be a little bug with that feature:
http://i182.photobucket.com/albums/x270/saint-francis-photos/Untitled-2.jpg
It listed it all twice. This doesn't happen with every playlist.
Greif
12th October 2008, 16:29
I'll need to track that down.
I also need to parse out the m2ts file(s) for each playlist.
Greif
12th October 2008, 23:30
BTW, progress bars are not showing properly. this will be fixed in the next release. coming soon...
Greif
13th October 2008, 19:12
Updated:
- ADD: Feature DataGridView
- BUG: Progress bar values not showing proper
- ADD: eac3to link to http://forum.doom9.org/showthread.php?t=125966
The file(s) dropdown in the features grid may not be working 100% so let me know if you run into any issues.
shon3i
13th October 2008, 19:38
I am still geting error now on Blu-Ray too
http://img408.imageshack.us/img408/4315/30574272ym7.th.jpg (http://img408.imageshack.us/img408/4315/30574272ym7.jpg)
This happend when i press feature button, and progress goes to 100%
Greif
13th October 2008, 21:07
Is there anything in the detail of the error to shed some light on the problem?
Can you run the command using eac3to and show me the output? (Just get a feature listing of your movie)
I need to verify the output that is getting parsed correctly from the StdOutput.
shon3i
13th October 2008, 21:17
i usually extract with eac3to 0000.m2ts (or feature1.evo+feature2.evo) output.mkv and everything work fine.
here is when i use same cmd from HDDVD/Blu-Ray extractor
C:\Documents and Settings\Nenad>"C:\eac3to\eac3to.exe" "F:\HD\The.Transporter.Blu-Ray.1080p.MPEG2.DTS-HD\89279477_TRAN
SPORTER" 1) -progressnumbers
analyze: 1%
analyze: 2%
analyze: 3%
....
analyze: 97%
analyze: 98%
analyze: 99%
analyze: 100%
M2TS, 1 video track, 4 audio tracks, 4 subtitle tracks, 1:32:09
1: Chapters, 33 chapters
2: MPEG2, 1080p24 /1.001 (16:9)
3: DTS Master Audio, English, 5.1 channels, 24 bits, 48khz
4: AC3, French, 5.1 channels, 448kbps, 48khz, dialnorm: -27dB
5: AC3, Spanish, 5.1 channels, 448kbps, 48khz, dialnorm: -27dB
6: AC3, English, 2.0 channels, 224kbps, 48khz, dialnorm: -27dB
7: Subtitle (PGS), English
8: Subtitle (PGS), Spanish
9: Subtitle (PGS), Spanish
10: Subtitle (PGS), French
Greif
13th October 2008, 21:24
Can you run the following and show me the results?
"C:\eac3to\eac3to.exe" "F:\HD\The.Transporter.Blu-Ray.1080p.MPEG2.DTS-HD\89279477_TRANSPORTER"
saint-francis
13th October 2008, 21:31
Just a suggestion:
Right now as this tool is stand alone from MeGUI it makes sense that there is a progress bar on it. But once it's integrated into MeGUI are you planning on using the normal MeGUI progress indicator window?
P.S. It's crashing for me too now, and at no precisely reproducible place.. :(
Greif
13th October 2008, 21:36
In MeGUI, the progress bars will still be used for when the features/streams are collected, but the "heavy duty" processing will be done using the job queue.
Ok, it seems I may have introduce a few bugs... I will try to track them down.
spida_singh
13th October 2008, 22:50
I receive the above error when it has finished analyzing at 100%. I selected my BD folder, clicked features, works it's way up to 100%, then stops.
Greif
13th October 2008, 23:50
Ok, I need to do some regression testing... Give me a day or so to get an update out.
hubblec4
14th October 2008, 09:12
I receive the above error when it has finished analyzing at 100%. I selected my BD folder, clicked features, works it's way up to 100%, then stops.
yes i have the same problem. and then crash the prog.
hubble
idbirch2
14th October 2008, 11:03
Just tried this on The Hulk BluRay and its working great, just a couple of cosmetic issues:
1) I can't resize the window. I get the double-ended cursor but can't resize.
2) The progress bar doesn't work for me and instead I get
"Unknown line: "progress: 28%"
"Unknown line: "progress: 29%"
"Unknown line: "progress: 30%" etc. Great work so far though, thanks very much.
Edit: Also, I've noticed that HDBrStreamExtractor.exe uses a lot of CPU time for a GUI, its currently using between 30 and 40% of a Core2Duo 2.4GHz, seems too high.
Greif
14th October 2008, 12:29
1) the window is not meant to resize
2) that will be fixed in the next release
Do you see the same CPU usage when using eac3to on its own?
idbirch2
14th October 2008, 13:52
Regarding CPU usage, eac3to uses the same amount of CPU whether I run it manually or through HDBrStreamExtractor. I was trying to say that the HDBrStreamExtractor executable is using a lot of CPU. Is the monitoring of your StdOutput possibly a little too intense? How often is it polling the command prompt window?
Greif
14th October 2008, 15:58
Everything is done asynchronously. What that means is that every time eac3to writes to StdOutput/StdError the associated event is fired. There is no polling of the process.
If HDBrStreamExtractor is using a lot of CPU while on standby, then that is something that needs to be addressed. It could be possibly due to the .NET garbage collector cleaning up resources?
idbirch2
14th October 2008, 16:02
Sorry, I know nothing about .NET :(
Jaja1
14th October 2008, 17:00
If HDBrStreamExtractor is using a lot of CPU while on standby, then that is something that needs to be addressed.I'm having a lot of CPU usage as well. But not in standby mode, but while executing. Goes up to 50% and sometimes more (WinXP+SP3).
1) the window is not meant to resizeCould you please make it resizable? It is always a PITA to have such a limited view of the needed information.
And it's a nice tool. Thanks.
Greif
14th October 2008, 17:22
I will look at anchoring the controls properly to allow for resizing of the window.
nwg
16th October 2008, 19:35
Nice bit of software. I have never got round to working out how to use eac3to for demuxing/extracting. This looks like it might make it easier.
It would be great to be able to use m2ts and evo files directly.
Greif
16th October 2008, 22:40
I had the option available to choose a file previously. It may make a return visit. ;)
nwg
16th October 2008, 23:12
The software still crashes when I choose to select a HD-DVD movie. It doesn't get as far as showing me the components. It saids it has encountered a problem and needs to close.
Kurtnoise
17th October 2008, 07:54
The software still crashes when I choose to select a HD-DVD movie. It doesn't get as far as showing me the components. It saids it has encountered a problem and needs to close.
@Greif:
diff -u /c/tmp/HdBrStreamExtractor_source_original/HdBrStreamExtractor/eac3to/Stream.cs /c/tmp/HdBrStreamExtractor_source/HdBrStreamExtractor/eac3to/Stream.cs
--- /c/tmp/HdBrStreamExtractor_source_original/HdBrStreamExtractor/eac3to/Stream.cs Sat Oct 11 10:02:06 2008
+++ /c/tmp/HdBrStreamExtractor_source/HdBrStreamExtractor/eac3to/Stream.cs Wed Oct 15 15:39:41 2008
@@ -38,7 +38,10 @@
throw new ArgumentNullException("s", "The string 's' cannot be null or empty.");
Number = int.Parse(s.Substring(0, s.IndexOf(":")));
- Name = s.Substring(s.IndexOf(":") + 1, s.IndexOf(',') - s.IndexOf(":") - 1).Trim();
+ if (s.Contains("Joined"))
+ Name = "Joined EVO File";
+ else
+ Name = s.Substring(s.IndexOf(":") + 1, s.IndexOf(',') - s.IndexOf(":") - 1).Trim();
Description = s.Substring(s.IndexOf(":") + 1);
}
;)
Greif
17th October 2008, 12:11
Thanks. I'm a bit busy this week at work.
I'll have an update out tonight.
Greif
19th October 2008, 03:10
Updated:
-BUG: Parsing streams
-ADD: TrueHD/AC3 extract type
-ADD: Filter extract types based on Audio type (i.e. only TrueHD streams will display THD and THD+AC3 extract options)
If you were crashing before, give this a try and let me know how it works.
And as always, if you have any suggestions or comments on making this better, feel free to share them. :)
:thanks:
Greif
19th October 2008, 03:51
Updated:
-BUG: Feature names were always ending with a period
-CODE: refactored the Stream class to expose ExtractTypes to clean things up a bit
kurt
19th October 2008, 09:58
new version crashed here when trying to load the godfather folder
http://i33.tinypic.com/2h7i8ev.png
system: win xp prof. 32bit, SP3
shon3i
19th October 2008, 10:18
I think there is one more problem with HDDVD titles, i just tryed to demux Crank HDDVD movie and i get message
[11:15:04] Unknown line: "HD DVD / Blu-Ray disc structure not found."
[11:15:04] Feature Retrieval Completed
I go to the folder and i saw the problem
the structure of Crank HDDVD
http://img393.imageshack.us/img393/8084/51140822mq8.jpg
So FEATURE1.EVO+FEATURE2.EVO is not default, can be xxx1.exe+xxx2.evo
spida_singh
19th October 2008, 10:33
Crashed again when loading folder after 100% analysis.
nwg
19th October 2008, 11:29
It crashed after 100% analysis for Transformers and that is FEATURE1 and FEATURE2.evo. It worked for Fearless which is L0_MainMovie.evo and L1_MainMovie.evo.
Greif
19th October 2008, 12:37
I'm curious... how are you backing-up/accessing your discs?
Are you using AnyDVD or another program?
Greif
19th October 2008, 12:47
new version crashed here when trying to load the godfather folder
http://i33.tinypic.com/2h7i8ev.png
system: win xp prof. 32bit, SP3
Does it crash when you select "d:\Incoming\bd-tg\" as input?
Select the root of the disc. (E.g. F:\ or F:\Movie)
kurt
19th October 2008, 12:59
Does it crash when you select "d:\Incoming\bd-tg\" as input?
Select the root of the disc. (E.g. F:\ or F:\Movie)
the disc is already ripped to HDD with anydvd. when selecting d:\Incoming\bd-tg\ --> crash
when moving the complete folder to root (d:\) also crash...
D:\>eac3to d:\incoming\bd-tg
1) 00000.mpls, 00000.m2ts, 2:57:09
- h264/AVC, 1080p24 /1.001 (16:9)
- TrueHD, English, multi-channel, 48khz
- AC3, English, stereo, 48khz
- AC3, French, multi-channel, 48khz
- AC3, Spanish, multi-channel, 48khz
- AC3, English, stereo, 48khz
nwg
19th October 2008, 14:59
Does it crash when you select "d:\Incoming\bd-tg\" as input?
Select the root of the disc. (E.g. F:\ or F:\Movie)
I am using AnyDVD to rip the whole disc. It doesn't matter whether I am selecting the folder of the movie or the HVDVD_TS folder. It crashes when it gets to 100%.
Greif
22nd October 2008, 03:30
I am dog-fooding this app all the time and I have yet to see it crash on me... :(
Do any of you have Visual Studio and can help debug the problem?
nwg
22nd October 2008, 07:47
I am afraid I don't have that but it just worked for the Kingdom HD-DVD.
I did notice one thing. I was extracting the extras to watch separately as joined evo's. One extra was a single evo and it didn't appear as a evo in the stream selection.
It would be good to have a rebuild/remux feature like in evodemux. While that program is good. It is not possible to find out what the tick boxes are in terms of what languages and subtitles they are very easily. It would be good to be able to select what I want then click on rebuild to create a new evo or m2ts file.
lobothefoots
22nd October 2008, 09:54
I found two problems using this GUI
-when I extract an AC3 stream to WAVS using libvab (not nero) the log say it can't find the withe.noise file.
-I can't extract AC3 to DTS anymore.
the source is a Bluray directory
hope this helps
Greif
22nd October 2008, 12:43
1) sounds like a bug with eac3to, do you get the same result when trying the same in a command window? If so, submit a bug on the eac3to thread
2) ahhhh.. due to the filtering of the audio extract types. I will remove this "feature" in the next version
Greif
22nd October 2008, 12:45
It would be good to have a rebuild/remux feature like in evodemux. While that program is good. It is not possible to find out what the tick boxes are in terms of what languages and subtitles they are very easily. It would be good to be able to select what I want then click on rebuild to create a new evo or m2ts file.
I'm thinking of providing the ability to select single evo/m2ts files in addition to folders. It would bypass the feature grid and just show you the streams contained in your selection.
The goal of this tool is to strictly extract streams, nothing more.
lobothefoots
22nd October 2008, 12:45
no I don't have this problem with eac3to 2.69
Greif
22nd October 2008, 15:35
... the log say it can't find the withe.noise file.
Is that the exact wording from the log? (withe --> white)
I'll try it later today to see if I can reproduce.
lobothefoots
22nd October 2008, 16:21
Is that the exact wording from the log? (withe --> white)
I'll try it later today to see if I can reproduce.
sorry , of course it is white and not withe (typo)
edit: try to check this screen capture at
http cps.tech.free.fr/temp/pb.JPG
Greif
22nd October 2008, 17:24
can you provide the entire contents of the log? thanks.
TMC
25th October 2008, 07:35
Looks like it would be a nice GUI, but I can't get it to work. As someone else has said, it crashes on selecting an HDDVD feature as soon as "analysing" gets to 100%.
Tried with a BluRay and got an unhandled exception error.
OS = Vista Ultimate. AnyDVD.
Greif
25th October 2008, 12:27
Ok I am seriously getting :devil: Maybe it's my own discs but I have yet to have it crash on me.
I will release a version with verbose logging. Give it a try with that version on a couple of different discs that you've had issues with. It will be out later today...
That way, I can figure out what the problem is and fix it.
:thanks:
lobothefoots
26th October 2008, 07:51
can you provide the entire contents of the log? thanks.
it appears only in your gui, there is nothing in the log;
I guess it is because there is no [a**] tag in front of the line.
I can report as well alot of crashes
With die hard bluray movie, it loads the content but if I try to demux it crashes.
I'll try the verbose version.
Kurtnoise
26th October 2008, 08:48
Just copy the log from eac3to here using this command:
eac3to.exe "\Path where is my disc\"
nwg
26th October 2008, 15:30
It is working great for me for Blu Rays. However when I use it on a disc with DTS MA audio, I cannot select DTS as the stream type. Do I use RAW? Also what does +options do?
azad
26th October 2008, 22:15
@nwg
I've the same problem.
@Greif
Great tool! Thanks!
One thing, for all my DTS-MA streams the file extension is ".dtshd". But since Stream Extractor uses ".dts" as file extension for DTS-MA streams, I've to rename all the audio streams manually. That's a lot of work and I'm quite lazy :), so it would be nice to have an additional file extension for DTS-MA streams and not only ".dts".
Greif
27th October 2008, 01:04
For those having problems with loading features, here (http://stuff.griffore.com/stuff/HdBrStreamExtractor_Debug.zip) is a debug version. This version has some extra logging and will create a log file named HdBrStreamExtractor.txt in the same directory.
If you are having issues, please run this version and upload the log file to http://pastebin.com/ so I can review. Thanks.
@azad: I need to clean up some of the audio extract types. It should be done soon.
Greif
27th October 2008, 01:12
@nwg/@azad: could either of you show me the output of the discs you are trying to extract from (with DTS HD MA)?
Show me the result of this:
eac3to.exe [disc location]
ex. eac3to.exe f:
And then show me the result of the stream listing for the selected feature:
eac3to.exe [disc location] [stream#]
ex. eac3to.exe f: 1)
Thanks.
Anacletus
27th October 2008, 15:37
Hi Greif, i tried to use your app, but the result was this when trying to analize the godfather :confused:
http://img126.imageshack.us/img126/223/55058347pk1.jpg
caused this error:
http://img126.imageshack.us/img126/3691/75608005ho1.jpg
Any toughts?
:thanks: Anac
Greif
27th October 2008, 18:57
Any toughts?
Show me the result of the stream listing for the selected feature:
eac3to.exe "c:\Moviez-HD\The Godfather" 1)
Anacletus
27th October 2008, 19:47
Show me the result of the stream listing for the selected feature:
eac3to.exe "c:\Moviez-HD\The Godfather" 1)
here it is:
http://img355.imageshack.us/img355/2064/66039693rv7.th.jpg (http://img355.imageshack.us/my.php?image=66039693rv7.jpg)
:thanks:
Greif
27th October 2008, 22:26
@Anacletus: can you use the debug version posted above and show me the log file?
I'll look into it using your screenshot in the meantime.
Anacletus
28th October 2008, 12:22
@Anacletus: can you use the debug version posted above and show me the log file?
I'll look into it using your screenshot in the meantime.
here's the log produced by the debug version:
[12.19.55] Retrieving features
[12.19.55] Arguments: "C:\Moviez-HD\The Godfather"
[12.19.57] Feature Retrieval Completed
[12.19.57] Retrieving streams
[12.19.57] Arguments: "C:\Moviez-HD\The Godfather" 1) -progressnumbers
[12.20.22] M2TS, 1 video track, 6 audio tracks, 16 subtitle tracks, 2:57:09
azad
28th October 2008, 21:57
@nwg/@azad: could either of you show me the output of the discs you are trying to extract from (with DTS HD MA)?
Show me the result of this:
eac3to.exe [disc location]
ex. eac3to.exe f:
And then show me the result of the stream listing for the selected feature:
eac3to.exe [disc location] [stream#]
ex. eac3to.exe f: 1)
Thanks.
Here it is:
D:\>eac3to e:
1) 00000.mpls, 00001.m2ts, 1:52:02
- h264/AVC, 1080p24 /1.001 (16:9)
- DTS Master Audio, English, multi-channel, 48khz
- AC3, French, multi-channel, 48khz
- AC3, English, stereo, 48khz
2) 00002.mpls, 00003.m2ts, 0:16:44
- MPEG2, 480i60 /1.001 (16:9)
- AC3, English, stereo, 48khz
And the stream listing:
D:\>eac3to e: 1)
M2TS, 1 video track, 3 audio tracks, 3 subtitle tracks, 1:52:02
1: Chapters, 17 chapters
2: h264/AVC, 1080p24 /1.001 (16:9)
3: DTS Master Audio, English, 7.1 channels, 16 bits, 48khz
4: AC3, French, 5.1 channels, 640kbps, 48khz, dialnorm: -27dB
5: AC3, English, 2.0 channels, 224kbps, 48khz, dialnorm: -27dB
6: Subtitle (PGS), English
7: Subtitle (PGS), English
8: Subtitle (PGS), Spanish
Greif
2nd November 2008, 04:25
For those having issues, give the latest version a try.
azad
2nd November 2008, 11:45
@Greif
Now everything works fine!!!
The DTS MA stream is listed in the stream listing.
And :thanks: for the dtshd extension! :)
spida_singh
2nd November 2008, 12:46
Greif, 100% fine over here! Good work!
nwg
2nd November 2008, 13:01
Sorry I haven't posted updates but I have been busy. THanks for the new version and will test it as soon as I can.
One thing I did notice. a couple of times I had had to cancel extracting due to picking the wrong options. When I do that, it exits the program. I then have to load the disc back in. Would it be possible for it not to exit?
Greif
2nd November 2008, 13:41
Since the idea of this window is to be a MeGUI tool. The extraction process will be done via a job in the MeGUI queue. Thus, having all the benefits of the queue, such as: setting priority, aborting, etc.
For the executable version, I'll think about adding a button for canceling the extract.
Greif
2nd November 2008, 13:42
am I missing any other extract types for audio? Can they be cleaned up a bit?
madshi
3rd November 2008, 09:42
JFYI: The latest eac3to version reports DTS-HD and TrueHD\AC3 tracks differently compared to older versions.
Old version:
M2TS, 1 video track, 3 audio tracks, 1:59:20
1: h264/AVC, 1080p24 /1.001 (16:9)
2: TrueHD/AC3, English, 5.1 channels, 48khz
3: DTS Hi-Res, English, 7.1 channels, 24 bits, 2864kbit/s, 48khz
4: AC3, Czech, 5.1 channels, 640kbit/s, 48khz, dialnorm: -28dB
New version:
M2TS, 1 video track, 3 audio tracks, 1:59:20
1: h264/AVC, 1080p24 /1.001 (16:9)
2: TrueHD/AC3, English, 5.1 channels, 48khz
(embedded: AC3, 5.1 channels, 640kbps, 48khz)
3: DTS Hi-Res, English, 7.1 channels, 24 bits, 2864kbps, 48khz
(core: DTS, 5.1 channels, 24 bits, 1536kbps, 48khz)
4: AC3, Czech, 5.1 channels, 640kbit/s, 48khz, dialnorm: -28dB
Don't know if you have to adjust your GUI to that?
Greif
3rd November 2008, 13:21
I'll need to make changes to parse in the embedded/core details of the stream. However, the program should still work in the meantime.
Thanks for the update.
nwg
3rd November 2008, 15:19
DTS Master Audio is now showing up ok. It would be great if it could extract the AC3 and DTS tracks from HD audio.
Greif
3rd November 2008, 16:25
@nwg
I believe you can do that using the -core option. That is more of a eac3to usability question. You might want to confirm on the eac3to thread. (or check the wiki)
nwg
4th November 2008, 17:55
@nwg
I believe you can do that using the -core option. That is more of a eac3to usability question. You might want to confirm on the eac3to thread. (or check the wiki)
I already do it with the Eac3to and more Gui but it would be good to do with your one. I find yours much user friendly to use.
Greif
4th November 2008, 18:23
I already do it with the Eac3to and more Gui but it would be good to do with your one. I find yours much user friendly to use.
You can do it; you just need to populate the correct options/extract type.
Or maybe I'm not understanding your problem...
nwg
4th November 2008, 22:44
You can do it; you just need to populate the correct options/extract type.
Or maybe I'm not understanding your problem...
I want to extract the DTS core from DTS HD tracks or the Ac3 for from TrueHD. All I can do with your program is select the audio type. The options box does nothing for me at all. It is just a empty box.
If I select DTS for a DTS HD MA track, I get the full DTS HD audio. I thought if I select DTS rather than DTSHD then I would get the core track but I didn't.
spida_singh
4th November 2008, 23:46
I want to extract the DTS core from DTS HD tracks or the Ac3 for from TrueHD. All I can do with your program is select the audio type. The options box does nothing for me at all. It is just a empty box.
If I select DTS for a DTS HD MA track, I get the full DTS HD audio. I thought if I select DTS rather than DTSHD then I would get the core track but I didn't.
Confirmed, extracted a dtshd file when saving as dtshd and dts, but, saving as ac3 does work ok.:)
Greif
5th November 2008, 01:03
To extract the core DTS from a DTS-HD stream you need to use the -core option.
To get the AC3 from TruHD/AC3 (embedded AC3) or TrueHD (without embedded AC3) steams just extract as AC3. With the TrueHD/AC3 stream it will just extract the core AC3, with the TrueHD stream it will transcode to AC3.
At least this is how I believe it works...
This is a quote from a post (http://forum.doom9.org/showthread.php?p=1197470#post1197470) madshi made on the eac3to thread:
HD DVD style TrueHD tracks consist of only TrueHD frames. These are identified by eac3to as being "TrueHD". The correct extension for such tracks is "*.thd". Blu-Ray style TrueHD tracks consist of TrueHD audio frames and AC3 audio frames. Both types of frames are interweaved. eac3to identifies these tracks as "TrueHD/AC3". The correct file extension is "*.thd+ac3". The file extension "*.ac3" is self explaining.
So, if you demux a HD DVD style TrueHD track to "*.thd", the track is demuxed as it is. If you demux it to "*.thd+ac3", eac3to creates AC3 frames on the fly and interweaves them with the HD DVD data to create a Blu-Ray compatible "TrueHD/AC3" track. If you demux a HD DVD style TrueHD track to "*.ac3", the TrueHD track is transcoded to AC3.
If you demux a Blu-Ray style TrueHD track to "*.thd", the track is demuxed with the interweaved AC3 frames stripped away. If you demux it to "*.thd+ac3", the track is demuxed unmodified. If you demux a Blu-Ray style TrueHD track to "*.ac3", the AC3 frames are demuxed as they are with the TrueHD frames stripped away.
It can be even more complicated: If you demux a Blu-Ray TrueHD/AC3 track by using e.g. "eac3to source 2: audio.thd+ac3 -192", eac3to strips the original interweaved AC3 frames away, creates new AC3 frames with 192kbit/s on the fly and interweaves them with the original TrueHD frames coming from the Blu-Ray track.
I hope you're finally confused now...
nwg
23rd November 2008, 16:31
I haven't had any problems with this program for a while now. I made use of it when I realised I didn't have enough disc space. I used it to select just the Video track and the DTS-HD MA audio from a Blu ray while using AnyDVD. I saved having to copy over 15GB of data I didn't want. It took a little longer than I was expecting but it did it ok.
nwg
4th December 2008, 17:16
I have extracted a truehd+ac3 from Blade Runner HD DVD. The file name has audio delay -1ms. I want to create a Blu Ray in tsmuxer. When I load the audio track in, there is a box for audio delay. Do I put -1ms in it, or is the audio already synced with the video and keep it at 0?
idbirch2
4th December 2008, 17:51
You can do. That said, if you don't and go on to actually notice a 1ms delay, I will hand deliver you a solid gold unicorn.
ron spencer
5th December 2008, 03:35
cool tool!!!
But I cannot resize your proggy's window
banker_rishad
7th December 2008, 12:31
I dont have bluray drive, but i have it on harddisk. so which program to run to convert it to dts dvd
Greif
9th December 2008, 00:08
You just have to point to the location of your backup folder.
If you don't have the disc, then I can't help you.
Greif
13th December 2008, 21:10
How's the program working for everyone? Any feature requests? Bugs?
I've been quite busy at work and haven't had time to look at this but I should have lots of time over the holidays to work on it.
saint-francis
13th December 2008, 22:55
How's the program working for everyone? Any feature requests? Bugs?
It seems to be working quite well. I'm using it almost exclusively to test it's functionality across different disks. As far as feature requests go, I can't think of much ATM. It seems to be pretty good all around. Maybe you could list the DAR along with the playlist name and length when the "features" are displayed. No big deal. Maybe you could have the output path default to the root of the source directory. Also it would be nice to have access to the command line that is used in case you need to troubleshoot. I think that's the most important. Also drop downs for the available options would be nice. For example, if you select AC3 as output the drop down would let you choose -448, -640, etc.
It's a great tool. Thanks for making it. I'm glad to see you are still showing interest in it. I was getting worried that it had fallen by the wayside, like the other two eac3to gui's.
kurt
14th December 2008, 10:38
jep, quite handy and worked well so far.
feature request: ability to open m2ts directly :)
nwg
14th December 2008, 23:46
Mine is working great for BD and HD DVD. The main thing I would like is a few times I have changed my mind about what to extract and cancel. However, this means it quits the program. I then have to wait for it to load the disc again. Can it just not quit when cancel is pressed?
The ability to load m2ts files would be good too.
saint-francis
15th December 2008, 00:14
I then have to wait for it to load the disc again. Can it just not quit when cancel is pressed?
I don't think that this will be possible as the tool is intended to be integrated into MeGUI which, if you are familiar with the way MeGUI operates) will not afford this opportunity. MeGUI does remember the last folder you selected from though and this might server your purpose.
nwg
16th December 2008, 11:20
I don't think that this will be possible as the tool is intended to be integrated into MeGUI which, if you are familiar with the way MeGUI operates) will not afford this opportunity. MeGUI does remember the last folder you selected from though and this might server your purpose.
Never used MeGUI but what had that got to do with this GUI as it works with EAC3to. Surely it is not hard to stop the program from quiting itself when pressing cancel.
I just tried it with Top Gun HD DVD and cannot extract a DTS ES track as there is no DTS selection in the audio type.
Greif
16th December 2008, 14:11
In the EXE version of this tool, I will include abort functionality.
Greif
18th December 2008, 17:57
A bonus feature of the newest eac3to version is that it will automatically run a 2nd pass if required (gaps, etc). Check the log to ensure that everything worked ok.
Maybe you could list the DAR along with the playlist name and length when the "features" are displayed.
Is that provided by eac3to? The tool only displays what eac3to outputs.
Maybe you could have the output path default to the root of the source directory.
Most of the time (for me anyway) the source directory will be a optical drive.
Also it would be nice to have access to the command line that is used in case you need to troubleshoot.
I like this idea. It would be good to provide this feature to tweak the command line prior to processing.
drop downs for the available options would be nice. For example, if you select AC3 as output the drop down would let you choose -448, -640, etc.
I have always thought of adding this, but haven't had the time. I would need to keep on top of changes to eac3to as this could lead to issues quickly.
I was getting worried that it had fallen by the wayside, like the other two eac3to gui's.
I'm on it. :D
Greif
18th December 2008, 18:00
feature request: ability to open m2ts directly :)
That was originally in the tool, but I took it. But stayed tuned... :)
saint-francis
19th December 2008, 14:17
Also, one small bug I forgot to mention. The drop downs aren't too responsive. I usually have to click twice to make one open.
And yes, the DAR is displayed by eac3to. It helps to identify extras and the like. While the length is usually a dead giveaway, if you are dealing with something like TV episodes it would be nice to be able to distinguish between a 23 minute 1080p episode and a 21 minute 480i commentary.
Greif
12th January 2009, 20:06
Ok a new version is imminent ;)
As far as showing DAR (and other stream info), you can now hover over a feature and a tool-tip will be displayed showing the primary streams within the feature. How does that sound? I have fixed the dropdown bug as well.
More details to follow... Sorry it's taken so long for an update. I had planned to do a bunch of work over the holidays but .... it was the holidays... ;)
Greif
13th January 2009, 03:58
New version is up...
salehin
14th January 2009, 18:54
Thanks a lot, Greif :)
Paddy97
14th January 2009, 21:42
New version is up...
Thanks a lot! works like a charm on my system and is a real treat to have.
Greif
15th January 2009, 03:29
I'm looking to spruce up the graphics in the app. Any budding graphic artists out there want to lend a hand?
I need graphics for the following:
- folder icon
- file (or media) icon
- extract icon
- cancel icon
Greif
15th January 2009, 03:55
BTW, I really need to start doing a better job at detailing the different versions. I"ll add a version listing to the first posting (ala eac3to) so it's easy to identify what's been changed.
Thanks everyone for using the app. I built it as a tool for myself, but I'm glad others are finding it useful. :D
rack04
15th January 2009, 04:01
BTW, I really need to start doing a better job at detailing the different versions. I"ll add a version listing to the first posting (ala eac3to) so it's easy to identify what's been changed.
Thanks everyone for using the app. I built it as a tool for myself, but I'm glad others are finding it useful. :D
Are there still plans to integrate this with MeGUI?
Greif
15th January 2009, 04:21
Yep. there are a couple more features I want to add. Then I am either having to write the code to integrate into MeGui or pass it on to someone else to do it.
I think it should be integrated in the February time frame.
Paddy97
15th January 2009, 14:07
I'm looking to spruce up the graphics in the app. Any budding graphic artists out there want to lend a hand?
I need graphics for the following:
- folder icon
- file (or media) icon
- extract icon
- cancel icon
Sent you a PM in this issue.
saint-francis
15th January 2009, 14:24
Thank you. Your efforts are much appreciated. I have been using your tool almost exclusively with eac3to and it's working out quite well. I'm glad to see the new improvements.
One request though. Aside from being able to have access to the command line it would also be nice to have a place to add custom commands. In case people want to do something like -check or -test or -seektoiframes.
Thanks again!
Freak-o
15th January 2009, 17:07
Thank you. Your efforts are much appreciated. I have been using your tool almost exclusively with eac3to and it's working out quite well. I'm glad to see the new improvements.
One request though. Aside from being able to have access to the command line it would also be nice to have a place to add custom commands. In case people want to do something like -check or -test or -seektoiframes.
Thanks again!
You can do so in the Options field.
What I'd like to see in a future Version is a different filenaming. Best would be a similiar style as eac3to does by default.
saint-francis
15th January 2009, 18:30
You can do so in the Options field.
Do you mean next to the listed files? Correct me if I'm wrong but -check isn't a valid switch for any of the files that eac3to will list.
Kurtnoise
15th January 2009, 18:40
@Greif: may I suggest you to add
else if (Regex.IsMatch(data, @"(core: .*)", RegexOptions.Compiled))
{
return;
}
to the backgroundWorker_OutputDataReceived()
;)
from the log:
[18:37:11] Retrieving features
[18:37:11] Arguments: "G:\"
[18:37:14] Feature Retrieval Completed
[18:37:21] Retrieving streams
[18:37:21] Arguments: "G:\" 1) -progressnumbers
[18:37:51] M2TS, 1 video track, 2 audio tracks, 1 subtitle track, 1:35:00
[18:37:51] Unknown line: "(core: DTS, 5.1 channels, 16 bits, 1509kbps, 48khz)"
[18:37:51] Unknown line: "(core: DTS, 5.1 channels, 16 bits, 1509kbps, 48khz)"
[18:37:51] Stream Retrieval Completed
not really important though...:)
Greif
15th January 2009, 18:55
@Kurtnoise13
Thanks. I'm going to modify the AudioStream class to take that information in.
Greif
15th January 2009, 19:42
Thank you. Your efforts are much appreciated. I have been using your tool almost exclusively with eac3to and it's working out quite well. I'm glad to see the new improvements.
One request though. Aside from being able to have access to the command line it would also be nice to have a place to add custom commands. In case people want to do something like -check or -test or .
Thanks again!
Can't you specify -seektoiframes on the Video streams?
As far as -check and -test, I'll see what I can do.
saint-francis
17th January 2009, 04:06
What I'm getting at is a more tactile way to work with the command before it's run. There are some eac3to options that just aren't going to make it into a GUI that would be nice to be able to use. Like -demux and -test. And I wasn't thinking when I said -seektoIframes. It certainly can be done as the tool is now.
Nice work on the improvements BTW. I'm using the GUI right now! The tool-tips of the playlist info is very nice indeed.
Oh BTW, I'm assuming that once this makes it's way into MeGUI it will use the normal MeGUI feature for selecting files which remembers the last open folder. If not it would be nice to add this feature. I for one always rip the disk to the HDD before processing with eac3to and it's redundant for me to navigate to the same folder twice. I understand that many people run eac3to directly from disk so I understand that this request is not going to please all but it does seem that this behavior is fairly standard for many tools.
Paddy97
17th January 2009, 08:44
A small question. Is there a way to increase the number of features from todays 8?
The reason I ask is that the Pixars Wall-E movie have a short film that I want to rip and its only 7 minutes and this means that with all the different PLS for different languages of the main movie it never makes onto the features list. Or is this a limitation of eac3to?
Greif
17th January 2009, 14:03
The tool only shows what eac3to provides. That's a request for the eac3to thread.
DaMacFunkin
17th January 2009, 19:35
I Can't get this program to see anything, whether it be a Blu-Ray / HD DDVD Disks or a ripped BDMV folder on the hard drive... it just doesnt show anything, i have the latest eac3to (3.03), any ideas?
Greif
17th January 2009, 20:20
Are you running AnyDVD?
damngod
18th January 2009, 10:30
I Can't get this program to see anything, whether it be a Blu-Ray / HD DDVD Disks or a ripped BDMV folder on the hard drive... it just doesnt show anything, i have the latest eac3to (3.03), any ideas?
You need to click on Feature(s) in order to scan your folder(s). I didn't realize it at first use...
Btw, the new eac3to seems to send different informations now, that are not compatible anymore with this GUI (I was unable to encode to FLAC with the latest ea3to, unrecognized command, as well as others).
Greif
18th January 2009, 15:33
could you post the log files if you still have them? Thanks.
ron spencer
18th January 2009, 15:48
can you put a version number on this?
Greif
18th January 2009, 17:07
next release will have version information.
DaMacFunkin
18th January 2009, 18:04
Sorry didn't realise you had to click features )Doh!(
yankeefan
18th January 2009, 18:49
I was trying to backup my best friends girl which has seamless branching in it. BDinfo shows over 25 playlists for the movie. The movie came out fine but only 15 seconds of the audio plays. Is there something special I must do to get all the audio?
Thanks
ron spencer
19th January 2009, 00:14
can you add an option for chapter file (txt) so that it reads:
00:00:01:323
00:00:05:543
etc.
thanks for cool proggy!!!
Greif
19th January 2009, 01:31
@yankeefan, @ron spencer:
This tool is just a front-end to eac3to, if you want to request a new feature or a bug is found, use the eac3to forum.
edit: of course, if a bug is found in the GUI, then that's all on me ;)
Greif
20th January 2009, 02:07
Ok, I'm adding the functionality to select individual files. So far I am allowing the selection of VOB|EVO|M2TS|MPLS.
Are there any other formats I should accept?
ron spencer
20th January 2009, 03:43
Just to let you know that I cannot resize your window...should I be able to?
Also, is the downloadable version now 0.5? Does not say 0.5 anywhere on program
thanks!!!
Greif
20th January 2009, 04:41
Currently, the window is not resizable.
I just came up with 0.5 ;) (had to come up with something...)
The next version that is released will have a version #
kurt
20th January 2009, 08:50
Ok, I'm adding the functionality to select individual files. So far I am allowing the selection of VOB|EVO|M2TS|MPLS.
Are there any other formats I should accept?
TS would be great too :)
:thanks: for adding different source files
gigah72
22nd January 2009, 17:15
i gui is crashing on titles with big delays. any idea what to do?
eac3to v3.04
command line: ".\eac3to.exe" "C:\CHRISTMASVACATIONEU" 1) -LOG="C:\tmp\eac3to_PASS2_LOG.LOG"
------------------------------------------------------------------------------
EVO, 1 video track, 4 audio tracks, 5 subtitle tracks, 1:37:11
"Feature Presentation"
1: Chapters, 29 chapters with names
2: VC-1, 1080p24 /1.001 (16:9) with pulldown flags
3: E-AC3 Surround, English, 2.0 channels, 192kbps, 48khz, dialnorm: -27dB, 2369ms
4: E-AC3, 1.0 channels, 64kbps, 48khz, dialnorm: -27dB, 2369ms
5: E-AC3, German, 2.0 channels, 192kbps, 48khz, dialnorm: -27dB, 2369ms
6: E-AC3 Surround, English, 2.0 channels, 192kbps, 48khz, dialnorm: -27dB, 2369ms
"Commentary"
7: Subtitle (VobSub), English
8: Subtitle (VobSub), English, "SDH"
9: Subtitle (VobSub)
10: Subtitle (VobSub), German
11: Subtitle (VobSub), German, "SDH"
eac3to v3.04
command line: ".\eac3to.exe" "C:\BLAZINGSADDLES_EU" 1) -LOG="C:\tmp\eac3to_PASS2_LOG.LOG"
------------------------------------------------------------------------------
EVO, 1 video track, 4 audio tracks, 5 subtitle tracks, 1:32:51
"Feature Presentation"
1: Joined EVO file
2: Chapters, 26 chapters with names
3: VC-1, 1080p24 /1.001 (16:9) with pulldown flags
4: E-AC3, English, 5.1 channels, 640kbps, 48khz, dialnorm: -27dB, -1001ms
5: E-AC3, French, 1.0 channels, 64kbps, 48khz, dialnorm: -27dB, -1001ms
6: E-AC3, German, 1.0 channels, 64kbps, 48khz, dialnorm: -27dB, -1001ms
7: E-AC3, English, 1.0 channels, 64kbps, 48khz, dialnorm: -27dB, -1001ms
"Commentary"
8: Subtitle (VobSub), English
9: Subtitle (VobSub), English, "SDH"
10: Subtitle (VobSub), French
11: Subtitle (VobSub), German
12: Subtitle (VobSub), German, "SDH"
the logs are generated from Clown_BD.
Greif
22nd January 2009, 17:37
Thanks. I will look into it.
There should also have been a log generated by the tool. Could you post that as well?
gigah72
22nd January 2009, 21:31
i retried blazing saddles and it worked, but the crash on the other movie is still happening.
here's the HdBrStreamExtractor.txt
[21:22:16] Retrieving features
[21:22:16] Arguments: "C:\CHRISTMASVACATIONEU"
[21:22:17] Feature Retrieval Completed
[21:22:20] Retrieving streams
[21:22:20] Arguments: "C:\CHRISTMASVACATIONEU" 1) -progressnumbers
[21:22:21] EVO, 1 video track, 4 audio tracks, 5 subtitle tracks, 1:37:11
[21:22:21] Unknown line: "3:"
[21:22:21] Unknown line: "6:"
and the corresponding log:
eac3to v3.04
command line: "c:\eac3to.exe" "C:\CHRISTMASVACATIONEU" 1) -progressnumbers
------------------------------------------------------------------------------
EVO, 1 video track, 4 audio tracks, 5 subtitle tracks, 1:37:11
"Feature Presentation"
1: Chapters, 29 chapters with names
2: VC-1, 1080p24 /1.001 (16:9) with pulldown flags
3: E-AC3 Surround, English, 2.0 channels, 192kbps, 48khz, dialnorm: -27dB, 2369ms
4: E-AC3, 1.0 channels, 64kbps, 48khz, dialnorm: -27dB, 2369ms
5: E-AC3, German, 2.0 channels, 192kbps, 48khz, dialnorm: -27dB, 2369ms
6: E-AC3 Surround, English, 2.0 channels, 192kbps, 48khz, dialnorm: -27dB, 2369ms
"Commentary"
7: Subtitle (VobSub), English
8: Subtitle (VobSub), English, "SDH"
9: Subtitle (VobSub)
10: Subtitle (VobSub), German
11: Subtitle (VobSub), German, "SDH"
steve77
24th January 2009, 16:53
This is a great tool. I hate command line tools (because I'm a moron when it comes to entering commands), and this really simplifies everything.
Thanks.
jamos
24th January 2009, 17:06
great tool does it support thd+ac3 output files? did not see the option in the dropdown only ac3 and thd seperate.
laserfan
24th January 2009, 19:02
Tried this (latest) on my Cream HD DVD and it failed to core the DTSMA audio track. I had selected 'DTS' under 'Extract As' and not DTSHD. Here are the logs:
[10:26:28] Retrieving features
[10:26:28] Arguments: "I:\CREAM_V2"
[10:26:29] Feature Retrieval Completed
[10:26:38] Retrieving streams
[10:26:38] Arguments: "I:\CREAM_V2" 1) -progressnumbers
[10:26:42] EVO, 1 video track, 2 audio tracks, 2:05:42
[10:26:42] Unknown line: "(core: DTS, 5.1 channels, 24 bits, 1509kbps, 48khz, dialnorm: -4dB)"
[10:26:42] Stream Retrieval Completed
[10:28:26] Extracting streams
[10:28:26] Arguments: "I:\CREAM_V2" 1) 1:"E:\Source\1_1_join.evo" 2:"E:\Source\1_2_chapter.txt" 3:"E:\Source\1_3_video.vc1" 5:"E:\Source\1_5_audio.dts" -progressnumbers
[10:28:26] EVO, 1 video track, 2 audio tracks, 2:05:42
[10:28:26] Unknown line: "(core: DTS, 5.1 channels, 24 bits, 1509kbps, 48khz, dialnorm: -4dB)"
[10:28:26] Creating file "E:\Source\1_2_chapter.txt"...
[10:28:26] Unknown line: "v03 Extracting video track number 3..."
[10:28:26] Unknown line: "a05 Extracting audio track number 5..."
[10:28:26] Unknown line: "v03 Writing new framerate "24fps /1.001" to bitstream."
[10:28:26] Unknown line: "v03 Removing VC-1 pulldown..."
[10:28:26] Unknown line: "a05 Removing DTS dialog normalization..."
[10:28:26] Creating file "E:\Source\1_1_join.evo"...
[10:28:31] Unknown line: "a05 Creating file "E:\Source\1_5_audio.dts"..."
[10:28:31] Unknown line: "v03 Creating file "E:\Source\1_3_video.vc1"..."
[10:50:52] Unknown line: "Video track 3 contains 180831 frames."
[10:50:53] Unknown line: "eac3to processing took 22 minutes, 26 seconds."
[10:50:53] Done.
eac3to v3.04
command line: "C:\Program Files (x86)\eac3to\eac3to.exe" "I:\CREAM_V2" 1) 1:"E:\Source\1_1_join.evo" 2:"E:\Source\1_2_chapter.txt" 3:"E:\Source\1_3_video.vc1" 5:"E:\Source\1_5_audio.dts" -progressnumbers
------------------------------------------------------------------------------
EVO, 1 video track, 2 audio tracks, 2:05:42
"Cream at Royal Albert Hall"
1: Joined EVO file
2: Chapters, 20 chapters with names
3: VC-1, 1080p24 /1.001 (16:9) with pulldown flags
4: RAW/PCM, English, 2.0 channels, 16 bits, 48khz
5: DTS Master Audio, English, 5.1 channels, 24 bits, 48khz, dialnorm: -4dB
(core: DTS, 5.1 channels, 24 bits, 1509kbps, 48khz, dialnorm: -4dB)
Creating file "E:\Source\1_2_chapter.txt"...
[v03] Extracting video track number 3...
[a05] Extracting audio track number 5...
[v03] Writing new framerate "24fps /1.001" to bitstream.
[v03] Removing VC-1 pulldown...
[a05] Removing DTS dialog normalization...
Creating file "E:\Source\1_1_join.evo"...
[a05] Creating file "E:\Source\1_5_audio.dts"...
[v03] Creating file "E:\Source\1_3_video.vc1"...
Video track 3 contains 180831 frames.
eac3to processing took 22 minutes, 26 seconds.
Done.
laserfan
25th January 2009, 00:57
For MPEG2, only allows 'Extract As' MKV, not M2V.
Greif
26th January 2009, 01:24
great tool does it support thd+ac3 output files? did not see the option in the dropdown only ac3 and thd seperate.
yes it should allow THD+AC3 extrac on TrueHD streams
nwg
26th January 2009, 18:11
How do I select the features as I just get a extract button and not a features/queue buttons.
Greif
26th January 2009, 18:48
Click on the feature row you would like to see the streams of.
Maybe I'm not understanding your problem.
nwg
26th January 2009, 19:14
Click on the feature row you would like to see the streams of.
Maybe I'm not understanding your problem.
There is no feature button like there used to be. If i click on extract I get the error "Retreive features prior to enqueueing job".
http://www.apah20.dsl.pipex.com/pics/extractor.jpg
Paddy97
26th January 2009, 19:27
There is no feature button like there used to be. If i click on extract I get the error "Retreive features prior to enqueueing job".
http://www.apah20.dsl.pipex.com/pics/extractor.jpg
Just below the "Input" field there is a blue "feature" text that is underlined. Click on that one and you are all set. Thats the location of the old button.
Greif
26th January 2009, 19:44
sorry. I should update the image from the first post.
nwg
26th January 2009, 21:37
Just below the "Input" field there is a blue "feature" text that is underlined. Click on that one and you are all set. Thats the location of the old button.
Ok thanks. I think the button is better as I never saw that underlined and as a link.
mikelebron
27th January 2009, 23:15
Question, why does the CPU utilization for the GUI process almost equal the eac3to process? Isnt eac3to performing all the heavy lifting?
Greif
27th January 2009, 23:28
I think it's a focus thing, since the GUI is in the foreground, it gets the CPU's attention. I can set the priority of both the GUI and the eac3to process.
MaFL
30th January 2009, 15:25
Hi Greif,
could you please add support for:
DTS-ES 7: DTS-ES, German, 5.1 channels, 24 bits, 1509kbps, 48khz
DTS Hi-Res
4: DTS Hi-Res, German, 5.1 channels, 24 bits, 3018kbps, 48khz
(core: DTS, 5.1 channels, 24 bits, 1509kbps, 48khz)
These can only be converted to AC3. No DTS option available
Would it be possibly to preload the default extensions for audio like for video? User configurable would be a dream ;)
Because mostly everyone converts always to his standard settings.
e.g. for me it would be: THD always to FLAC.
Also it would be nice to have the language in the filename for audio & subtitles.
#FEATURE_#STREAM_LANGUAGE_subtitle/audio.extension
#FEATURE_#STREAM_subtitle/audio_LANGUAGE.extension
Thanks for this tool!
Matt
Greif
30th January 2009, 16:26
@MaFL
Sure thing. I will make the changes to those audio stream types.
I like the idea of having default extract settings. I will add to the list of things to do.
Sorry, I haven't release anything lately, I've been busy. I will try to get something out this weekend.
mikelebron
2nd February 2009, 01:14
Let me ask you why does the HdBr process have more threads and utilize more CPU then eac3to? I also noticed that on my quad core, one of my cores goes to 100% and all other cores hover around 8 - 10%. Is HdBr optimized for multiple cores?
Greif
2nd February 2009, 06:14
I would say no... it is not optimized for multiple cores. Currently, the BackgroundWorker class is being used to farm out to eac3to. I'm sure it could be optimized a bit better by using the Thread class and doing some plumbing work yourself, but I'm not really in the mood to do it.
I can see if I can clean things up a bit more.
~bT~
2nd February 2009, 13:43
FEATURE REQ:
set (default)/remember last output folder.
remember last source folder.
and you know the rest as i pm'd u :)
spida_singh
2nd February 2009, 14:26
eac3to 3.06 adds mkv options, is this a feature you could reflect in your tool? Would be great, madshi did state it's not fully complete yet, so, maybe it could come later? Cheers :D
Greif
2nd February 2009, 17:45
Yep, I'm working on single-file(s) feature selection... it's coming... slowly but surely.
Greif
5th February 2009, 04:14
I know I said I would have something out, but I'm working on some bugs and the latest release of eac3to introduced some exciting features (MKV input anyone??) :D
kurt
5th February 2009, 06:58
yeah, mkv input is a great thing :)
fourbigkids
5th February 2009, 22:43
Hi Greif and others.
Been using ToNmt with some success but having a problem with a group of HD-DVDs with TrueHD and giving this GUI a work out. I am a little new at this and very definitely not a sophisticated user of eac3to, tsmuxer, transcoders etc.
I want to extract HD video and the TrueHD track from these movies without degrading the quality. I intend storing them on a NAS and playing them back using a PCH A110. I have been using ToNmt to convert my HD-DVDs to .ts files - those that I convert successfully work fine. So I'd be happy to stick with that format.
I have been selecting the 1080p video file - which is usually VC1 so I leave it as VC1 as I don't have specific need for mkv. I select the True HD audio track and select for THD+AC3, because I understand that the PCH needs interleaved AC3 to playback the TrueHD. The result is two files, one video and one audio.
Is this all I need to do with this GUI in order to produce the main movie and TrueHD? If so, what next What do I do with them now? Is there a simple to use, reliable program to make these files into a .ts or something similar that I can use with my PCH? I thought tsmuxer might be it but I can only get it to pick up the video file (although, at the time I was testing I had left the video on the default setting and it was an mkv file).
Would appreciate some simple instructions on how to proceed or a pointer to where I might be able to find out.
Thanks.
Regards,
Allan
Greif
5th February 2009, 23:29
@fourbigkids:
The web page for the PCH A110 says it supports MKV. I would mux everything into an MKV, but I know others like the TS container.
Using the GUI, extract the video to VC1/H264/MKV and the audio to whatever format you want, then mux everything into an MKV using something like MeGUI (a la mkvmerge). Test it out on a movie and see if it works for you.
Sorry I can't comment on ToNmt cuz I've never used it and I don't use the TS container either - strictly MKV for me :D
setarip_old
5th February 2009, 23:39
@fourbigkids
Hi!
I'm not personally familiar with "ToNmt". It sounds like it may be useful to me.
Does it convert HD-DVD files ONLY to .ts, or is it also capable of saving as .m2ts?
ron spencer
6th February 2009, 00:13
TnNMT
http://www.networkedmediatank.com/showthread.php?tid=1786
fourbigkids
6th February 2009, 01:08
@fourbigkids:
The web page for the PCH A110 says it supports MKV. I would mux everything into an MKV, but I know others like the TS container.
Using the GUI, extract the video to VC1/H264/MKV and the audio to whatever format you want, then mux everything into an MKV using something like MeGUI (a la mkvmerge). Test it out on a movie and see if it works for you.
Sorry I can't comment on ToNmt cuz I've never used it and I don't use the TS container either - strictly MKV for me :D
Thanks Greif. I have mkvmerge - never thought to see if it would grab both the video and audio files. Will have a play on the weekend. Sounds easy!
Regards,
Allan
fourbigkids
6th February 2009, 01:10
@fourbigkids
Hi!
I'm not personally familiar with "ToNmt". It sounds like it may be useful to me.
Does it convert HD-DVD files ONLY to .ts, or is it also capable of saving as .m2ts?
Yes, m2ts also. dburckh is a very helpful sort - I see ron spencer has posted a link.
Regards,
Allan
fourbigkids
6th February 2009, 07:49
@fourbigkids:
......
Using the GUI, extract the video to VC1/H264/MKV and the audio to whatever format you want, then mux everything into an MKV using something like MeGUI (a la mkvmerge). Test it out on a movie and see if it works for you.
......
Hi Grief, OK, possibly stupid question, I can get mkvmerge to open the video file but it doesn't want to know about the .thd+ac3 audio track when I try to open it in the Input window. It doesn't seem to be supported. Is there another program that I could use to mux these files (preferably not tsmuxer which seems to have a bug when it comes to TrueHD)?
Regards,
Allan
ACrowley
6th February 2009, 10:04
I noticed that this gui encodes FLAC in 2pass mode via eac3to ?
Greif
6th February 2009, 13:44
@Acrowly: the GUI is a front-end to eac3to...
@fourbigkids: I think you can just rename the thd+ac3 track to thd. See if that works for mkvmerge
As an aside, try to keep the posts in this thread related to the GUI. If you need assistance with something, search, PM, or open up another thread.
saint-francis
6th February 2009, 13:45
Hi Grief, OK, possibly stupid question, I can get mkvmerge to open the video file but it doesn't want to know about the .thd+ac3 audio track when I try to open it in the Input window. It doesn't seem to be supported. Is there another program that I could use to mux these files (preferably not tsmuxer which seems to have a bug when it comes to TrueHD)?
Regards,
Allan
Just change the format to something that mkvmerge likes. If you don't care about size and want to 100% retain the quality of the audio try transcoding to FLAC. Does the PCH like FLAC?
fourbigkids
6th February 2009, 22:59
@fourbigkids: I think you can just rename the thd+ac3 track to thd. See if that works for mkvmerge
As an aside, try to keep the posts in this thread related to the GUI. If you need assistance with something, search, PM, or open up another thread.
Thanks Greif, St Francis, and apologies for the distraction. Regards, Allan
hxall
17th February 2009, 22:45
Greif,
Great tool, thanks for your hard work, how's mkv input coming along?
fourbigkids,
Once you have extracted the video and audio files mux them back into .ts or .m2ts using tsMuxer, search doom and you'll find it, have been using this tool and eac3to to convert lossless True-HD into DTS to play on my A-100, using this process and works perfectly...
Greif
17th February 2009, 23:39
Sorry, it's still a work in progress. I underestimated the amount of "real work" I have on my plate. I'm pretty busy as of late.
I will do my best to get a release out ASAP. Please be patient.
Greif
3rd March 2009, 22:57
Status update - Just got back from vacation and am super busy with work for the next week or so. I will have time to work on this later next week.
sorry.
hxall
4th March 2009, 01:36
Status update - Just got back from vacation and am super busy with work for the next week or so. I will have time to work on this later next week.
sorry.
no worries friend, the price is right, so no complaints
yours is the only front end I use with eac3to as the other GUI registers as a virus with McAfee, would be great if it could work directly with m2ts and mkv's...
kurt
5th March 2009, 17:40
no worries friend, the price is right, would be great if it could work directly with m2ts and mkv's...
yeah - this would be great. as long with an option to load multiple m2ts files (like in seamless branching BDs or from selfrecorded HD cameras) :)
Greif
5th March 2009, 18:53
yep, it's coming
~bT~
6th March 2009, 02:12
yep, it's coming
waiting... this is imo, the 'best' gui i have used for eac3to. so simple. thanks again Greif!
Kurtnoise
6th March 2009, 11:58
yep, it's coming
you may look at the MeGUI's code (http://megui.svn.sourceforge.net/viewvc/megui/megui/trunk/packages/tools/hdbdextractor/) too (to avoid some wasting time ;))...
this would be great. as long with an option to load multiple m2ts files (like in seamless branching BDs or from selfrecorded HD cameras)
the megui current build (http://forum.doom9.org/showthread.php?t=143508) is able to do that...:)
Greif
6th March 2009, 12:54
I saw that. Thanks for putting it in.
When I finally have some time, I'll review the code in the trunk.
laserfan
6th March 2009, 15:35
waiting... this is imo, the 'best' gui i have used for eac3to. so simple. thanks again Greif!It is very, very nice, but you'll find it's missing some (pretty basic) features still--I don't want to gripe about it but wish instead to encourage the author to add some of the things mentioned in this thread the last month (or two?). :)
Greif
7th March 2009, 02:03
anyone want to be a beta tester for me?
~bT~
7th March 2009, 03:53
^ pm me mate.
Greif
7th March 2009, 04:59
Thanks. I'll msg you.
tebasuna51
7th March 2009, 13:06
anyone want to be a beta tester for me?
I can do tests over audio and mkv support.
hxall
13th March 2009, 00:36
Greif,
any news on a new release? thread getting a bit stale...
Greif
13th March 2009, 06:36
the tool is in MeGUI now. different source though. I have the EXE version. I *promise* to have something out this weekend.
Greif
16th March 2009, 14:01
I'm setting up a google code project with the latest stable release in the trunk and my current version in a branch. It should be up in the next couple of hours...
Greif
16th March 2009, 15:03
A google code project has been created. It is located at: http://code.google.com/p/hdbrstreamextractor/
You can view (http://code.google.com/p/hdbrstreamextractor/source/browse/) the source and download one of the two available releases:
1) HD-DVD/Blue-Ray Stream Extractor 0.5 (http://hdbrstreamextractor.googlecode.com/files/HdBrStreamExtractor_0.5.zip) - this is the release that has been available since January
2) HD-DVD/Blue-Ray Stream Extractor SVN (http://hdbrstreamextractor.googlecode.com/files/HdBrStreamExtractor_svn.zip) - this is the current code, not 100% stable but more features are available
Let me know what you think. Thanks.
Sharc
17th March 2009, 19:00
SVN: When opening a folder and clicking Feature(s) I am always getting a <System.NullReferenceException> error.
Very convenient GUI btw., thanks.
Greif
17th March 2009, 19:50
I just uploaded a new SVN build. Give that a try.
Sharc
17th March 2009, 20:16
Still about the same.
Seems to depend on the disk - some BD folders work fine, for others the error pops up.
When clicking on an mpls the error may be like
<System.ArgumentOutOfRangeException>
Greif
17th March 2009, 20:47
Ok. Could you create a new issue and attach the log file?
Thanks.
Sharc
17th March 2009, 21:05
Here the log.
Actually when I click the error message away [continue], I can retry by clicking Feature(s) again, and everything works as expected.
[20:52:18] Retrieving features
[20:52:18] Arguments: "C:\Users\kok\Movies\BD BODY OF LIES"
[20:52:18] Feature Retrieval Completed
[20:52:18] Retrieving streams
[20:52:18] Arguments: "C:\Users\kok\Movies\BD BODY OF LIES" 1) -progressnumbers
[20:52:20] Stream Retrieval Completed
Greif
17th March 2009, 21:14
Open a command prompt and run the following:
[Path to eac3to] "C:\Users\kok\Movies\BD BODY OF LIES" 1) -progressnumbers
Could you copy what is shown in the command window and show it here?
Thanks.
Sharc
17th March 2009, 21:31
Translated into English, the response is:
The command ""C:\Users\kok\Movies\BD BODY OF LIES"" is either misspelled or could not be found.
Greif
17th March 2009, 21:40
Ok, here's how to do it:
1 - open up a command window by clicking Start and selecting Run. type cmd and press ENTER. A command window should now appear.
2 - go to your rip directory: cd "C:\Users\kok\Movies\BD BODY OF LIES" You should now be in that directory.
3 - retrieve the feature listing from that directory: C:\path\to\eac3to.exe .
4 - retrieve the stream listing from the first feature: C:\path\to\eac3to.exe . 1)
Copy the entire results and paste them here.
You must replace C:\path\to\eac3to.exe with the full path to wherever you have eac3to located.
Hope this helps.
Sharc
17th March 2009, 21:46
Sorry, my bad.
I guess this is what you are asking for:
1) 00100.mpls, 00000.m2ts, 2:08:18
- Chapters, 33 chapters
- VC-1, 1080p24 /1.001 (16:9)
- AC3, English, multi-channel, 48khz
- TrueHD, English, multi-channel, 48khz
- AC3, English, stereo, 48khz
- AC3, German, multi-channel, 48khz
- AC3, Italian, multi-channel, 48khz
- AC3, Spanish, multi-channel, 48khz
- AC3, English, stereo, 48khz
M2TS, 1 video track, 7 audio tracks, 14 subtitle tracks, 2:08:18, 24p /1.001
1: Chapters, 33 chapters
2: VC-1, 1080p24 /1.001 (16:9)
3: AC3, English, 5.1 channels, 640kbps, 48khz, dialnorm: -27dB
4: TrueHD/AC3, English, 5.1 channels, 48khz, dialnorm: -27dB
(embedded: AC3, 5.1 channels, 640kbps, 48khz, dialnorm: -27dB)
5: AC3 Surround, English, 2.0 channels, 192kbps, 48khz, dialnorm: -27dB
6: AC3, German, 5.1 channels, 448kbps, 48khz, dialnorm: -27dB
7: AC3, Italian, 5.1 channels, 448kbps, 48khz, dialnorm: -27dB
8: AC3, Spanish, 5.1 channels, 448kbps, 48khz, dialnorm: -27dB
9: AC3 Surround, English, 2.0 channels, 192kbps, 48khz, dialnorm: -27dB
10: Subtitle (PGS), English
11: Subtitle (PGS), German
12: Subtitle (PGS), German
13: Subtitle (PGS), Italian
14: Subtitle (PGS), Italian
15: Subtitle (PGS), Spanish
16: Subtitle (PGS), Dutch
17: Subtitle (PGS), Danish
18: Subtitle (PGS), Finnish
19: Subtitle (PGS), Norwegian
20: Subtitle (PGS), Swedish
21: Subtitle (PGS), German
22: Subtitle (PGS), Italian
23: Subtitle (PGS), Spanish
hxall
17th March 2009, 23:28
doesn't work for me, when loading an m2ts file, I get the following:
[17:14:30] Retrieving features
[17:14:30] Arguments: "C:\Movies\27 Dresses.m2ts"
[17:14:36] Feature Retrieval Completed
[17:23:46] Extracting streams
[17:23:46] Arguments: "C:\Movies\27 Dresses.m2ts" 1) 2:"C:\Movies\1_2_audio.ac3" -progressnumbers
[17:23:46] Error: HD DVD / Blu-Ray disc structure not found.
[17:23:46] Stream Extraction Completed
seems to still want the m2ts to be in a blu-ray disc structure, the above attempted to extract the DTS track from the m2ts file and convert it to AC3
kurt
17th March 2009, 23:38
same here:
[23:36:17] Retrieving features
[23:36:17] Arguments: "D:\Incoming\xxx_OF_SOLACE_F1\BDMV\STREAM\00013.m2ts"
[23:36:30] Feature Retrieval Completed
[23:36:49] Extracting streams
[23:36:49] Arguments: "D:\Incoming\xxx_OF_SOLACE_F1\BDMV\STREAM\00013.m2ts"
1) 3:"D:\Incoming\xxx_OF_SOLACE_F1\BDMV\STREAM\1_3_audio.dts" -core -progressnumbers
[23:36:51] Error: HD DVD / Blu-Ray disc structure not found.
[23:36:51] Stream Extraction Completed
Greif
18th March 2009, 00:51
Ok new svn build... try that...
I'm done for today. Time to go celebrate St Patty's Day ;)
kurt
18th March 2009, 09:01
retrieving features with new svn not working...
[09:00:12] Retrieving features
[09:00:12] Arguments: "D:\Incoming\xxx_OF_SOLACE_F1\BDMV\STREAM\00013.m2ts"
[09:00:12] Das Gerät ist nicht bereit (translation: device not ready)
[09:00:12] Feature Retrieval Completed
Kurtnoise
18th March 2009, 09:56
It's because Greif has forgotten to disable one line in the code...:)
> binary (http://www.mediafire.com/?njmyjhzzgwm)
> patch (http://pastebin.com/fa1093eb)
tebasuna51
18th March 2009, 10:55
Thanks Kurtnoise, now work with mkv files.
But audio file recode still don't work, only open the file but we can output nothing.
Greif
18th March 2009, 13:23
@tebasuna51: Right now, the tool is focused mostly on video containers (EVO, VOB, M2TS, MKV, etc). But I'll see about adding audio files as well.
wrt the last bug: doh! ;) I've uploaded a new version with the fix.
Sharc
18th March 2009, 21:25
Works fine now here. Thanks.
hxall
20th March 2009, 16:12
Works fine now here. Thanks.
same here, have tested it with both m2ts and mkv containers and was able to demux and convert DTS to AC3 without problems...
Greif, good job, thanks
Greif
24th March 2009, 21:19
If there are not objections I will be moving my branched code back into the trunk. So there will be stable release of 0.6 made available soon.
hxall
25th March 2009, 15:50
If there are not objections I will be moving my branched code back into the trunk. So there will be stable release of 0.6 made available soon.
no objections from me, but just a couple of suggestions for options (if you are looking for suggestions):
1) Link eac3to to tsMuxeR thru your GUI, that is, take for example a bluray rip with a True-HD soundtrack which I would want to convert to DTS, it would be great if you could demux the THD and convert to DTS (eac3to) and then remux back all thru your interface, and cleanup intermediate files as necessary
2) Same as above but linking eac3to to mkvmergeGUI, demux / convert / remux to mkv
Greif
25th March 2009, 17:59
@hxall: I don't see that happening with this tool. It's an extraction (and at most transcoding) tool.
Perhaps it could be chained through MeGui. That's where I would concentrate that effort.
Furiousflea
25th March 2009, 20:00
I'm getting this error....
[18:59:27] Retrieving features
[18:59:27] Arguments: "D:\Bluray\300____"
[18:59:27] Controls created on one thread cannot be parented to a control on a different thread.
[18:59:27] Feature Retrieval Completed
when opening ANY bluray source. Never used to get it with old versions.
Greif
25th March 2009, 21:53
interesting.... That's a new error, I'll have to inspect the code.
what OS & version of .net do you have installed?
~bT~
26th March 2009, 03:04
^ that error is in the unpatched build. try the svn (http://hdbrstreamextractor.googlecode.com/files/HdBrStreamExtractor_svn.zip)build.
swaaye
26th March 2009, 04:40
Why does it want to extract MPEG2 streams into MKV only? Can M2V or MPG be an option here?
edit: nevermind me. I was using an old version.
saint-francis
29th March 2009, 15:21
Small bug. If you keep the tool open and run several operations in a row, eventually the drop down boxes start to list the options multiple times.
http://i182.photobucket.com/albums/x270/saint-francis-photos/Untitled-4.jpg
Greif
30th March 2009, 22:53
@saint-francis: that's an easy fix. thanks for letting me know
I'll update the code and release a new version soon.
Furiousflea
31st March 2009, 10:39
interesting.... That's a new error, I'll have to inspect the code.
what OS & version of .net do you have installed?
Vista x64\.Net Framework 3.5 SP1
Cheers, :)
lifespeed
4th April 2009, 02:34
I love your interface to eac3to! It makes playing Blu-ray on PCs only a few mouse clicks. Without the MKV format (or a special soundcard) we don't get the good sound.
kurt
5th April 2009, 20:33
feature retrieving with *.ts files does not work. no stream list appear ...
[21:31:56] Retrieving features
[21:31:56] Arguments: "C:\Marc\casino_royale_sample.ts"
[21:32:23] TS, 1 video track, 1 audio track, 1 subtitle track, 0:00:59, 24p /1.001
[21:32:23] Der Index lag außerhalb des Bereichs. Er muss nicht negativ und kleiner als die Auflistung sein.
Parametername: index
[21:32:23] mscorlib
[21:32:23] bei System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
bei System.ThrowHelper.ThrowArgumentOutOfRangeException()
bei System.Collections.Generic.List`1.get_Item(Int32 index)
bei eac3toGUI.HdBrStreamExtractor.backgroundWorker_OutputDataReceived(Object sender, DataReceivedEventArgs e)
[21:32:23] Der Index lag außerhalb des Bereichs. Er muss nicht negativ und kleiner als die Auflistung sein.
Parametername: index
[21:32:23] mscorlib
[21:32:23] bei System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
bei System.ThrowHelper.ThrowArgumentOutOfRangeException()
bei System.Collections.Generic.List`1.get_Item(Int32 index)
bei eac3toGUI.HdBrStreamExtractor.backgroundWorker_OutputDataReceived(Object sender, DataReceivedEventArgs e)
[21:32:23] Der Index lag außerhalb des Bereichs. Er muss nicht negativ und kleiner als die Auflistung sein.
Parametername: index
[21:32:23] mscorlib
[21:32:23] bei System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
bei System.ThrowHelper.ThrowArgumentOutOfRangeException()
bei System.Collections.Generic.List`1.get_Item(Int32 index)
bei eac3toGUI.HdBrStreamExtractor.backgroundWorker_OutputDataReceived(Object sender, DataReceivedEventArgs e)
[21:32:23] Feature Retrieval Completed
no problems with mkv files...
kikker
11th April 2009, 14:39
Thanks for your work on this project. There isn't a more elegant simple way to break up and save the streams on BD that I can find at least.
Is there a way in the options for the SUP streams to output the language as the name of the file, i.e. ENGLISH.sup, FRENCH.sup, etc.? Thanks!
Greif
11th April 2009, 15:36
Yes, I can add the language to the filename. I'll put it on the list.
ACrowley
12th April 2009, 09:12
Your Gui wont work anymore here
I get this Error too on some Files/Folders. Sometimes it works, sometimes not..
[10:10:18] Retrieving features
[10:10:19] Arguments: "C:\AV Tools\T E S T SAMPLES\Mpeg2_AVC TS\Eminem.TS.Mpeg2.Sample.ts"
[10:10:37] TS, 1 video track, 1 audio track, 1 subtitle track, 0:00:50, 60i /1.001
[10:10:37] "Eminem Live From New York City", Showtime 1 (ST1)
[10:10:37] Der Index lag außerhalb des Bereichs. Er muss nicht negativ und kleiner als die Auflistung sein.
Parametername: index
[10:10:38] mscorlib
[10:10:38] bei System.ThrowHelper.ThrowArgumentOutOfRangeException()
bei System.Collections.Generic.List`1.get_Item(Int32 index)
bei eac3toGUI.HdBrStreamExtractor.backgroundWorker_OutputDataReceived(Object sender, DataReceivedEventArgs e)
[10:10:38] Der Index lag außerhalb des Bereichs. Er muss nicht negativ und kleiner als die Auflistung sein.
Parametername: index
[10:10:38] mscorlib
[10:10:38] bei System.ThrowHelper.ThrowArgumentOutOfRangeException()
bei System.Collections.Generic.List`1.get_Item(Int32 index)
bei eac3toGUI.HdBrStreamExtractor.backgroundWorker_OutputDataReceived(Object sender, DataReceivedEventArgs e)
[10:10:38] Der Index lag außerhalb des Bereichs. Er muss nicht negativ und kleiner als die Auflistung sein.
Parametername: index
[10:10:38] mscorlib
[10:10:38] bei System.ThrowHelper.ThrowArgumentOutOfRangeException()
bei System.Collections.Generic.List`1.get_Item(Int32 index)
bei eac3toGUI.HdBrStreamExtractor.backgroundWorker_OutputDataReceived(Object sender, DataReceivedEventArgs e)
[10:10:39] Feature Retrieval Completed
I use Vista x64 SP1 with latest Updates /latest eac3to
Your Gui still cant use demuxed Audio Tracks ? i can load them correct and the eac3to Infos will appear, but your gui doesnt offer any conversion/option in the Features Window ?
Greif
12th April 2009, 14:06
Which type of files are you working with? The GUI doesn;t support audio files only video/container files.
kikker
12th April 2009, 17:27
Version 0.5 doesn't seem to parse the features of several m2ts files I have with the latest eac3to, but the latest SVN works perfectly.
Greif
12th April 2009, 18:03
I've been meaning to promote the svn release to 0.6. I'll do that soon. :D
ACrowley
12th April 2009, 18:38
Which type of files are you working with? The GUI doesn;t support audio files only video/container files.
TS /M2TS
will the Gui support Audio Files ? I mean this is imho a essential basic Feature of eacto to process single Audio Tracks :) ?
Greif
12th April 2009, 19:10
The focus of this GUI is for extracting streams from HD-DVD and Blue-Ray discs. I can look into adding audio file support but I can't promise anything.
tedybear
14th April 2009, 14:37
15:32:35] a02 The ArcSoft and Sonic decoders don't seem to work, will use libav instead.
how to use arcsoft decoder?
~bT~
14th April 2009, 14:50
^ :search:
tedybear
14th April 2009, 15:28
"making the ArcSoft DTS decoder work in eac3to:
Sometimes the ArcSoft DTS decoder doesn't work even after you've installed the full retail software. This can usually be fixed by manually adding the ArcSoft "Bin" folder (e.g. "C:\Program Files\Common Files\ArcSoft\Bin") to your environment path. If you don't know how to do this, google "environment path"."
can anyone please explain?
rack04
14th April 2009, 15:43
"making the ArcSoft DTS decoder work in eac3to:
Sometimes the ArcSoft DTS decoder doesn't work even after you've installed the full retail software. This can usually be fixed by manually adding the ArcSoft "Bin" folder (e.g. "C:\Program Files\Common Files\ArcSoft\Bin") to your environment path. If you don't know how to do this, google "environment path"."
can anyone please explain?
Explain what? How to install the full retail software? How to do a Google search?
tedybear
14th April 2009, 15:51
i did try google.....just arcsoft decoder.....
kikker
15th April 2009, 19:04
Just a question regarding the extraction of the chapter index for muxing into an MKV. It seems MKVmerge accepts only OGM or XML formatted chapter indexes. Would it be possible to have the chapter in one of these formats, or is this entirely reliant on eac3to's inability to do this?
I'm pretty sure that MKVmerge can take the text file created from your tool into the chapter editor and be saved, but it would save a step I think. Thanks...
Greif
15th April 2009, 20:07
Yeah, it's all eac3to. I'm just the pretty face ;)
Mark_A_W
19th April 2009, 11:49
"making the ArcSoft DTS decoder work in eac3to:
Sometimes the ArcSoft DTS decoder doesn't work even after you've installed the full retail software. This can usually be fixed by manually adding the ArcSoft "Bin" folder (e.g. "C:\Program Files\Common Files\ArcSoft\Bin") to your environment path. If you don't know how to do this, google "environment path"."
can anyone please explain?
If that doesn't work, then you need to register the Arcsoft HD audio decoder.
The easiest way is to install Radlight Filter Manager, hit Register, and fish through the Arcsoft folder in Program Files and find the decoder (.ax file).
The demo version works with eac3to and therefore stream extractor.
rat_killer
19th April 2009, 14:42
I run the stand alone version of your GUI and it works pretty darn well for extraction from mkv files. Is there any way to update the version of your GUI called by MeGUI so that it also can work with mkv files?
Greif
19th April 2009, 15:25
The MeGUI version should accept MKVs as well. When browsing for the file, the MKV file-type is not a selectable type but you can type *.mkv in the file name box and the MKV files should appear. I just tested it and it seems to work.
rat_killer
19th April 2009, 16:07
Cool! thanks for the tip!
deado
29th April 2009, 00:51
I seem to be having a problem with HDBrStreamExtractor (both SVN and old version), when trying to extract the main video to mkv, it extracts all the way to 100% but then has the error noise and there is no completed extracted file. It only works if I choose to extract it as h264 or VC-1 instead of mkv.
I've only had this problem recently, anyone else getting this? Maybe it's because of a recent AnyDVD update? That's the only thing I can think of.
Greif
29th April 2009, 01:11
Anything in the log file?
deado
29th April 2009, 06:14
Didn't see anything in the log for eac3to 3.15, rolled back to 3.14 and I then saw a Haali error. Did eac3to test, seems Haali splitter wasn't installed, something must have uninstalled it because it was installed, anyway all working now :)
swaaye
30th April 2009, 22:30
I would say no... it is not optimized for multiple cores. Currently, the BackgroundWorker class is being used to farm out to eac3to. I'm sure it could be optimized a bit better by using the Thread class and doing some plumbing work yourself, but I'm not really in the mood to do it.
I can see if I can clean things up a bit more.
I love this app. But I have to ask if you've made any progress on this "issue" with the worker thread pegging one core at 100% doing nothing really while the other CPU core does that actual work. I have only tried the prog on a dual and a quad, but I've been wondering if this issue makes it impossible to use the app on a single core CPU? :)
On a dual core what happens is one core is useless to processing. The other core gets loaded down with all of the working programs. You end up with say neroAAC and eac3to on the only free core maxing it out when these two apps could be on separate cores. I am assuming that eac3to and the apps it calls would run on different core affinities though which may be wrong.. (?)
Let me again stress that this utility is incredibly useful and I am infinitely appreciative of your effort to make it!!!
Greif
30th April 2009, 23:19
I will move it up on the todo list :)
deado
17th May 2009, 02:02
I don't know if it's a bug/limitation of eac3to, or just this GUI, but I'm having a problem with Mongol UK release.
Stream Extractor only shows the VC-1 1080p24 video and two stereo AC3 tracks for Mongol UK - the DTS-HD Master Audio 5.1 track that is present on the disc is not shown! I've tried 0.5 and SVN - both are the same.
Anyone know why this is? Are there other titles with similar problems of not listing the streams properly?
Kurtnoise
17th May 2009, 02:47
did you try to run eac3to manually ?
Mark Pitchford
17th May 2009, 10:19
I've ripped the UK versiion of Mongol without any trouble... I think I was using the 0.5 build at the time!
slipknot!
18th May 2009, 03:19
Does it support DVD's? I tried to extract audio tracks from Crank2 R5, but an AC3 track is missing. It extracted only 2 of them, while there are 3 on the disc.
deado
18th May 2009, 15:26
Tried listing it using eac3to manually, and it says the same thing - VC1 1080p24, two AC3 2.0 tracks and that's it. I've tried eac3to 3.15 and 3.16.
Also I'm having another issue - Seven Pounds has player-forced subtitles at the 40-minute mark (when Will Smith is talking to Connie), yet eac3to and HDBrStreamExtractor are unable to find that subtitle track! There are only four subtitle tracks found - English, another English (SDH), French and Spanish (as per back cover). There should be another English track for the forced subtitles during the movie... eac3to has listed it for every other disc I've tried which has forced subs..
This basically makes eac3to useless for Seven Pounds!
demux the english sup file and load it into suprip. tick "only forced subtitles" an see if it helps.... or don't you want a srt file?
deado
19th May 2009, 07:17
demux the english sup file and load it into suprip. tick "only forced subtitles" an see if it helps.... or don't you want a srt file?
Ahh thanks, now I've figured it out - the forced subs are part of the main subtitle (18mb), and in the log it says:
Subtitle track 6 contains 1017 normal and 32 forced captions.
This is the first title I've seen that is done like this - all other movies I've encountered have the forced subs as a seperate .sup file, I'll have to watch out for forced subs from the main subtitle file from now on!
And yeh ticking the "only forced subtitles" works for just getting those needed forced subs :)
Kurtnoise
31st May 2009, 05:49
I've a strange behaviour with this HD-DVD...
Here is the output from eac3to command line:
E:\audio\eac3to-3.16>eac3to.exe "G:\"
1) PEVOB_1.EVO+PEVOB_2.EVO, 2:12:24
"Feature Presentation"
- VC-1, 1080p (16:9)
- VC-1, 480p (4:3)
- E-AC3, English, 5.1, 48khz
- TrueHD, English, 5.1, 48khz
- E-AC3, French, 5.1, 48khz
2) FR_DUB_CREDIT.EVO, 0:00:10
"dubbing_credit"
- MPEG2, 1080i (16:9)
3) VFVNDNF4FE1_HD.EVO, 0:17:16
"Designing the Near Future"
- MPEG2, 480i (4:3)
- E-AC3, English, 2.0, 48khz
4) VFVNMO4FE1_HD.EVO, 0:15:57
"Freedom! Forever!"
- MPEG2, 480i (4:3)
- E-AC3, English, 2.0, 48khz
5) VFVNEP4FE1_HD.EVO, 0:14:40
"England Prevails"
- MPEG2, 480i (4:3)
- E-AC3, English, 2.0, 48khz
6) VFVNGF4FE1_HD.EVO, 0:10:18
"Remember, Remember"
- MPEG2, 480i (4:3)
- E-AC3, English, 2.0, 48khz
7) VFVNEGG4FE1_HD.EVO, 0:02:34
"Natalie Portman SNL Rap"
- MPEG2, 480i (4:3)
- E-AC3, English, 2.0, 48khz
8) VFVNTTRL24LT1_HD.EVO, 0:02:24
"Theatrical Trailer"
- MPEG2, 480i (16:9)
- E-AC3, English, 2.0, 48khz
9) VFVNCPM4LE1_HD.EVO, 0:02:02
"Cat Power Montage"
- MPEG2, 480i (4:3)
- E-AC3, English, 2.0, 48khz
but using the GUI, when I select either #8 or #9 title, I get only the video stream...What's wrong ?
Greif
31st May 2009, 17:47
What does the output look like when you do:
E:\audio\eac3to-3.16>eac3to.exe "G:\" 8)
Kurtnoise
1st June 2009, 06:20
Hi,
E:\audio\eac3to-3.16>eac3to.exe "G:\" 8)
EVO, 1 video track, 1 audio track, 0:02:24
1: MPEG2, 480i60 /1.001 (16:9)
2: AC3 Surround, English, 2.0 channels, 192kbps, 48khz, dialnorm: -27dB, 16ms
E:\audio\eac3to-3.16>eac3to.exe "G:\" 9)
EVO, 1 video track, 1 audio track, 0:02:02
1: MPEG2, 480i60 /1.001 (4:3)
2: AC3, English, 2.0 channels, 192kbps, 48khz, dialnorm: -27dB, 17ms
...
Nyquist
11th June 2009, 12:26
Hi,
want to extract a DTS-ES 5.1 stream, which is recognized by HdBrE, but I can only select AC3 as file format, not DTS. On a DTS-MA track, I can select DTS.
Greif
11th June 2009, 13:10
Can you show me the results from inspecting the feature with eac3to?
eac3to-3.16>eac3to.exe [DISC]: [STREAM#])
Nyquist
11th June 2009, 13:34
Sure, here we go:
Track 5 gives the DTS export option, track 6/7 only AC3
M2TS, 3 video tracks, 7 audio tracks, 7 subtitle tracks, 1:38:40, 98.945p
1: Chapters, 32 chapters
2: h264/AVC, 1080p24 /1.001 (16:9)
3: h264/AVC, 480p24 /1.001 (20:11)
4: h264/AVC, 480p24 /1.001 (20:11)
5: DTS Master Audio, English, 5.1 channels, 24 bits, 48khz
(core: DTS-ES, 5.1 channels, 24 bits, 1509kbps, 48khz)
6: DTS-ES, Italian, 5.1 channels, 24 bits, 1509kbps, 48khz
7: DTS-ES, German, 5.1 channels, 24 bits, 1509kbps, 48khz
8: AC3 Surround, English, 2.0 channels, 192kbps, 48khz
9: AC3 Surround, Italian, 2.0 channels, 192kbps, 48khz
10: AC3 Surround, German, 2.0 channels, 192kbps, 48khz
11: AC3 Surround, English, 2.0 channels, 192kbps, 48khz
12: Subtitle (PGS), English
13: Subtitle (PGS), English
14: Subtitle (PGS), Italian
15: Subtitle (PGS), German
16: Subtitle (PGS), Italian
17: Subtitle (PGS), German
18: Subtitle (PGS), English
eac3to 3.16
HdBrStreamExtractor SVN (0.5 throw an error regarding parent threads etc.)
Kurtnoise
11th June 2009, 15:36
it's because, DTS-ES, AC3 Surround & AC3 EX are not yet recognized by the GUI...:)
btw, I'm surprise by this:
M2TS, 3 video tracks, 7 audio tracks, 7 subtitle tracks, 1:38:40, 98.945p
:confused:
Greif
11th June 2009, 17:26
I've been super busy @ work so don't have much time right now to address this and other issues.
As long as you keep posting issues like this they are captured and I can fix them when I do have time.
Nyquist
11th June 2009, 20:33
Why are you surprised?
it's because, DTS-ES, AC3 Surround & AC3 EX are not yet recognized by the GUI...:)
btw, I'm surprise by this:
:confused:
Kurtnoise
12th June 2009, 06:10
Why are you surprised?
have you seen already movies at 98.945p ?
@Greif:
Index: eac3to/AudioStream.cs
===================================================================
--- eac3to/AudioStream.cs (revision 13)
+++ eac3to/AudioStream.cs (working copy)
@@ -85,9 +85,12 @@
switch (audioStream.Name.ToUpper())
{
case "AC3":
+ case "AC3 EX":
+ case "AC3 SURROUND":
audioStream.AudioType = AudioStreamType.AC3;
break;
case "DTS":
+ case "DTS-ES":
case "DTS MASTER AUDIO":
case "DTS HI-RES":
audioStream.AudioType = AudioStreamType.DTS;
;)
Nyquist
12th June 2009, 09:42
Ok, that's something I didn't note :)
have you seen already movies at 98.945p ?
Kurtnoise
12th June 2009, 12:22
note that it's related to eac3to, not the GUI.
Nyquist
12th June 2009, 12:49
Yep, but has no impact on the extracted streams.
note that it's related to eac3to, not the GUI.
Wishmaster74
13th June 2009, 18:54
Hi all.
First off, if theres a thread about this elsewhere or not the correct place for this I apologize, please direct me to where I should be :)
I use the HD stream extractor (EAC3to) for most of my blurays.
However, since the latest updates of MeGUI 3.1.1040 and 3.1.1041 I get constant errors with the stream extractor.
It Queues and shows the codec as EAC3to and the directory where ever I chose with ((xxx)) right after it. As soon as I click start it just says error.
I reverted back to 3.1.1028 and updated all but the core of MEgui and now the stream extractor and Eac3to is working properly.
Is this a new bug in the new core versions, or a fix for it somewhere or am I being a complete noob and missing something simple.
Thanks.
Kurtnoise
13th June 2009, 19:05
this has been fixed (http://www.mediafire.com/?2zyzzexy5yj)...
Karkas
19th June 2009, 09:45
I get this error and then the utility crashes when i try to continue despite...
"Controls created on one thread cannot be parented to a control on a different thread."
Is there something I did wrong? What is this error?
Greif
19th June 2009, 13:48
No, nothing you did wrong. That is an outstanding bug that I have to track down.
I have been really busy @ work and still continue to be so I haven't had time to work on this stuff. I will get to it probably during the summer, hopefully sooner.
I do not think the same things is happening in MeGUI so you can try using that as well.
Karkas
19th June 2009, 14:09
No, nothing you did wrong. That is an outstanding bug that I have to track down.
I have been really busy @ work and still continue to be so I haven't had time to work on this stuff. I will get to it probably during the summer, hopefully sooner.
I do not think the same things is happening in MeGUI so you can try using that as well.
So is it just certain titles or maybe trying to rip it again will fix it?
Greif
19th June 2009, 14:23
Yes, I have found the bug with just certain titles.
lifespeed
22nd June 2009, 18:58
I have tried HDBrStreamExtractor numerous times. I have found that at least 50% of the time it chokes and complains about 'discontinuity' in the stream file or some such nonsense.
But when I run eac3to from the command line the conversion always works!
I would really like to get this program working as it is the only GUI I am aware of that supports MKV video and FLAC audio. The author of ClownBD, for some reason, thinks it unimportant to support the FLAC audio conversion. In my mind this is the key benefit of conversion. After all, the video remains the same just in a different container and DRM-free.
Greif
23rd June 2009, 01:01
Can you provide me with the exact error message? Can you show the log that is created?
Mark_A_W
23rd June 2009, 01:10
Greif
I've been using the SVN version for ages now, and it works pretty well (as long as you don't try and do two discs in a row). But the 0.5 version is, umm, unusable basically.
Could you edit the first post and make it much more obvious that the SVN version is the one to download please?
And thanks for this application. It makes eac3to much easier, and does 90% of what eac3to will do, yet it's simple and user-friendly (unlike the other gui I tried).
Cheers
Mark
Greif
23rd June 2009, 16:28
Yes, I've been meaning to clean up the downloads and promote SVN to 0.6 (or whatever) ... I'll try to do it this week but I will make a quick edit of the 1st post to make sure people are downloading the SVN for now.
Real life work plays the bills... it will get done though...
Thanks.
jmonier
23rd June 2009, 18:32
I have tried HDBrStreamExtractor numerous times. I have found that at least 50% of the time it chokes and complains about 'discontinuity' in the stream file or some such nonsense.
But when I run eac3to from the command line the conversion always works!
I would really like to get this program working as it is the only GUI I am aware of that supports MKV video and FLAC audio. The author of ClownBD, for some reason, thinks it unimportant to support the FLAC audio conversion. In my mind this is the key benefit of conversion. After all, the video remains the same just in a different container and DRM-free.
I get this problem very infrequently (<5%). For me, when I get it, it talks about a missing sync byte. On the most recent one that I got (John Adams Disc 1 Part 2) it happened on command line as well (and I did not check this in any other case). This makes sense since all the GUI does (I think) is to generate a command line and then execute it.
The fix that I found was to uncheck "Prohibited User Operations", "Remove Annoying Adverts and Trailers" and "BD Live" in AnyDVD. With this done I did not get the discontinuity. Note that it played though the area of the discontinuity just fine in TMT with or without these options checked.
Note that the problem is not limited to eac3to. I also got something similar with MakeMKV.
lifespeed
25th June 2009, 16:45
The fix that I found was to uncheck "Prohibited User Operations", "Remove Annoying Adverts and Trailers" and "BD Live" in AnyDVD. With this done I did not get the discontinuity. Note that it played though the area of the discontinuity just fine in TMT with or without these options checked.
Thanks! Somewhere in the dark depths of my memory I recall there being issues with those settings. I suspect those settings are only useful when using AnyDVD to rip to ISO or folders. I'll check and report back.
Trying out your tool, but keeps crashing, error here:
Description:
Stopped working
Problem signature:
Problem Event Name: CLR20r3
Problem Signature 01: hdbrstreamextractor.exe
Problem Signature 02: 0.6.3364.13393
Problem Signature 03: 49c0e872
Problem Signature 04: HdBrStreamExtractor
Problem Signature 05: 0.6.3364.13393
Problem Signature 06: 49c0e872
Problem Signature 07: 52
Problem Signature 08: 87
Problem Signature 09: System.NullReferenceException
OS Version: 6.0.6002.2.2.0.256.1
Locale ID: 1033
Read our privacy statement:
http://go.microsoft.com/fwlink/?linkid=50163&clcid=0x0409
Log here:
eac3to v3.16
command line: "C:\eac3to\eac3to.exe" "\\tower\disk1\English Movies\310 to Yuma [Blu-Ray]" 1) -progressnumbers
------------------------------------------------------------------------------
M2TS, 1 video track, 1 audio track, 2:02:30, 24p /1.001
1: Chapters, 25 chapters
2: VC-1, 1080p24 /1.001 (16:9)
3: RAW/PCM, English, 7.1 channels, 16 bits, 48khz
It crashes on any movie i try, and doesn't even load when i try to load a HD-DVD.
Also, why is there a size difference when using TsMuxer to rip movie/audio track only?
Thanks
mikelebron
28th June 2009, 18:12
I would like to request an enahcement - I would love for this to have the option of after creating the individual files to auto do the MKV Merge. Any ideas on this? Also being to batch / queue jobs would be great..
setarip_old
28th June 2009, 19:57
@<> <
Hi!
You do know, don't you, that you have to either first rip/decrypt your media, or have "AnyDVD HD" running in the background?
Greif
28th June 2009, 21:24
@mikelebron - you can queue jobs using MeGUI. unless eac3to plans on supporting it, I dont see me adding MKV muxing as a feature.
@<> <
Hi!
You do know, don't you, that you have to either first rip/decrypt your media, or have "AnyDVD HD" running in the background?
The movie is already ripped/decryped and already was stripped of movie only/audio only using tsMuxer which is still in blu-ray folder format...was just testing out this tool, which keeps erroring out.
Greif
29th June 2009, 05:09
does eac3to work at the commandline?
Brazil2
29th June 2009, 08:13
does eac3to work at the commandline?
Basically eac3to IS a command line tool.
http://forum.doom9.org/showthread.php?t=125966
This thread is about a GUI for eac3to.
Greif
29th June 2009, 12:17
@BRazil2: ... Yes I know eac3to is a commandline tool. If you check the first post of this thread, you'll notice I wrote this GUI. I was asking <>< if what he was trying to do works using eac3to rather than the GUI.
@BRazil2: ... Yes I know eac3to is a commandline tool. If you check the first post of this thread, you'll notice I wrote this GUI. I was asking <>< if what he was trying to do works using eac3to rather than the GUI.
Yes the command line works fine, it's the GUI that causes a critical error.
I tried 10 times, 9 of those times it got a critical error I pasted above, 1 time it actually went through its scan and let me view the streams and select the output method (TXT,MKV, FLAC) and was output into mkv container w/ flac audio as I wanted.
For Blu-rays it errors out after it reaches 100% for the stream scan, for HD DVDs it errors out right after I click on the "Features" link to get the movie info. Again, sometimes it completes the scan and lets me view the streams and select the output, but it fails 9 out of 10 times.
using the SVN build linked on the first post of your thread.
Thanks
Greif
29th June 2009, 14:15
@<><: so it's failing on the retrieval of the features.
Is that code-snippet you posted earler from the GUI or eac3to?
eac3to v3.16
command line: "C:\eac3to\eac3to.exe" "\\tower\disk1\English Movies\310 to Yuma [Blu-Ray]" 1) -progressnumbers
------------------------------------------------------------------------------
M2TS, 1 video track, 1 audio track, 2:02:30, 24p /1.001
1: Chapters, 25 chapters
2: VC-1, 1080p24 /1.001 (16:9)
3: RAW/PCM, English, 7.1 channels, 16 bits, 48khz
If it's not directly from eac3to, can you show me the following output?
eac3to.exe "\\tower\disk1\English Movies\310 to Yuma [Blu-Ray]" 1) -progressnumbers
Thanks.
Here is the output directly from eac3to run from command prompt:
C:\eac3to>eac3to "\\tower\disk1\English Movies\310 to Yuma [Blu-Ray]" 1) -progressnumbers
analyze: 1%
analyze: 2%
analyze: 3%
analyze: 4%
analyze: 5%
analyze: 6%
analyze: 7%
analyze: 8%
analyze: 9%
analyze: 10%
analyze: 11%
analyze: 12%
analyze: 13%
analyze: 14%
analyze: 15%
analyze: 16%
analyze: 17%
analyze: 18%
analyze: 19%
analyze: 20%
analyze: 21%
analyze: 22%
analyze: 23%
analyze: 24%
analyze: 25%
analyze: 26%
analyze: 27%
analyze: 28%
analyze: 29%
analyze: 30%
analyze: 31%
analyze: 32%
analyze: 33%
analyze: 34%
analyze: 35%
analyze: 36%
analyze: 37%
analyze: 38%
analyze: 39%
analyze: 40%
analyze: 41%
analyze: 42%
analyze: 43%
analyze: 44%
analyze: 45%
analyze: 46%
analyze: 47%
analyze: 48%
analyze: 49%
analyze: 50%
analyze: 51%
analyze: 52%
analyze: 53%
analyze: 54%
analyze: 55%
analyze: 56%
analyze: 57%
analyze: 58%
analyze: 59%
analyze: 60%
analyze: 61%
analyze: 62%
analyze: 63%
analyze: 64%
analyze: 65%
analyze: 66%
analyze: 67%
analyze: 68%
analyze: 69%
analyze: 70%
analyze: 71%
analyze: 72%
analyze: 73%
analyze: 74%
analyze: 75%
analyze: 76%
analyze: 77%
analyze: 78%
analyze: 79%
analyze: 80%
analyze: 81%
analyze: 82%
analyze: 83%
analyze: 84%
analyze: 85%
analyze: 86%
analyze: 87%
analyze: 88%
analyze: 89%
analyze: 90%
analyze: 91%
analyze: 92%
analyze: 93%
analyze: 94%
analyze: 95%
analyze: 96%
analyze: 97%
analyze: 98%
analyze: 99%
analyze: 100%
M2TS, 1 video track, 1 audio track, 2:02:30, 24p /1.001
1: Chapters, 25 chapters
2: VC-1, 1080p24 /1.001 (16:9)
3: RAW/PCM, English, 7.1 channels, 16 bits, 48khz
C:\eac3to>
The vista critical error i get is attached as image (which was the same as i pasted in my first post)
Thanks
monotube
13th July 2009, 12:18
Hello, I'm using with success the last svn of this program. I have problems only with DTS ES 6.1 tracks ( generally seamless branching from Pixar ); in this case I can't select DTS and I select wav, with sometime problems muxing with TsMuxer. Is it a problem of the gui or maybe of eac3to 3.16?
I have installed arcsoft decoder, nero7 and surcode.
Many thanks in advance to all
Greif
14th July 2009, 02:51
Sorry for the lack of updates. I've been busy at work and I recently installed Windows 7 RC on my home machine. When the RTM of Windows 7 is released - which I think will be tomorrow ;) - I'll reinstall VS2K8 and get my project up and running again.
monotube
22nd July 2009, 14:10
Hello, I'm using with success the last svn of this program. I have problems only with DTS ES 6.1 tracks ( generally seamless branching from Pixar ); in this case I can't select DTS and I select wav, with sometime problems muxing with TsMuxer. Is it a problem of the gui or maybe of eac3to 3.16?
I have installed arcsoft decoder, nero7 and surcode.
Many thanks in advance to all
Greif
30th July 2009, 06:28
Updated to 0.6. This version is a very quick update that fixes the stream "extrac as" combo boxes and some of the audio types.
more to come soon.
QUEENFAN
26th August 2009, 08:52
Hi,
how can I get ONE EVO (out of a HD-DVD without copy-protection ;-) containing just the audio-stream(s) I want and chapters/subtitles?
Thanks a lot for this tool.
Greif
26th August 2009, 11:52
You should be able to oad the single EVO file and extract the streams you want.
QUEENFAN
27th August 2009, 05:55
You should be able to oad the single EVO file and extract the streams you want.
Yeah, that's right.
But for encoding with ripbot I need an evo-file. If I extract the evo with hdstreamextractor (HSE) I get ALL audio-streams and subtitles. But I need an EVO-file with only the audio-stream I selected in HSE.
Is that possible?
Or is there any other tool able to create a EVO containing chapters, audio-/video-stream and subtitles I extracted with HSE?
Thanks.
setarip_old
27th August 2009, 09:04
@QUEENFAN
Hi!
Have you looked at "EVOdemux"?
The following is from its history:Change for v0.52
- New feature: Rebuild. Make another .EVO file which contains only the selected streams
<><
27th August 2009, 14:51
************** Exception Text **************
System.NullReferenceException: Object reference not set to an instance of an object.
at eac3toGUI.HdBrStreamExtractor.StreamDataGridView_DataSourceChanged(Object sender, EventArgs e)
at System.Windows.Forms.DataGridView.OnDataSourceChanged(EventArgs e)
at System.Windows.Forms.DataGridView.set_DataSource(Object value)
at eac3toGUI.HdBrStreamExtractor.backgroundWorker_RunWorkerCompleted(Object sender, RunWorkerCompletedEventArgs e)
at System.ComponentModel.BackgroundWorker.OnRunWorkerCompleted(RunWorkerCompletedEventArgs e)
at System.ComponentModel.BackgroundWorker.AsyncOperationCompleted(Object arg)
getting that exception after initial scan (same as i reported before)
mixanobios
27th August 2009, 16:56
Hello, and thanks for creating such a great tool.
A small feature request: can the "-core" and "-down16" options be integrated somehow into the dropdown menus? for example, they could be another option in the "extract as" menu, "DTS-core" and "FLAC 16bit" respectively.
Greif
28th August 2009, 02:13
@<><: I'll look into it
@mixanobios: I'm wanting to create option screens for each format so you can set specific options for DTS, FLAC etc. As a workaround you can put those in the +Options for now.
mixanobios
28th August 2009, 16:48
Thanks for your answer, i am already doing that :)
I would like to know if it is possible (that is if eac3to allows it) to create a DTS core and a FLAC of a TRUEHD track at the same time(that would be a big timesaver as the 40+GB of the bluray would only be read once), and if not, if hdbrstreamextractor can batch that into two jobs.
Finally another small request would be a confirmation dialog before overwriting files.
saint-francis
28th August 2009, 18:46
Thanks for your answer, i am already doing that :)
I would like to know if it is possible (that is if eac3to allows it) to create a DTS core and a FLAC of a TRUEHD track at the same time(that would be a big timesaver as the 40+GB of the bluray would only be read once), and if not, if hdbrstreamextractor can batch that into two jobs.
Finally another small request would be a confirmation dialog before overwriting files.
I know for sure that Arcsoft will only decode one track at a time. Not sure if you're using it though.
mixanobios
28th August 2009, 22:40
no, i dont use arcsoft as it is not free. My intention is to remux my blurays into mkv's with the DTS-core audio, and have a flac with the lossless track in the same folder in case i get a better audio system in the future.
mikelebron
5th September 2009, 16:28
Im getting this too with my 7 Pounds Bluray movie... Im going away for the week.. but is there any debugging steps you want me to do? Logs,etc.?
************** Exception Text **************
System.NullReferenceException: Object reference not set to an instance of an object.
at eac3toGUI.HdBrStreamExtractor.StreamDataGridView_DataSourceChanged(Object sender, EventArgs e)
at System.Windows.Forms.DataGridView.OnDataSourceChanged(EventArgs e)
at System.Windows.Forms.DataGridView.set_DataSource(Object value)
at eac3toGUI.HdBrStreamExtractor.backgroundWorker_RunWorkerCompleted(Object sender, RunWorkerCompletedEventArgs e)
at System.ComponentModel.BackgroundWorker.OnRunWorkerCompleted(RunWorkerCompletedEventArgs e)
at System.ComponentModel.BackgroundWorker.AsyncOperationCompleted(Object arg)
getting that exception after initial scan (same as i reported before)
Greif
5th September 2009, 22:57
The more logs the better
senderj
6th September 2009, 04:10
I am trying to convert an ac3 into stereo wav file. I specified my input file, then click Feature to retrieve the ac3 stream info. The info was shown ok. Then I click Extract, a pop-up said "Retrieve streams prior to enqueueing job." Click OK, nothing happened. What shall I do to proceed?
Greif
6th September 2009, 04:37
you need to select the stream you want to extract and choose the format you want to extract it as.
Andy o
24th September 2009, 22:31
Hi, I've been using your program for a while, and thanks by the way. One thing I've noticed since 0.6 is that TrueHD streams don't show thd anymore in the "'extract as" column. Is this known? I've searched for it in the thread but nothing came up. 0.5 doesn't work well, and the older version (not sure of build, but older than 0.5) seems to work fine in this regard.
Greif
26th October 2009, 22:29
Thanks, that sounds like a quick fix. I'll see about releasing an update.
Andy o
27th October 2009, 02:27
Thank you. Much appreciated.
Mark_A_W
27th October 2009, 02:47
Greif, it would be nice if you could make streams with a single output type (chapter-> TXT, or Subs->SUP for example), to default to that type.
Thanks
Mark
saint-francis
27th October 2009, 07:07
Greif, it would be nice if you could make streams with a single output type (chapter-> TXT, or Subs->SUP for example), to default to that type.
Thanks
Mark
The MeGUI application already does this.
mikelebron
12th December 2009, 17:33
Found another bug... When TrueHD does not show up on the audio pull down when its a TrueHD track. In otherwords I cant create a MKV keeping the TrueHD audio track. This is important as now you can bitstream TrueHD, etc. in a MKV using the new ffdshow beta with a ATI 5xxx card. M2TS doesnt have chapter support which is what I want and M2TS is about 10% larger then the same movie in MKV.
saint-francis
7th January 2010, 19:05
Greetings Greif. Any chance you could take a look at this (http://forum.doom9.org/showthread.php?p=1360228#post1360228)issue?
Thanks.
Greif
7th January 2010, 20:15
Long standing issue with the HD stream extractor. When selecting an output format you need to click on the box 3 times to get a drop down. (http://forum.doom9.org/showthread.php?p=1360244#post1360244)Do you experience that with the 0.6 version? I do remember there was an issue previously with having to click twice on the drop-down in order for it to appear, but I thought that issue was resolved.
I was just using the software today at lunch, and I do not recall having that problem. I'll double-check both source trees tonight.
TDC.net
9th January 2010, 16:56
Do you experience that with the 0.6 version? I do remember there was an issue previously with having to click twice on the drop-down in order for it to appear, but I thought that issue was resolved.
I was just using the software today at lunch, and I do not recall having that problem. I'll double-check both source trees tonight.
Hi Greif,
it is working in version 0.6, but not in the version integrated into MeGUI. How did you fix it? Could you tell the changes to Zathor who is currently aware of MeGUI development? Or fix it in MeGUI yourself?
That would be very nice, I thank you in advance,
Raist
Greif
9th January 2010, 21:25
I believe the fix was simply setting the EditMode property of the Stream DataGridView: this.StreamDataGridView.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
stax76
19th January 2010, 18:55
I wonder why so many people use Google Code instead of SourceForge, it seem to be very poor compared to SourceForge, code download requires using the command shell which is very bothersome for many win users.
I'm getting a null reference crash opening a MakeMKV created file. If I had the code or a debug version I would tell you filename and line number.
Kurtnoise
19th January 2010, 19:15
code download requires using the command shell which is very bothersome for many win users.
Obviously, you don't know what TortoiseSVN is...:rolleyes:
btw, mkv support in eac3to is not yet finished...so, it's not the appropriate tool for that. Use mkvextract instead...
stax76
19th January 2010, 19:35
Obviously, you don't know what TortoiseSVN is
You are right doesn't matter if you use a console or GUI client. Problem was using a client is harder than a web download when you don't checkout different projects often. StaxRip is at SourceForge and I completely avoid using the command shell as it's hard for me to remember or type commands, guess what I use? TortoiseSVN, well I used that but it's stupid to have explorer cluttered up with menu items in completely irrelevant locations, when you commit code only once a month then TortoiseSVN is the worst possible solution. I'm using RapidSVN now but I don't have time to setup a application be it GUI or console to checkout code. I have the console client and it's not rocket science to paste the command line for a checkout, hardest part is probably to find where I have the application, it's not available globally, maybe that would be a good idea but still I'm expecting a web download be it code or debug version including program debug database (*.pdb file including source code information), at codeplex and SourceForge code web download is available. Google code might be fast and lightweight but lacks important features.
btw, mkv support in eac3to is not yet finished...so, it's not the appropriate tool for that. Use mkvextract instead...
Thanks, that's important to know for what I want to achieve.
ghr
28th January 2010, 20:20
Hi all,
HD-DVD/Blu-Ray Stream Extractor last Version crashes und Windows 7 while he is working fine on XP.
Did someone experince the same? Exists a workaround?
Thank's and regards
ghr
Greif
28th January 2010, 20:46
I am running Windows 7 64-bit and it works fine for me. Can you provide a log or screen shot?
Thanks.
stax76
30th January 2010, 18:42
Does the application work directly on AnyDVD decrypted discs or do I have to rip the entire disc to the hard drive first? I'm asking because I was trying to run it on same PAL X Files disc and after analyzing it crashes. It's a native crash. I'm coding .NET since 1.0 so I have a raw idea why the CLR error handling fails, there must be a bug in your threading code, you must catch the exception in the worker thread and forward it to the main thread.
As a side note I think usability wise there is room for improvement, the GUI is constructed from a programmers view in a way a disc is structured. I would rather present different stream types like subtitles in a dedicated list control like a ListView with check boxes enabled (ListBox and CheckedListBox don't support visual themes) or with a TreeView with dedicated nodes for different stream types. Right now a lot scrolling is needed if there are many languages which is common in germany and many other countries. Typically users only choose certain languages so the application could remember these languages and preselect them the next time.
stax76
9th February 2010, 17:34
I noticed a very high CPU load.
Greif
11th March 2010, 13:45
I am going to profile the code to see where the bottlenecks are. I'll double-check the error-handling as well.
stax76
11th March 2010, 13:51
Thanks (meanwhile a eac3to GUI was added to StaxRip)
Andy o
4th April 2010, 00:47
Hi Greif, if you're still around is there any news on this?
One thing I've noticed since 0.6 is that TrueHD streams don't show thd anymore in the "'extract as" column. Is this known? I've searched for it in the thread but nothing came up. 0.5 doesn't work well, and the older version (not sure of build, but older than 0.5) seems to work fine in this regard.
Greif
9th April 2010, 02:09
yeah, I hope to have an update out in a week or so. I'll look into the above issue.
Greif
9th April 2010, 05:11
Here are the planned changes I have for the next version:
- migrate to .NET 4.0 Client Profile (ETA for release is April 12th)
- reduce CPU utilization for GUI
- fix TrueHD stream extracts
- set default selection for single-option extraction types
- add option to review/modify command-line prior to execution (Ctrl+click Extract button)
- some slight GUI changes
deado
9th April 2010, 07:17
Thanks so much for this GUI, I've really enjoyed using it, very user friendly, can't wait for the new update :)
Greif
9th April 2010, 22:23
Yeah, the new update will reduce the CPU utilization quite a bit. I've finally gotten around to running the code through a profiler. I should have the .NET 2.0 release out this weekend.
However, after that release, I will move to .NET 4.0 next week.
stax76
9th April 2010, 22:54
A profiler for reading a string from STDOUT to display a status message???
Why 4.0 instead 3.5 which is included by Win 7, 4.0 don't has great improvement over 3.5.
Greif
9th April 2010, 23:11
Surprisingly enough yeah. ;) I wasn't sure why the GUI was taking so much CPU resources - it was obvious once the profiler showed it to me.
Why 4.0? I want to try looking into MKV muxing and might attempt to do things in parallel. And I just want to use the newest version of the .NET Framework. I've been using Visual Studio 2010 RC recently and will upgrade on Monday to the RTM version.
Greif
13th April 2010, 02:41
Uploaded version 0.7. This is probably the final .NET 2.0 release.
Andy o
14th April 2010, 00:52
thanks a lot greif
dbone1026
21st April 2010, 13:40
I just downloaded version 0.7. To confirm, the TrueHD bug hasn't be corrected yet (testing on a TrueHD Blu Ray disc and don't get the option for TrueHD).
Greif
22nd April 2010, 02:18
ok thanks for letting me know. I will look into it.
dbone1026
26th April 2010, 12:42
ok thanks for letting me know. I will look into it.
I just did another test, if I am using a Blu Ray disc as the source then HdBr does not give me the option to extract the TrueHD audio track as TrueHD. However, if I use HdBr with a TrueHD mkv as the source then HdBr does give me the option to extract as TrueHD. Hope this helps.
Greif
26th April 2010, 12:51
Is it possible to give me the log output from eac3to? First show me the feature listing and then the specific stream information.
For example:
Feature Info:eac3to.exe f:
Stream Infoeac3to.exe f: 1)
dbone1026
27th April 2010, 01:46
Is it possible to give me the log output from eac3to? First show me the feature listing and then the specific stream information.
For example:
Feature Info:eac3to.exe f:
Stream Infoeac3to.exe f: 1)
Below is a screenshot, using Iron Man as the example. You can see no option to select TrueHD is available in teh "Extract As" section
http://img408.imageshack.us/img408/2397/11340664.jpg
I am not sure what log file you want. Here is the HdBrStreamExtractor log file:
[20:43:41] Retrieving streams
[20:43:41] Arguments: "F:\" 2) -progressnumbers
[20:44:36] Stream Retrieval Completed
[20:45:15] Retrieving features
[20:45:15] Arguments: "F:\"
[20:45:18] Feature Retrieval Completed
[20:45:28] Retrieving streams
[20:45:28] Arguments: "F:\" 1) -progressnumbers
[20:45:57] Stream Retrieval Completed
And here is eac3to log:
eac3to v3.18
command line: "C:\Program Files\eac3to\eac3to.exe" "F:\" 1) -progressnumbers
------------------------------------------------------------------------------
M2TS, 1 video track, 3 audio tracks, 8 subtitle tracks, 2:06:02, 24p /1.001
1: Chapters, 15 chapters
2: h264/AVC, 1080p24 /1.001 (16:9)
3: TrueHD/AC3, English, 5.1 channels, 48khz, dialnorm: -27dB
(embedded: AC3, 5.1 channels, 640kbps, 48khz, dialnorm: -27dB)
4: AC3, French, 5.1 channels, 640kbps, 48khz, dialnorm: -27dB
5: AC3, Spanish, 5.1 channels, 640kbps, 48khz, dialnorm: -27dB
6: Subtitle (PGS), English
7: Subtitle (PGS), English
8: Subtitle (PGS), French
9: Subtitle (PGS), Spanish
10: Subtitle (PGS), Portuguese
11: Subtitle (PGS), French
12: Subtitle (PGS), Spanish
13: Subtitle (PGS), English
Greif
30th April 2010, 01:06
The second one ;)
I'm sure it's something simple to fix. BTW, you can CTRL+click the extract button to modify the full command-line arguments.
Greif
30th April 2010, 05:37
Uploaded to version 0.8. Fixed the missing THD extract options.
The tool now requires the .NET 4 Client Profile. This is available for download here (http://www.microsoft.com/downloads/details.aspx?FamilyID=5765d7a8-7722-4888-a970-ac39b33fd8ab&displaylang=en).
Taurus
30th April 2010, 10:46
Uploaded to version 0.8. Fixed the missing THD extract options.
The tool now requires the .NET 4 Client Profile. This is available for download here (http://www.microsoft.com/downloads/details.aspx?FamilyID=5765d7a8-7722-4888-a970-ac39b33fd8ab&displaylang=en).
Is it really necessary to install another .Net Extension 48 MB download for a 90 KB Gui program?
This is on WinXP SP3 and yours is the first which depends on it.
Sorry, dont want to sound ungrateful.
I really admire your skills.
Time to make a disk image and try it out....
dbone1026
30th April 2010, 12:27
Uploaded to version 0.8. Fixed the missing THD extract options.
The tool now requires the .NET 4 Client Profile. This is available for download here (http://www.microsoft.com/downloads/details.aspx?FamilyID=5765d7a8-7722-4888-a970-ac39b33fd8ab&displaylang=en).
Good stuff, I will test it out later when I get home :thanks:
Greif
30th April 2010, 12:32
I really don't see it as just another .NET extension. It's an evolution of the .NET Framework - you are going to need it at some point anyway.
That said, I'm looking to try to do some cool stuff both with the functionality (parallel tasks) and look-and-feel (WPF) of the tool. Using the latest version of the .NET framework ensures that all of the latest and greatest features of .NET are available to me.
It's ok, you can call me a selfish developer ;)
Taurus
30th April 2010, 13:41
I understand your position.
But, stuff too much cake down your throat, your belly might explode :p
Normally I try to keep my system as slick and (c)lean as can be.
I did not have to reinstall the OS for quite some years, care of good maintenance and caution.
But sometimes there is no other way, just to eat the cookie.
Thank you
dbone1026
30th April 2010, 13:56
I understand your position.
But, stuff too much cake down your throat, your belly might explode :p
Normally I try to keep my system as slick and (c)lean as can be.
I did not have to reinstall the OS for quite some years, care of good maintenance and caution.
But sometimes there is no other way, just to eat the cookie.
Thank you
You just made me hungry :p
Greif
30th April 2010, 15:27
Right now, I'm looking into providing SUB and SRT extract options for subtitles. I also want to provide the ability to merge the streams into a single MKV.
Andy o
30th April 2010, 15:34
Nice! Keep it up and thanks again.
dbone1026
30th April 2010, 15:40
Right now, I'm looking into providing SUB and SRT extract options for subtitles. I also want to provide the ability to merge the streams into a single MKV.
Was just going to make a feature request :-)
Also, how about an option just to pull out the forced subs as in IDX/SUB file, as well as an option to create multiple "Extract As" for audio (i.e. lets say I wanted to extract the original DTS(MA) audio track as well as a secondary AC3 track for compatibility issues with some players I have).
Greif
30th April 2010, 17:37
yeah, the multiple extract options sounds good. I need to figure out how to best fit it in.
dbone1026
1st May 2010, 00:42
yeah, the multiple extract options sounds good. I need to figure out how to best fit it in.
I just confirmed that TrueHD is working again. Thanks for the fix :thanks:
That new .NET doesn't download properly - does anyone have a link to the full redist?
http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=e5ad0459-cbcc-4b4f-97b6-fb17111cf544
http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=e5ad0459-cbcc-4b4f-97b6-fb17111cf544
Thanks got 0.8 working great now :)
Mrsash
22nd May 2010, 16:12
Hi guys completely new to this. I just started using it. Was wondering if I choose AAC how do I get exactly CBR 128 kbps. Tried doing -quality=0.21 which gives 132kbps and -quality=0.20 does 116.
thanks
Jeanette
21st June 2010, 17:44
I have installed Windows7: I could convert any Bluray with XP but now it doesn't seem to work well. I installed the proggs again, used the app and get this info:
MKV, 1 video track, 2 audio tracks, 2 subtitle tracks, 1:56:52, 24p /1.001
1: h264/AVC, English, 1920x800 24p /1.001
2: AC3, English, 5.1 channels, 640kbps, 48khz
"English AC3 1509kbps"
3: DTS, English, 5.1 channels, 24 bits, 1509kbps, 48khz, 11ms
"English DTS 1509kbps"
4: Subtitle (SRT), Dutch, "Nederlands"
5: Subtitle (SRT), English, "English"
[v01] Extracting video track number 1...
[a02] Extracting audio track number 2...
[v01] Muxing video to Matroska...
[v01] Getting "Haali Matroska Muxer" instance failed. <ERROR>
[s04] Extracting subtitle track number 4...
[a02] Creating file "E:\#DOWNLOADMAP#\Edge of Darkness\1_2_audio.ac3"...
Aborted at file position 9092602568. <ERROR>
So it seems there's something wrong in creating the ac3-file? Next to the 'ac3to' file, is there something else I have to install?
I used version 08 hbdrstreamextractor and installed the latest .net file
tebasuna51
21st June 2010, 18:45
...
[v01] Getting "Haali Matroska Muxer" instance failed. <ERROR>
...
For video muxing you need:
(1) Haali Matroska Muxer http://haali.cs.msu.ru/mkv
Jeanette
22nd June 2010, 00:14
That works! Thank you so much :thanks:
longtom
25th July 2010, 13:37
Great GUI!
Haw do i get chapters for a WAV file extracted from PCM streams?
Which command i have to put in the +options field?
Greif
27th July 2010, 19:10
@longtom, this may be a better question to ask in the eac3to thread. You may get a quicker response.
ddeell72
12th August 2010, 05:49
nice ! expecting this so long !
joelha
17th August 2010, 05:39
http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=e5ad0459-cbcc-4b4f-97b6-fb17111cf544
Hi Grief,
The strangest thing happened.
I’ve been happy using hdbrstreamextractor successfully for a while now. It's a great program. All of the sudden, on two different Windows 7 computers, with two different bluray discs, I’m getting the identical results (shown below).
Problem is, neither of the computers are providing me with streams in the lower part of your program window.
What could be going wrong? Could a Windows update have changed anything?
I’m not aware of anything I’ve done to either computer to produce these results.
One day the program works great and the next day it stops.
I’m anxious to get back to using your software.
Thanks in advance for your help.
Joel
[22:11:06] Retrieving features
[22:11:06] Arguments: "E:\BDMV\STREAM"
[22:11:13] Feature Retrieval Completed
[22:11:25] Retrieving streams
[22:11:25] Arguments: "E:\BDMV\STREAM" 1) -progressnumbers
[22:11:26] Stream Retrieval Completed
ajamils
17th August 2010, 17:04
To get "untouched" audio from DTS Master Audio and LPCM, which option should I select ? RAW ? I tried that but when I try to mux everything together MKVMerge does not accept RAW file.
Greif
14th September 2010, 03:50
@joelha: are you still experiencing issues? If you are, then try running the following in a command-window and show me the output:
eac3to.exe "E:\BDMV\STREAM" 1)
@ajamils: not really sure about that one, I seldom use any other format besides AAC. the folks over in the eac3to should probably be able to assist
tebasuna51
14th September 2010, 09:33
To get "untouched" audio from DTS Master Audio and LPCM, which option should I select ? RAW ? I tried that but when I try to mux everything together MKVMerge does not accept RAW file.
To extract DTS-MA with eac3to you can use .DTSHD extension, without -core parameter.
To extract LPCM with eac3to to mux after with MkvMerge you need use .WAV. To mux after with tsMuxeR use .W64
cutterfield
23rd October 2010, 23:10
Hi Greif
The window of HdBrStreamExtractor isn't resizeable. Can you be so kind and tell me why?
Thank you for that great GUI
Greif
24th October 2010, 14:10
It's just how it was initially designed. If I have time, I'll change the layout so it's resizable.
tormento
27th October 2010, 08:41
It's just how it was initially designed. If I have time, I'll change the layout so it's resizable.
So, you are alive ;)
I have a strange bug: whenever I open the second or third playlist, after having extracted some tracks from the first and the second, NET crashes.
Yes, I have 4.0 installed.
Any idea?
jmonier
27th October 2010, 14:01
I have a strange bug: whenever I open the second or third playlist, after having extracted some tracks from the first and the second, NET crashes.
I've seen crashes like this also although I haven't seen anything that points to .NET specifically. If I just restart everything is OK so it's not a big deal.
Butterfly666
2nd November 2010, 21:25
It looks a nice program to extract a file like dtsma in to ac3. Will try this out, thank you.
Greif
6th November 2010, 01:22
I've seen crashes like this also although I haven't seen anything that points to .NET specifically. If I just restart everything is OK so it's not a big deal.
Any log files to show after crashes? I will try this scenario out to see if I can reproduce.
tormento
14th November 2010, 14:32
Any log files to show after crashes? I will try this scenario out to see if I can reproduce.
Can you please tell me how to generate them?
The tipical error message it gives me is this:
Le informazioni su come richiamare il debug JIT (Just-In-Time) anziché questa finestra
sono riportate in fondo al messaggio.
************** Testo dell'eccezione **************
System.ArgumentOutOfRangeException: Index non compreso nell'intervallo. Richiesto valore non negativo e minore della dimensione dell'insieme.
Nome parametro: index
in eac3toGUI.HdBrStreamExtractor.StreamDataGridView_CellToolTipTextNeeded(Object sender, DataGridViewCellToolTipTextNeededEventArgs e)
in System.Windows.Forms.DataGridView.OnCellToolTipTextNeeded(Int32 columnIndex, Int32 rowIndex, String toolTipText)
in System.Windows.Forms.DataGridViewCell.OnCellDataAreaMouseEnterInternal(Int32 rowIndex)
in System.Windows.Forms.DataGridViewCell.OnMouseMoveInternal(DataGridViewCellMouseEventArgs e)
in System.Windows.Forms.DataGridView.OnCellMouseMove(DataGridViewCellMouseEventArgs e)
in System.Windows.Forms.DataGridView.UpdateMouseEnteredCell(HitTestInfo hti, MouseEventArgs e)
in System.Windows.Forms.DataGridView.OnMouseMove(MouseEventArgs e)
in System.Windows.Forms.Control.WmMouseMove(Message& m)
in System.Windows.Forms.Control.WndProc(Message& m)
in System.Windows.Forms.DataGridView.WndProc(Message& m)
in System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
************** Assembly caricati **************
mscorlib
Versione assembly: 4.0.0.0
Versione Win32: 4.0.30319.1 (RTMRel.030319-0100)
Base di codice: file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/mscorlib.dll
----------------------------------------
HdBrStreamExtractor
Versione assembly: 0.8.3771.42595
Versione Win32: 0.8.0.0
Base di codice: file:///D:/eseguibili/media/eac3to/hdbrstreamextractor.exe
----------------------------------------
System.Windows.Forms
Versione assembly: 4.0.0.0
Versione Win32: 4.0.30319.1 built by: RTMRel
Base di codice: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System.Drawing
Versione assembly: 4.0.0.0
Versione Win32: 4.0.30319.1 built by: RTMRel
Base di codice: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System
Versione assembly: 4.0.0.0
Versione Win32: 4.0.30319.1 built by: RTMRel
Base di codice: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Windows.Forms.resources
Versione assembly: 4.0.0.0
Versione Win32: 4.0.30319.1 built by: RTMRel
Base di codice: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms.resources/v4.0_4.0.0.0_it_b77a5c561934e089/System.Windows.Forms.resources.dll
----------------------------------------
mscorlib.resources
Versione assembly: 4.0.0.0
Versione Win32: 4.0.30319.1 (RTMRel.030319-0100)
Base di codice: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/mscorlib.resources/v4.0_4.0.0.0_it_b77a5c561934e089/mscorlib.resources.dll
----------------------------------------
************** Debug JIT **************
Per abilitare il debug JIT, è necessario impostare il valore
jitDebugging nella sezione system.windows.forms del file di configurazione
dell'applicazione o del computer (machine.config).
L'applicazione inoltre deve essere compilata con il debug
abilitato.
Ad esempio:
<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>
Quando il debug JIT è abilitato, tutte le eccezioni non gestite
vengono inviate al debugger JIT registrato nel computer,
anziché essere gestite da questa finestra di dialogo.
Greif
17th November 2010, 17:53
I'll try to reproduce
netopir
25th November 2010, 16:35
Hi
im new and i become this masseg
[16:08:14] Retrieving features
[16:08:14] Arguments: "C:\Users\Martin\LETHAL_WEAPON_COLLECTION\Lethal Weapon 3 1992 1080p Blu-ray CEE VC-1 DTS-HD MA 5.1 -HDBT\BDMV"
[16:08:15] Feature Retrieval Completed
[16:08:15] Retrieving streams
[16:08:15] Arguments: "C:\Users\Martin\LETHAL_WEAPON_COLLECTION\Lethal Weapon 3 1992 1080p Blu-ray CEE VC-1 DTS-HD MA 5.1 -HDBT\BDMV" 1) -progressnumbers
[16:08:20] Skipping 467712 bytes to work around damaged source file...
[16:08:20] Hint: You can use the option "-fix" to clean up the damage.
[16:08:20] Stream Retrieval Completed
Buth i don't know how to do the fix can't someone explane me how.
Greif
25th November 2010, 19:37
Try holding down CTRL when clicking on the Extract button. You will be able to add the '-fix' command-line argument.
Whether or not that will resolve your bad source problem, I'm not sure.
netopir
25th November 2010, 20:26
when im traing this i become this massage
http://img543.imageshack.us/img543/3599/hdbrstreamextractor.th.png (http://img543.imageshack.us/i/hdbrstreamextractor.png/)
fuzzybee
1st December 2010, 02:39
Hi -
I'm new to using the Stream Extractor. I'm trying to do Toy Story 3, that I've ripped to the hard drive. I have selected Feature #2, and chapters, video, and the 7.1 (as DTSHD) and 5.1 (as DTS) soundtracks, in addition to the subtitles. The program appears to work - while it is running, I see .dtshd, .dts, .sup. -Log.txt, and chapter.txt files that grow while the program is running. When it is complete, though, all I have is the chapter.txt file. I don't see any errors in the progress box.
Any suggestions as to what could be going wrong?
edit: a-ha! now I noticed this in the log: "Aborted at file position 29334939648. <ERROR>"
palpyhat
4th January 2011, 15:45
On Iron Man 2 Region B Blu-Ray, it continuously produces a "Listindex out of bounds" messagebox, making it unusable.
Greif
19th January 2011, 03:40
Can you provide some logs?
DMD
4th February 2011, 14:02
How to detect the subtitle stream "ghost"?
The problem I found with two Blu-ray: "Van Helsing" and "The Mummy"
In the specific case of the movie "The Mummy"with any Player Software (Cyberlink or Arcsoft) automatically selects the forced subtitle stream (stream n.66)
http://img268.imageshack.us/img268/4107/screenshot001dy.png (http://img268.imageshack.us/i/screenshot001dy.png/)
With Stream Extractor was not able to detect the stream in question.
I tried to extract all the streams, but have not found that to n.66
http://img21.imageshack.us/img21/4403/screenshot001zvn.png (http://img21.imageshack.us/i/screenshot001zvn.png/)
http://img69.imageshack.us/img69/1124/totalhd.th.png (http://img69.imageshack.us/i/totalhd.png/)
I am running several tests, but I can not find the stream in question, you can solve this problem?
Thanks
dpstjp
9th February 2011, 20:00
I wondered if anyone could help me.
I am using HDBRStreamextractor with two Windows 7 machines. It works well, other than a series of error messages which pop up as the streams are being detected in a particular feature.
The error message reads:
"The following exception occurred in the DataGridView:
System.ArgumentException: DataGridViewComboBoxCell value is not valid.
To replace this default dialog please handle the DataError event."
I then have to hit the "OK" button in the error box to get rid of the box. Then another error box saying the same thing pops up.
I have to remove probably 40-50 of these pop up boxes each time I load the streams. Whilst I am doing this I can see in the background that the drop boxes that select TXT for chapters, and MKV/VC1 for Video blank out, then reappear with the right selection. The Audio drop boxes are always blank until I finally get past the error messages and get a chance to select the streams.
When these have finally cleared I am able to proceed. I suspect this is a problem with Windows 7, but any thoughts on how to remove these warnings would be appreciated. Many thanks.
Greif
18th February 2011, 00:28
I would need the logs for both feature and stream listing from each3to.
Type the following to get the feature listing:eac3to.exe [drive]
Type the following to get the stream listing:eac3to.exe [drive] [feature number]
Give me the results from both of those and I should be able to debug it for you.
Greif
4th March 2011, 20:43
Are there any graphic-artists/designers out there willing to create an icon for this app?
I'm thinking it should be relatively straight forward with a mix of the following themes:
- data/stream extraction
- Transcoding
- HD-DVD & Blu-Ray
I've been "borrowing" the MeGUI icon ever since I started this front-end. It's about time to get my own.
:thanks:
Greif
4th March 2011, 20:48
The error message reads:"The following exception occurred in the DataGridView: System.ArgumentException: DataGridViewComboBoxCell value is not valid."
I think I may know what the problem is. Let me double-check the code.
DJ_Phatic
12th March 2011, 10:57
Would it be possible to implement an option to extract TrueHD tracks to truehd+ac3?
forumator
12th March 2011, 20:35
I wondered if anyone could help me.
I am using HDBRStreamextractor with two Windows 7 machines. It works well, other than a series of error messages which pop up as the streams are being detected in a particular feature.
The error message reads:
"The following exception occurred in the DataGridView:
System.ArgumentException: DataGridViewComboBoxCell value is not valid.
To replace this default dialog please handle the DataError event."
I then have to hit the "OK" button in the error box to get rid of the box..
I've been getting these errors messages occasionally as well, seem fairless harmless just a little annoying :) I'll try to get specific title info next time it happens.
henryho_hk
15th March 2011, 05:47
With a non-encrypted ISO mounted, HDBRStreamextractor crashed with something like "write-protected error". Can I put the temporary directory somewhere else?
forumator
9th April 2011, 10:54
Any chance we could get the option in the GUI to demux DTS MA tracks to .dtsma filetype? Awesome app!
m1ke486837
9th April 2011, 20:05
New to HD-DVD/Blu-ray Stream Extractor...After loading my BDMV folder, and hitting the "features" - it reports:
[11:02:32] Arguments: "D:\Bluray & DVD Backups\BOURNE_SUPREM\BDMV"
[11:02:34] Feature Retrieval Completed
Nothing is shown in either box. Any ideas?
@DJ_Phatic, @forumator: I'm going to release an update with these changes but also a way to configure the extraction types possibly via XML or config file
@forumator: I think I found the bug. I'll release an update shortly with the fix
@m1ke486837: is the disc copy-protected?
forumator
25th May 2011, 22:38
@DJ_Phatic, @forumator: I'm going to release an update with these changes but also a way to configure the extraction types possibly via XML or config file
@forumator: I think I found the bug. I'll release an update shortly with the fix
@m1ke486837: is the disc copy-protected?
Excellent, thanks for the continued updates :)
neal121
4th June 2011, 22:48
Pulling my hair out with this. i had this problem fixed but I cant remember how I fixed it (recently reinstalled win7 but previously had this fixed)..
[16:43:53] a03 [NeroAacEnc] ERROR: Invalid channel mask
[16:43:55] Stream Extraction Completed
I have the NeroAaacEnc files in the folder with ea3cto. I also installed Arcsoft Total Media Theater 3 but nothing is working and I am still getting this problem.
[16:43:53] a03 The ArcSoft and Sonic decoders don't seem to work, will use libav instead.
I am out of ideas to get this working, I have searched around but never really found a clear answer. Any help would be great.
neal121
10th June 2011, 23:11
Since nobody had an answer to that, I will ask something else...
What about VC1 format and encoding it to h264 or something else?
good evening
I can not eject streams of 3D Blu-ray demo
I downloaded from this link
http://www.netblender.com/main/products/dostudio-mvc-3d-encoder/bd3d-demo/
THANKS
KYThrill
22nd June 2011, 08:49
Any chance of adding a queue, ala Handbrake?
My issue is that I normally rip TV seasons. So I will have 4-6 episodes on a disc. I can only extract streams from one episode at a time, so every 10-15 minutes I need to return to the PC. It would be great if I could "Add To Queue" each mpls with my desired settings. Then click a button to process my queue and have it process all 4-6 episodes as configured.
MaistroX
24th July 2011, 10:11
Hi!
First of all great tool! :)
Have a few suggestions that I wonder if you could add for next version.
1. When u extract say a sound track it comes of as ex: 1_8_audio.ac3 (thats a Swedish track), cant u add so it will auto write when extracted so it look something like ex: "1_8_Swedish_AC3_5.1ch_audio.ac3" insted ?
2. Same goes for all the other extract:able chooices like subtitle now gets ex: 1_17_subtitle.sup , but better to get it direct to ex: 1_17_Swedish_subtitle.sup , add IF forced say ex: 1_17_Swedish_Forced_subtitle.sup !
Can u please inmplement that in your tool, as it´s now we have to manually find and add all the diffrent languages and so on by hand !?
Thx in advance MaistroX!
Greif
16th August 2011, 05:00
Have a few suggestions that I wonder if you could add for next version.
1. When u extract say a sound track it comes of as ex: 1_8_audio.ac3 (thats a Swedish track), cant u add so it will auto write when extracted so it look something like ex: "1_8_Swedish_AC3_5.1ch_audio.ac3" insted ?
2. Same goes for all the other extract:able chooices like subtitle now gets ex: 1_17_subtitle.sup , but better to get it direct to ex: 1_17_Swedish_subtitle.sup , add IF forced say ex: 1_17_Swedish_Forced_subtitle.sup
Yeah, I think that's doable. I might even add the ability to configure your own naming standard using toakens (eg. {LANG}, etc)
@KYThrill: the branch of this tool within MeGUI supports queues. Have you looked into that?
MaistroX
17th August 2011, 21:31
Thx, for your answer! :)
Looking forwards to next release!
Greif;1519708]Yeah, I think that's doable. I might even add the ability to configure your own naming standard using toakens (eg. {LANG}, etc)
tedybear
17th September 2011, 10:27
i was using HD-DVD/BLURAY STREAM EXTRACTOR V 0.8.3771 and extracted slovenian subs from source BLURAY ITA blabla....but it didn't extracted those opening subs, why? it did the rest, weird
found out that the intro is
00882.m2ts 589MB
while whole movie is
00800.m2ts 40GB
any way to join this 2, so i can normally extract all subs?
DMD
22nd September 2011, 20:34
I noticed that in Windows 7 64-bit
The extraction of the video stream can be made for the H264 codec, AVC, etc. .. but not in the MKV format.
jet150
8th November 2011, 01:46
Hi I have been using this tool for about 2 years now without any probs now. when I insert a Blu Ray AnyDVD HD reads the disc but HD stream extractor doesn't show the streams. Or sometimes the streams shoe and when you click extract it instantly shows extraction complete without any extraction.
JoeH
28th December 2011, 09:57
Thanks for this amazing tool. I use it all the time.
I'm not aware of a free tool like this for DVD structures, especially with the feature to both demux and convert to WAVS at the same time. Does anyone know of one? If not, I would like to suggest adding DVD structure support to this tool. Thanks.
sadsack
22nd February 2012, 03:03
good tool, except I get some handling errors, and TV series dvds dont show episodes in order.
Is there a way to turn off (or change) the "alert" sound when processing is finished?
tebasuna51
22nd February 2012, 11:03
- Yeah, eac3to sort .mpls by duration. Is not a GUI problem.
- You can delete or replace the error.wav/success.wav in eac3to folder.
sadsack
23rd February 2012, 15:15
- Yeah, eac3to sort .mpls by duration. Is not a GUI problem.
- You can delete or replace the error.wav/success.wav in eac3to folder.
thanks! I didnt know how to run eac3to so I didnt think the error/success waves would be right there.
The specific error window I frequently get (with discs from a TVseries) is after selecting a video in the upper panel (Features section): something about an index range which should be non-negative numbers, and the current file it out of range, with option to Quit/Continue. I hit "Continue" a few times and the streams load in the lower panel.
tebasuna51
23rd February 2012, 15:41
That seems a GUI problem and can't help you.
Lincoln Burrows
2nd March 2012, 01:23
I have posted (and now deleted) this question in the eac3to thread:
Guys,
I have here with me a Blu-ray with:
English: LPCM 5.1 (48kHz, 16-bit)
What is the command to convert a LPCM audio track (I used TSMuxer to demux the track, and it was saved into a WAV file) into FLAC? I was instructed to do that because the LPCM track (saved into a MKV file by MakeMKV) is not recognized by any player. I was told by converting the WAV to FLAC, it would stay the same, and it will be a lossless conversion.
Can you help me on this? I just need to know the command line.
(P.S. I tried using MKVExtractGUI2 to extract the LPCM track from the MKV file but I failed. I had to use TSMuxer to extract from the original m2ts file (from the Blu-ray)).Is your program doing what I asked? I selected FLAC to save the LPCM track. Will this be a lossless conversion?
Thanks!
P.S. WAV file has 1,39 GB and FLAC, 390 MB. Is this normal?
http://i.imgur.com/QUJb0.png http://i.imgur.com/4wwMz.png
P.S.2: I need to restart after finishing one m2ts. If I select another, the program crashes. I hope you can fix that!
kypec
2nd March 2012, 07:24
FLAC is lossless so you really shouldn't worry about using it. Compression ratio for 1.39GiB --> 391MiB is nothing unusual, given the source audio is "simple enough" i.e. easily compressible, with lots of silence for instance.
THX-UltraII
3rd April 2012, 19:41
Can this tool 'extract' a movie from a 3D .iso without re-encoding? (so a 1:1 copy of the 3D movie)?
Greif
26th August 2012, 03:23
The specific error window I frequently get (with discs from a TVseries) is after selecting a video in the upper panel (Features section): something about an index range which should be non-negative numbers, and the current file it out of range, with option to Quit/Continue. I hit "Continue" a few times and the streams load in the lower panel.
Can you provide the logs for when this happens? Thx
MaistroX
11th October 2012, 19:30
Yeah, I think that's doable. I might even add the ability to configure your own naming standard using toakens (eg. {LANG}, etc)
@KYThrill: the branch of this tool within MeGUI supports queues. Have you looked into that?
Hi Greif!
is there some new proggress and/or news? :)
Greif
12th December 2012, 18:18
To be honest, I haven't had much time to work on this. The GUI does what I built it to do, so there's not a lot of motivation to go in there... Not to say that I won't.
December is a slow month where I have more free-time to dedicate to things like this, so I imageine I can take a look at it.
I can start with addressing any bugs identified so far, as well as some vey small enhancements like using modifying the default filenames that are output.
I always wanted to change the ways Options are specified - making them more user-friendly by presenting stream-specfic options that the user can pick/select/modify values. I think that would probably be the biggest thing I can think of.
I also wanted to add the ability to export SUBS & SRT in addition to SUP subtitles. SRT would be great, but it is kind of a headache with all the OCR stuff that is required but SUBS not so much as it's basically just image and file format manipulation and I can leverage something like BDSup2Sub++ (http://forum.doom9.org/showthread.php?t=165416).
So that's basically it. Bug fixes, small enhancments, option screen and SUB subtitles. That's currently on my radar.
:thanks:
Sharc
12th December 2012, 21:31
Bug fixes, small enhancments, option screen and SUB subtitles. That's currently on my radar.
Excellent! Thanks.
JoeH
13th December 2012, 11:38
Thanks Greif. One improvement that would be nice, and should (hopefully) be simple to code, would be the ability to open up a DVD folder. Currently your program can already correctly handle DVDs if one manually selects multiple VOB files. Of course, if it's too much work not a problem, will just keep selecting files. :)
Greif
14th December 2012, 19:42
I'll look into opening up DVD folders. I have never used the tool for DVDs so I'll have to give it a try :)
I'll have a small update out probably this weekend with a few tweaks.
MaistroX
15th December 2012, 10:54
Hi Greif!
As I see you working on your tool again, I ask you once again... ;)
Can you add so extracted files gets languages lables in exrtaktion?
So I dont have to manually label ex: nr.2 sub to english afterwards.
Please!!!!! :)
Regards MaistroX
JoeH
16th December 2012, 08:43
I'll look into opening up DVD folders. I have never used the tool for DVDs so I'll have to give it a try :)
I'll have a small update out probably this weekend with a few tweaks.
Here is a guide I wrote you may be interested to see - almost 6000 views so far! It describes how to use your tool to extract streams from a DVD, and then edit them in Vegas or similar tools.
http://forum.doom9.org/showthread.php?t=163647
tormento
8th January 2013, 08:43
Is it possible to get a fix for latest Eac3to?
Thanks.
Greif
8th January 2013, 14:34
I see madshi has been busy :)
Does the GUI not work with eachto 3.27? I have been sick for the past week and have been out of it. I'll take a look at this sometime soon.
tormento
9th January 2013, 10:54
I see madshi has been busy :)
Does the GUI not work with eachto 3.27? I have been sick for the past week and have been out of it. I'll take a look at this sometime soon.
You should get a look at the changelog ;)
P.S: There are some other bugs still pending, such as the crash when changing input directory and analyzing again.
jmonier
9th January 2013, 15:00
Does the GUI not work with eachto 3.27? I have been sick for the past week and have been out of it. I'll take a look at this sometime soon.
It's worked fine for me on everything I've tried so far (including "Brave").
The bug mentioned above (a minor annoyance) is definitely there, however.
tormento
15th January 2013, 21:51
A bug I have found with the newer eac3to is that I'm unable to demux/transcode more than 1 DTS stream to AC3 with ArcSoft DTS decoder at once.
Anybody?
raimerik
19th January 2013, 15:43
Hi!
And maybe you could address the bug that HBSE doesn't show the streams on all systems.
It's registered at the google code bug/issues list since june.
Obviously it's not a problem on all systems.
But my 32bit XPpro with up2date NET frameworks, HBSE and EAC3TO won't show any streams in the lower window.
Cheers! raimerik
tormento
22nd January 2013, 08:08
And if you have some spare time, make it launch multiple eac3to for every audio track to process ;)
Kurtnoise
22nd January 2013, 10:41
And if you have some spare time, make it launch multiple eac3to for every audio track to process ;)
doesn't make sense...
Rumbah
22nd January 2013, 21:04
doesn't make sense...
Well, if you do some audio adjustments (speedup, downmix, normalize) you get limited by the single threaded processing for one audio file.
Kurtnoise
23rd January 2013, 10:01
You can easily apply different options to different streams using one command line...I don't get your point.
Rumbah
23rd January 2013, 12:15
I just tried it and you're right, eac3to starts all jobs at once. But I remember it behaving differently ;)
tormento
2nd February 2013, 09:12
Please.. try to decode two DTS streams using ArcSoft DTS Decoder at once and notice the error. The older versione of eac3to worked perfectly.
tebasuna51
2nd February 2013, 11:58
The older versione of eac3to worked perfectly.
Not always, many times I get two outputs with silence or noise.
JimmyBarnes
1st June 2013, 05:18
Trying this with eac3to 3.27 (latest).
HdBrStreamExtractor 0.8 does not have an option to extract audio as DTSMA, only as DTS or DTSHD.
What difference will it make if I extract the DTSMA stream as DTS, will I lose anything?
Or can someone suggest an eac3to GUI which allows one to extract only selected streams, and can extract DTSMA and SUP?
Or better still, can one run eac3to and get it to demux only selected streams, rather than the default 1st video stream and ALL audio and subtitle streams?
TIA
tebasuna51
1st June 2013, 11:51
Does not matter if you select DTS or DTSHD, the output is always DTS-MasterAudio (or DTS-HighResolution if that is the source, both with extra info over the standard DTS).
The extension don't make any difference.
If you want the standard DTS you need add the parameter -core at '+ Options' column.
BTW, you can try my GUI UsEac3to (http://forum.doom9.org/showthread.php?t=145574), work the same than HdBrStreamExtractor for your requests, but allow audio only inputs and add some Auxiliary Tools.
JimmyBarnes
2nd June 2013, 03:10
Or better still, can one run eac3to and get it to demux only selected streams, rather than the default 1st video stream and ALL audio and subtitle streams?
I found that I could use:
eac3to bdmv\stream 1)
to list streams by number
then
eac3to bdmv\stream 3: English.dtsma 11: English.sup
to just extract the desired English streams
lansing
9th March 2014, 03:32
If this thread is still alive, can you add a warning popup when extracting PCM to WAV that is over 4G, and advice the user to use W64 instead of WAV? Today I spent 5 minutes extracting a 2 hour pcm to wav, just to find out that only the first 14 minutes could be play. And I had to dig through the documentation to find out why.
Ghitulescu
24th April 2014, 09:27
It also happens nothing when loading playlists. The characteristics of the streams seem to be known to it, though :)
http://i59.tinypic.com/2j670nm.png
Additionally the duration seems to be doubled (51min for a 25min feature).
If I load however the M2TS file directly, it is able to link it with the MPLS file, to display correctly the duration and to list the streams. After of course several dozen messages like
http://i60.tinypic.com/2wd9hz8.png
The window still cannot be resized, although a resize corner exists :) .
And the last issue, is that the existing subtitles are around 1/4th of what tsMuxeRGUI does (eg some 4k instead of 14k). Both variants load perfectly in BDsup2sub, but it seems that the smaller subtitles are also small in size. It may be a tsMuxeR issue, though.
PS: a detailed guide would be welcomed. :)
slobro
2nd February 2015, 07:54
Just discovered this thread, this GUI is great!
This thread doesn't seem very active anymore but I might as give it a shot in case anyone sees this
I wanted to ask a question about extracting "TrueHD/AC3" files..
When extracting a TrueHD/AC3 file, and you're extracting it as a FLAC file, does the program convert the lossless 'TrueHD' part to FLAC, or the AC3 part?
Like this:
http://i.imgur.com/vIIdBMl.png
tebasuna51
2nd February 2015, 09:55
eac3to convert the lossless TrueHD.
slobro
2nd February 2015, 16:16
Thanks!
minhjirachi
20th March 2015, 09:35
Please update to make it work with eac3to v3.28.
minhjirachi
27th April 2015, 14:45
Here is the newest version of HdBrStreamExtractor: HdBrStreamExtractor_0.9.zip (https://drive.google.com/file/d/0B3TNxvmZ9RVmVDVjb1ZKeVdEZnc/view?usp=sharing)
Changelog
0.9
* Fixed DataGridViewComboBoxCell bug
* Fixed bug when using with eac3to v3.28 and later
0.8
* Fixed missing THD extract options, migrated to .NET 4 Client Profile
0.7
* Reduced CPU utilization for GUI, pre-selected "extract as" dropdowns, other small fixes
0.6
* Fixed stream "extract as" dropdowns and audio types
0.5
Proper version tracking will commence after this release
Kurtnoise
27th April 2015, 16:24
Sources files please ?
minhjirachi
27th April 2015, 16:48
Sources files please ?
You can download it via google code. But it hasn't edited yet.
Kurtnoise
4th May 2015, 16:12
I meant the last changes you have done for the 0.9 release...
minhjirachi
12th May 2015, 15:13
I meant the last changes you have done for the 0.9 release...
Here is the source code: https://drive.google.com/file/d/0B3TNxvmZ9RVmVDVjb1ZKeVdEZnc/view?usp=sharing
schabau
13th February 2016, 17:08
Hello there,
you can spend that when extracting a track will not drive your dream the track name only gets so as "1_2_audio.ac3" but which is additionally set in front of the file name? I find better "Name the file 1_2_audio.ac3"
The background is, if multiple files in succession Produced one must currently always the Extracted file renaming before you can move on to the next.
Best regards
JimmyBarnes
13th February 2016, 21:02
Hello there,
you can spend that when extracting a track will not drive your dream the track name only gets so as "1_2_audio.ac3" but which is additionally set in front of the file name? I find better "Name the file 1_2_audio.ac3"
The background is, if multiple files in succession Produced one must currently always the Extracted file renaming before you can move on to the next.
Best regards
Nice Bot post... :(
schabau
13th February 2016, 21:15
Nice Bot post... :(
What do you mean?
AGKnotUser
3rd April 2016, 14:29
I've noticed on some blu-rays Extractor doesn't show all the valid playlists. For instance Spaceballs main valid playlist is 00013.mpls but only 00133.mpls shows. I've tried going in by file and choosing 00013.mpls manually but it doesn't retrieve the streams. So far the extracts I've done work but is there a hidden problem? Can anyone explain why this happens? Does it matter?
schabau
2nd February 2017, 13:31
Nice Bot post... :(
So I suppose I have two *.mkv files.
Video1.mkv and Video2.mkv. Now I load Video1.mkv into HdBrStreamExtractor and extract the soundtrack. A file 1_2_audio.ac3 is created.
Then I load the file Video2.mkv and extract synonymous with her the soundtrack.
A file 1_2_audio.ac3 is also created and the audio track of the first file Video1.mkv is overwritten.
So I need to rename the file 1_2_audio.ac3 after extracting the video1.mkv before I continue with the next file.
If HdBrStreamExtractor rename the files to the schema "FileName_1_2_audio.ac3" (Video1_1_2_audio.ac3), that can not happen.
tebasuna51
2nd February 2017, 15:33
@schabau
Nice Bot post...
Because the last release of HdBrStreamExtractor is from Apr 30, 2010
You can use MeGUI -> Tools -> HD Streams Extractor
same initial code than HdBrStreamExtractor but actualized.
Or also you can use other eac3to GUI: UsEac3to
schabau
2nd February 2017, 21:29
@schabau
Nice Bot post...
Because the last release of HdBrStreamExtractor is from Apr 30, 2010
I had the hope, someone is still working on it.
The program is otherwise good, uncomplicated and small.
tormento
27th April 2017, 18:16
You can use MeGUI -> Tools -> HD Streams Extractor
same initial code than HdBrStreamExtractor but actualized.
Very good. This GUI stopped working with Windows 10 CU, at least for me. Thanks for the hint.
hello_hello
5th May 2017, 11:05
@schabau
Nice Bot post...
Because the last release of HdBrStreamExtractor is from Apr 30, 2010
You can use MeGUI -> Tools -> HD Streams Extractor
same initial code than HdBrStreamExtractor but actualized.
Or also you can use other eac3to GUI: UsEac3to
Just for the record, there's been an update since then. About 12 posts up (https://forum.doom9.org/showthread.php?p=1719399#post1719399).
I also asked Baldrick to add it to the VideoHelp software section, so it wouldn't vanish.
https://www.videohelp.com/software/HD-DVD-Blu-Ray-Stream-Extractor
Mind you I don't know how well it works or if it's bug free etc as I normally use the version built into MeGUI myself.
schabau
27th December 2017, 18:50
I also asked Baldrick to add it to the VideoHelp software section, so it wouldn't vanish.
https://www.videohelp.com/software/HD-DVD-Blu-Ray-Stream-Extractor
Mind you I don't know how well it works or if it's bug free etc as I normally use the version built into MeGUI myself.
Hello,
I looked at MeGUI and the other GUI for eac3to.
But HdBrStreamExtractor is best for my needs.
Without much effort HdBrStreamExtractor shows me the streams of the respective file, which I can easily select and extract in the format I want.
MeGUI and co. can do just that and many other things. But I do not need that. These GUI's have far too many options for what I need.
I'm fine if HdBrStreamExtractor would handle the file names meaningfully. "Select Input Folder" is with HdBrStreamExtractor e.g. not possible.
Megalith
23rd May 2018, 16:58
Is this the same extractor that is bundled with MeGUI? I'm a little confused because they look so similar.
tebasuna51
23rd May 2018, 21:11
Yes, but updated in MeGUI.
KaraokeAmerica
21st November 2018, 16:17
I use this tool regualrly now to extract audio tracks from my Blu-Ray disks without having to re-rip entire movies. Great stuff! Thanks!
I just tried to extract an AC-3 stream to DTS since there is an option to do that in the file format options for each stream.
It extracted multipel WAV files as it was working which I presume were going to be somehow "muxed" into a DTS file. At the end of the extraction process it buzzed at me, all the WAV files disappeared and the error above was displayed at the end of the log:
"Surcode DTS Encoder doesn't seem to be installed"
Was this something that was supposed to be included in the program package somehow? When I Googled this program it shows me a commercial package for this encoder that is $200. Do you actually need that to create DTS files or is there an open-source version or....
...am I even doing this the best way? I thought that DTS was better quality than AC3. Is that accurate?
Thanks!
slalom
21st November 2018, 17:04
DTS>AC3
You can't "add quality" to a lossy format
There is no open-source program to create DTS audio
manolito
21st November 2018, 17:42
What about dcaenc?
nevcairiel
21st November 2018, 17:57
If you're processing a Blu-ray disc, there is usually never a reason to convert any audio streams - with one exception, some hardware player that can't deal with DTS or something like that.
But short of that, with HD audio just keep the DTS core, or the AC3 substreams from TrueHD, or just the plain DTS/AC3 streams.
Converting any lossy codec to another lossy codec is always going to recuce the quality.
KaraokeAmerica
21st November 2018, 19:35
If you're processing a Blu-ray disc, there is usually never a reason to convert any audio streams - with one exception, some hardware player that can't deal with DTS or something like that.
But short of that, with HD audio just keep the DTS core, or the AC3 substreams from TrueHD, or just the plain DTS/AC3 streams.
Converting any lossy codec to another lossy codec is always going to recuce the quality.
I admit I'm not an expert on this subject. I understood that DTS is better quality than AC3 or AAC. However, in this GUI there is an option to convert to DTS from AC3 in the format drop-down so I don't really know what it was doing there. It simply failed at the end saying I didn't have the DTS encoder program installed.
The physical Blu-Ray says it has AC3 streams on it. I extracted that without issue as AC3. I have noticed though that the file sizes between these formats are obvious.
tebasuna51
22nd November 2018, 00:01
I admit I'm not an expert on this subject.
Not problem, we can explain you some tips, for instance...
I understood that DTS is better quality than AC3 or AAC.
It is not true.
At same bitrate the AAC is better than AC3 and much better than DTS. The DTS is the worse.
Of course a DTS at 1536 Kb/s is better than a AC3 640 Kb/s but a AC3 640 Kb/s is better than a DTS 768 Kb/s
... there is an option to convert to DTS from AC3
It is a useless option, recode always reduce quality (like nevcairiel say) and to try preserve the quality you need more bitrate (more size) than original.
Also DTS is less compatible for players than AC3.
tormento
30th November 2025, 11:37
This project is hosted on Google code found
Would you please update the GUI to reflect last eac3to version changes?
tebasuna51
30th November 2025, 11:47
Last Greif post: 2013-01-08
The last update code was in MeGUI.
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.