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. |
8th September 2009, 16:57 | #5061 | Link | |
Moderator
Join Date: Oct 2001
Posts: 21,095
|
Quote:
The last version kept looking for 10 seconds (which in computer time is a long time), I just changed it to look for 60 seconds in v0.29.03. If this doesn't work it implies that the X264 you see running in the task manager doesn't have a window associated with it or that the caption isn't being updated with the status information... and that's just inconceivable (especially since it always works on my computer). Last edited by jdobbs; 8th September 2009 at 17:03. |
|
8th September 2009, 18:00 | #5062 | Link | |
Join Date: Mar 2006
Location: Barcelona
Posts: 5,034
|
Quote:
Basically, all this seems to be normal behaviour and I can't see anything wrong the way you coded the window capture. I'm curious about the percentage of users who experience this problem and as you mentioned, maybe there is something common among those. |
|
8th September 2009, 18:16 | #5063 | Link | |
Registered User
Join Date: Aug 2002
Posts: 49
|
Quote:
Vista Ultimate 64 bit FFDSHOW v 2661 HAALI 1.9.42.1 Using the X264 included with BD-RB.
__________________
Good Luck JJ |
|
8th September 2009, 18:18 | #5064 | Link | |
Moderator
Join Date: Oct 2001
Posts: 21,095
|
Quote:
[Edit] Maybe I'll look for the "ConsoleWindowClass" as opposed to the caption. That way at least I'd have the correct window and wouldn't have to worry about timeouts... Last edited by jdobbs; 8th September 2009 at 18:54. |
|
8th September 2009, 18:56 | #5065 | Link |
Registered User
Join Date: Aug 2003
Posts: 95
|
jdobbs, may I ask for your personal recommendations for BD Rebuilder regarding the used decoders for H.264 and VC-1?
Would you prefer WMP9 or libavcodec for VC-1? And what about H.264 sources? Is libavcodec always safe to use there too, also qualitywise? I'm sure a lot of people are unsure about this. |
8th September 2009, 19:53 | #5066 | Link |
Moderator
Join Date: Oct 2001
Posts: 21,095
|
I personally use libavcodec for AVC and MPEG-2 and WMV11 for VC-1 (install Windows Media Player 11 and then set VC-1 to "disabled" in FFDSHOW). If using Windows 7 (which I am not) there are a couple of other hoops to jump through for VC-1 -- do a seach of this thread for details.
Last edited by jdobbs; 8th September 2009 at 19:56. |
8th September 2009, 20:23 | #5067 | Link | |
Registered User
Join Date: Oct 2003
Posts: 273
|
Quote:
Don't know why I thought it would magically work now. Also, don't know why I've set it to 2-pass now. Oh well. |
|
8th September 2009, 21:10 | #5068 | Link | |
Registered User
Join Date: Aug 2006
Posts: 696
|
Quote:
|
|
8th September 2009, 22:27 | #5070 | Link | |
Join Date: Mar 2006
Location: Barcelona
Posts: 5,034
|
Quote:
http://www.iol.ie/~schubert/Image1.png I think the "ActiveMovie Window" is the Mediasplitter tray icon and the "ffdshow_tray_737" is the ffdshow tray icon. No idea what "xTrayIconWnd" is. All this info still doesn't explain why the code fails in some situations... The best way to debug this would be for the people who have problems to run Spy++ and post a screen shot or log. Spy++ comes with the full version of Visual Studio but I think it's also a freely available sample that anyone could compile and distribute. I'll check if I can make this available somehow. |
|
8th September 2009, 22:31 | #5071 | Link | |
Join Date: Mar 2006
Location: Barcelona
Posts: 5,034
|
Quote:
Could it be that you are checking for the existance of the x264 window before it is actually created? |
|
8th September 2009, 23:06 | #5072 | Link | |
Registered User
Join Date: Jul 2005
Posts: 1,995
|
Quote:
For me, this "GUI issue, no hWnd returned" happened only one time and with v0.29.02, on Braveheart, and on the 2nd pass of a full movie backup to BD-25. So the changes to BD-RBV02903 has corrected the issue for me.( with ETA 0:32:00 to go) EDIT: Completed Successfully!! I hope for all this corrects this annoyance. Last edited by Capsbackup; 9th September 2009 at 00:05. |
|
8th September 2009, 23:14 | #5073 | Link | |
Registered User
Join Date: Jul 2009
Posts: 61
|
Quote:
http://forum.doom9.org/showthread.ph...65#post1321265 Come to think of it, I NEVER see "jerkiness" on 1080p/24, but depending on the content's "on screen motion", MANY of the 1080i sources I rebuilt can look jerky at times. The Abbey Road was absolutely HORRIBLE though! |
|
9th September 2009, 01:34 | #5075 | Link | |
Moderator
Join Date: Oct 2001
Posts: 21,095
|
Quote:
|
|
9th September 2009, 02:02 | #5076 | Link | |
Registered User
Join Date: Dec 2006
Posts: 9
|
i have used bdrebuilder a few times now making bd25's all have worked well. however i have tried the original stargate movie to bd25 but it is compressing to 6gbs total. the movie stream is compressing to 2.5gb. im choosing bd25 so why is the final product coming out at 6gb? ive tried many different settings even. have not had this happen with any other movie and ive used all bd versions from 0.25.03 0.29.02
i tried both the latest versions 0.29.01 and 0.29.02 on the disc with same problem Quote:
i used anydvd hd as always to rip. same steps as all other movies that have worked. even re-ripped the disc twice. still full disc backup to bd25 is turning out 6gb. |
|
9th September 2009, 02:22 | #5077 | Link |
Registered User
Join Date: Jun 2002
Location: On thin ice
Posts: 6,846
|
I wonder why you work with handles and don't use the CreateProcess with CREATE_NO_WINDOW flag redirecting the console output. With VB.NET it's like 5 lines code to create a console process without window and redirect it's output.
I also wonder why you never migrated to .NET, every second year a new VB.NET and .NET Framework version adds tons of cool new features making programming easier.
__________________
https://github.com/stax76/software-list https://www.youtube.com/@stax76/playlists |
9th September 2009, 02:52 | #5078 | Link |
Registered User
Join Date: Aug 2009
Posts: 6
|
I also got this when running 29.02 -
- MOVIE-ONLY mode enabled [04:38:58] PHASE ONE, Encoding - [04:38:58] Extracting A/V streams [VID_00000] - [04:51:02] Reencoding: VID_00000 (1 of 1) - [04:51:13] GUI issue, no hWnd returned. - [04:51:13] GUI issue, no hWnd returned. - [04:51:13] GUI issue, no hWnd returned. - [04:51:13] GUI issue, no hWnd returned...... I reverted back to 29.01 and it was fine. I'm currently using 29.03 now and it appears to be back to normal. cybercurves |
9th September 2009, 03:00 | #5079 | Link | |
Registered User
Join Date: Jul 2005
Posts: 1,995
|
Quote:
|
|
9th September 2009, 03:09 | #5080 | Link | |
Registered User
Join Date: Aug 2005
Posts: 16,267
|
@stackner
Quote:
Perhaps you should try "DVD Rebuilder"... |
|
Thread Tools | Search this Thread |
Display Modes | |
|
|