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. Domains: forum.doom9.org / forum.doom9.net / forum.doom9.se |
|
|
#261 | Link |
|
Programmer (or just 教务长)
Join Date: Oct 2008
Location: Valencia, Spain
Posts: 4,251
|
There is no (simple) way to re-create java based menus or to detect if a title has a pop-up menu. For IGS it is easy (menus are either muxed with the movie or in separate files). For Java discs you need to de-compile the jars to find what each BDJO object does.
|
|
|
|
|
|
#264 | Link |
|
Coder
Join Date: Jan 2007
Location: Around the World
Posts: 697
|
New version is available (v0.22b)
Edit:
After two days hard debugging I've finished the new version. If somebody try it please write a short feedback here. ![]() I'm looking for a clpi file with font names in the ClipInfo window and a bdjo file with more than one line in the ApplicationManagementTable window. For those who want to see more hexadecimal number on the screen I've made some new window in BDedit... ![]() Changes for v0.22 - Rewritten graphic engine for menu displaying - Show InEffects and OutEffects including palette changing and cropping in realtime (option to disable) - Built-in background graphic and loadable background image - Two view modes: 1:1 or fit-to-window (keep aspect ratio) - Selectable bitmap preloading - New infos on CLIPINF tabsheet: ClipInfo, CPI, ExtensionData - Play button for an external player to play m2ts on CLIPINF - New tabsheet: BDJO Read xxxxx.bdjo (AppCacheInfo,TableOfAccessiblePlayLists, KeyInterestTable, TerminalInfo, FileAccessInfo, ApplicationManagementTable) - Minor bugfixes (and a strange one) Last edited by Pelican9; 20th March 2010 at 06:19. |
|
|
|
|
|
#265 | Link |
|
Registered User
Join Date: Aug 2005
Posts: 16,267
|
@Pelican9
Hi! In light of your earlier efforts with EVOdemux, perhaps you can share your knowledge of HD-DVD chaptering and timestamps with "deank", who has provided us with the ability to convert BluRays to HD-DVDs? |
|
|
|
|
|
#268 | Link | |
|
Programmer (or just 教务长)
Join Date: Oct 2008
Location: Valencia, Spain
Posts: 4,251
|
Quote:
![]() I need to recreat the ff/rew tables in the IFO files for chapter jumps. It may seem easy for the guys that know DVD format, but not to me. If you can help with that it will be much appreciated. Dean |
|
|
|
|
|
|
#269 | Link | |
|
Coder
Join Date: Jan 2007
Location: Around the World
Posts: 697
|
Quote:
I saw an IFO file last time in IFOedit but it was a few years ago I guess you don't have documentation... But there is a HD-DVD mux program, maybe the writer(s) of it can help. |
|
|
|
|
|
|
#270 | Link | |
|
Programmer (or just 教务长)
Join Date: Oct 2008
Location: Valencia, Spain
Posts: 4,251
|
Quote:
Reverse engineering is really a though thing to do.
|
|
|
|
|
|
|
#271 | Link |
|
Big Bit Savings Now !
Join Date: Feb 2007
Location: close to the wall
Posts: 2,037
|
I have just picked up Ulead DVD-MF 6+ with HD-DVD muxing capabilities for 40 USD + tax,
maybe I can help with some passes...
__________________
"To bypass shortcuts and find suffering...is called QUALity" (Die toten Augen von Friedrichshain) "Data reduction ? Yep, Sir. We're that issue working on. Synce invntoin uf lingöage..." |
|
|
|
|
|
#272 | Link | |
|
Registered User
Join Date: Jul 2004
Posts: 215
|
Quote:
http://www.mirrorcreator.com/files/1...bdjo.rar_links When you say you need clpi file with font names, what do you mean? I have some with ATC_delta_entries (all of them are clipcodec m2ts), it's that what you're looking for? Greetings |
|
|
|
|
|
|
#273 | Link | |
|
Coder
Join Date: Jan 2007
Location: Around the World
Posts: 697
|
New version: v0.23b
A new snapshot is available to download.
Changes for v0.23 - Rewritten button animation (animate on/off, all button states) - More double click follow - Improved tracing - bug fixes Quote:
![]() No. If the application type text subtitle then there are a table with font files above the ATC deltas. But I have received that from someone else. Last edited by Pelican9; 21st March 2010 at 14:26. |
|
|
|
|
|
|
#275 | Link | |
|
Coder
Join Date: Jan 2007
Location: Around the World
Posts: 697
|
Quote:
Which version? |
|
|
|
|
|
|
#277 | Link |
|
Coder
Join Date: Jan 2007
Location: Around the World
Posts: 697
|
New version v0.24b
New version is available
Changes for v0.24 - There is a mandatory delay at the program start for 10 sec. Every copy of BDedit has a serial number since v0.17 You can register this serial with donation (min. 10 EUR) or lot of help. Registered users skip the waiting procedure. - Bug fixes with IGS load and tracing commands Received. ![]() You have a PM too.
Last edited by Pelican9; 22nd March 2010 at 23:44. |
|
|
|
|
|
#278 | Link |
|
Registered User
Join Date: Nov 2007
Posts: 650
|
Tested now and that IGS with problems is loaded fine.
LE: Spoke too soon. I found 2 new bugs. 1. The navigation does not work when you try to select buttons from the second page of the menu. 2. After the first thing happens, you can't return to 1st page either, so you try to close the program and re-read the disc. In this moment, an entire wall of "access violation" errors appear. They literally covered my desktop. I had to use Ctrl + Alt + Del and end the bdedit process. Tried three times, the same result. I just wanted to be sure that it's not an isolated event. It's the same disc that had that error from above. Last edited by crl2007; 23rd March 2010 at 08:57. |
|
|
|
|
|
#279 | Link | |
|
Coder
Join Date: Jan 2007
Location: Around the World
Posts: 697
|
Quote:
Usually the button programs expect a lot of presetting GPR and PSR values and as I can tell these programs are very unoptimized (even this one you sent me today) and easily turn to an infinite cycle (Is this the term for a never ending program?). You strongly recommended to run the program step by step, see which register need a value to go further. Before every step you can set the registers, so you can navigate the program in to the right direction. Start the program at the page zero and don't change the page manually it will change by the SetButtoPage commmand. You can run the movie object commands before you start the menu because the two command sets are using the same registers, but it's not an easy task to follow this mess. The second one is definitely a bug I will play with it. Edit: You can stop the constant loop just tick the trace checkbox. Edit2: Could you send me the two bdmv files for this? Last edited by Pelican9; 23rd March 2010 at 01:40. |
|
|
|
|
|
|
#280 | Link |
|
Registered User
Join Date: Nov 2007
Posts: 650
|
Yes. You have a PM.
LE: Tested again with the trace checkbox ticked and the menu pages do not unfold. Just shows me the commands but when I choose U D L R Sel still nothing happens. And a second part of a menu appears in the top part of the screen. I've made 2 screenshots. If you want, I can give you access to my computer through TeamViewer and test this out more. Last edited by crl2007; 23rd March 2010 at 09:30. |
|
|
|
![]() |
| Tags |
| bd menu, bdedit, blu-ray |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|