Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > General > Audio encoding

Reply
 
Thread Tools Search this Thread Display Modes
Old 14th October 2008, 16:02   #41  |  Link
idbirch2
Registered User
 
Join Date: Oct 2002
Location: UK
Posts: 680
Sorry, I know nothing about .NET
idbirch2 is offline   Reply With Quote
Old 14th October 2008, 17:00   #42  |  Link
Jaja1
Registered User
 
Join Date: Aug 2007
Posts: 59
Quote:
Originally Posted by Greif View Post
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).

Quote:
1) the window is not meant to resize
Could 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.
Jaja1 is offline   Reply With Quote
Old 14th October 2008, 17:22   #43  |  Link
Greif
Registered User
 
Join Date: Dec 2006
Location: Ontario, Canada
Posts: 227
I will look at anchoring the controls properly to allow for resizing of the window.
Greif is offline   Reply With Quote
Old 16th October 2008, 19:35   #44  |  Link
nwg
Registered User
 
Join Date: Mar 2004
Posts: 819
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.
nwg is offline   Reply With Quote
Old 16th October 2008, 22:40   #45  |  Link
Greif
Registered User
 
Join Date: Dec 2006
Location: Ontario, Canada
Posts: 227
I had the option available to choose a file previously. It may make a return visit.
Greif is offline   Reply With Quote
Old 16th October 2008, 23:12   #46  |  Link
nwg
Registered User
 
Join Date: Mar 2004
Posts: 819
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.
nwg is offline   Reply With Quote
Old 17th October 2008, 07:54   #47  |  Link
Kurtnoise
Swallowed in the Sea
 
Kurtnoise's Avatar
 
Join Date: Oct 2002
Location: Aix-en-Provence, France
Posts: 5,191
Quote:
Originally Posted by nwg View Post
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:

PHP Code:
diff -/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,+38,10 @@
                 throw new 
ArgumentNullException("s""The string 's' cannot be null or empty.");
 
             
Number int.Parse(s.Substring(0s.IndexOf(":")));
-            
Name s.Substring(s.IndexOf(":") + 1s.IndexOf(',') - s.IndexOf(":") - 1).Trim();
+            if (
s.Contains("Joined"))            
+                
Name "Joined EVO File";            
+            else
+                
Name s.Substring(s.IndexOf(":") + 1s.IndexOf(',') - s.IndexOf(":") - 1).Trim();
             
Description s.Substring(s.IndexOf(":") + 1);
         } 
Kurtnoise is offline   Reply With Quote
Old 17th October 2008, 12:11   #48  |  Link
Greif
Registered User
 
Join Date: Dec 2006
Location: Ontario, Canada
Posts: 227
Thanks. I'm a bit busy this week at work.

I'll have an update out tonight.
Greif is offline   Reply With Quote
Old 19th October 2008, 03:10   #49  |  Link
Greif
Registered User
 
Join Date: Dec 2006
Location: Ontario, Canada
Posts: 227
Updated:

Code:
-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.

Greif is offline   Reply With Quote
Old 19th October 2008, 03:51   #50  |  Link
Greif
Registered User
 
Join Date: Dec 2006
Location: Ontario, Canada
Posts: 227
Updated:

Quote:
-BUG: Feature names were always ending with a period
-CODE: refactored the Stream class to expose ExtractTypes to clean things up a bit
Greif is offline   Reply With Quote
Old 19th October 2008, 09:58   #51  |  Link
kurt
sidekick
 
kurt's Avatar
 
Join Date: Apr 2004
Location: old Europe
Posts: 610
new version crashed here when trying to load the godfather folder

http://i33.tinypic.com/2h7i8ev.png

system: win xp prof. 32bit, SP3
__________________
greets, kurt.
Pioneer PDP-427 XA | Popcorn Hour NMT C-200 | Sony STR-DB 840 QS | Canton Ergo 91 DC
kurt is offline   Reply With Quote
Old 19th October 2008, 10:18   #52  |  Link
shon3i
BluRay Maniac
 
shon3i's Avatar
 
Join Date: Dec 2005
Posts: 2,419
I think there is one more problem with HDDVD titles, i just tryed to demux Crank HDDVD movie and i get message

Code:
[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



So FEATURE1.EVO+FEATURE2.EVO is not default, can be xxx1.exe+xxx2.evo
shon3i is offline   Reply With Quote
Old 19th October 2008, 10:33   #53  |  Link
spida_singh
Registered User
 
Join Date: Aug 2002
Posts: 125
Crashed again when loading folder after 100% analysis.
spida_singh is offline   Reply With Quote
Old 19th October 2008, 11:29   #54  |  Link
nwg
Registered User
 
Join Date: Mar 2004
Posts: 819
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.
nwg is offline   Reply With Quote
Old 19th October 2008, 12:37   #55  |  Link
Greif
Registered User
 
Join Date: Dec 2006
Location: Ontario, Canada
Posts: 227
I'm curious... how are you backing-up/accessing your discs?

Are you using AnyDVD or another program?
Greif is offline   Reply With Quote
Old 19th October 2008, 12:47   #56  |  Link
Greif
Registered User
 
Join Date: Dec 2006
Location: Ontario, Canada
Posts: 227
Quote:
Originally Posted by kurt View Post
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)
Greif is offline   Reply With Quote
Old 19th October 2008, 12:59   #57  |  Link
kurt
sidekick
 
kurt's Avatar
 
Join Date: Apr 2004
Location: old Europe
Posts: 610
Quote:
Originally Posted by Greif View Post
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...

Code:
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
__________________
greets, kurt.
Pioneer PDP-427 XA | Popcorn Hour NMT C-200 | Sony STR-DB 840 QS | Canton Ergo 91 DC

Last edited by kurt; 19th October 2008 at 13:02.
kurt is offline   Reply With Quote
Old 19th October 2008, 14:59   #58  |  Link
nwg
Registered User
 
Join Date: Mar 2004
Posts: 819
Quote:
Originally Posted by Greif View Post
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%.
nwg is offline   Reply With Quote
Old 22nd October 2008, 03:30   #59  |  Link
Greif
Registered User
 
Join Date: Dec 2006
Location: Ontario, Canada
Posts: 227
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?
Greif is offline   Reply With Quote
Old 22nd October 2008, 07:47   #60  |  Link
nwg
Registered User
 
Join Date: Mar 2004
Posts: 819
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.

Last edited by nwg; 22nd October 2008 at 08:04.
nwg is offline   Reply With Quote
Reply

Tags
eac3to, hdbrstreamextractor

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 22:03.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.