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

 

Go Back   Doom9's Forum > (HD) DVD, Blu-ray & (S)VCD > (HD) DVD & Blu-ray authoring

Reply
 
Thread Tools Display Modes
Old 24th February 2026, 13:40   #561  |  Link
terrorindeed
Registered User
 
Join Date: Apr 2022
Posts: 34
00734.m2ts is a blank video, 00682.m2ts is the japanese disclaimer before the menu. Go into JAR/projectsettings.xml, and change project_type>2< to <1>, and JPN_DISC_ONLY<1> to <0>, CTRL-S
terrorindeed is offline   Reply With Quote
Old 24th February 2026, 13:43   #562  |  Link
terrorindeed
Registered User
 
Join Date: Apr 2022
Posts: 34
I have JAVA 8 Update 461 and 471 on my Windows 11 system if that helps for VLC.
terrorindeed is offline   Reply With Quote
Old 24th February 2026, 14:13   #563  |  Link
taurusus
Registered User
 
Join Date: Jan 2022
Posts: 118
Thanks for the tips, I did this a long time ago and it didn't help, and java is the same version, I was able to open the menu by changing the PowerDVD settings to always play 2d in 3d.
taurusus is offline   Reply With Quote
Old 24th February 2026, 14:15   #564  |  Link
terrorindeed
Registered User
 
Join Date: Apr 2022
Posts: 34
fantastic!
terrorindeed is offline   Reply With Quote
Old 24th February 2026, 14:39   #565  |  Link
taurusus
Registered User
 
Join Date: Jan 2022
Posts: 118
Open it eo.class , change v2.r(1535, 486); to v2.r(1507, 486); and v3.r(1, 0); to v3.r(28, 0);
taurusus is offline   Reply With Quote
Old 24th February 2026, 14:59   #566  |  Link
terrorindeed
Registered User
 
Join Date: Apr 2022
Posts: 34
Brilliant! I will test shortly. How did you determine eo.class? I couldnt find any reference to it at all, I was stuck on ur, uw, ux, tr, uv, etc. lol
terrorindeed is offline   Reply With Quote
Old 24th February 2026, 15:56   #567  |  Link
taurusus
Registered User
 
Join Date: Jan 2022
Posts: 118
I just know that there should be 2 classes for buttons, one class with the size of the buttons and the other with the coordinates of their location in the menu.
When you find one class by the name of the buttons in the resource file, you search for the second by their common heading "setupHeader".
taurusus is offline   Reply With Quote
Old 24th February 2026, 16:06   #568  |  Link
terrorindeed
Registered User
 
Join Date: Apr 2022
Posts: 34
WOW! I did not know. Thank you. Fantastic Four 3D is a different beast altogther apparently. I have yet to look into it, but a friend told me there are no longer resources.xml or projectsettings.xml files.
terrorindeed is offline   Reply With Quote
Old 4th March 2026, 16:03   #569  |  Link
palestina
Registered User
 
Join Date: Sep 2022
Posts: 69
I'm still having trouble getting the new Lionsgate menu working. Specifically, I'm unable to change the "Dolby Digital" logo to "Atmos".

I'm modifying the pop-up menu by changing this line of code:
Code:
6D656E752E69642E536C696465722E53746174696349636F6E56322E69636F6E5F39332E76616C75653D5370616E69736820352E3120446F6C627920417564696F
menu.id.Slider.StaticIconV2.icon_93.value=Spanish 5.1 Dolby Audio
for this other one:
Code:
6D656E752E69642E536C696465722E53746174696349636F6E56322E69636F6E5F39332E76616C75653D5370616e69736820372e3120446f6c62792041746d6f73
menu.id.Slider.StaticIconV2.icon_93.value=Spanish 7.1 Dolby Atmos

I also changed that same value in the main menu without any problems in the following entry:
Code:
6D656E752E69642E417564696F4D656E752E47726170686963427574746F6E50726F7065727469657356332E627574746F6E5F30352E76616C75653D5370616E69736820352E31
menu.id.AudioMenu.GraphicButtonPropertiesV3.button_05.value=Spanish 5.1
leaving it like this:
Code:
6d656e752e69642e417564696f4d656e752e47726170686963427574746f6e50726f7065727469657356332e627574746f6e5f30352e76616c75653d5370616e69736820372e31
menu.id.AudioMenu.GraphicButtonPropertiesV3.button_05.value=Spanish 7.1

My problem arises when trying to change the logo. I look for the three "digital" entries corresponding to the Spanish language and modify them, leaving them like this:
Code:
6D656E752E69642E417564696F4D656E752E47726170686963427574746F6E50726F7065727469657356332E627574746F6E5F30352E617564696F5F666F726D61745F6E6F726D616C3D61746D6F735F732020
menu.id.AudioMenu.GraphicButtonPropertiesV3.button_05.audio_format_normal=atmos_s

6D656E752E69642E417564696F4D656E752E47726170686963427574746F6E50726F7065727469657356332E627574746F6E5F30352E617564696F5F666F726D61745F73656C65637465643D61746D6F735F732020
menu.id.AudioMenu.GraphicButtonPropertiesV3.button_05.audio_format_selected=atmos_s

6D656E752E69642E417564696F4D656E752E47726170686963427574746F6E50726F7065727469657356332E627574746F6E5F30352E617564696F5F666F726D61745F6163746976617465643D61746D6F735F612020
menu.id.AudioMenu.GraphicButtonPropertiesV3.button_05.audio_format_activated=atmos_a

Unfortunately, all I've managed to do is make the logo disappear.

I've attached the *bin file in case you can take a look and offer some guidance.

Thanks.

https://www.mediafire.com/file/ax0r2.../menu.rar/file
palestina is offline   Reply With Quote
Old 4th March 2026, 18:05   #570  |  Link
taurusus
Registered User
 
Join Date: Jan 2022
Posts: 118
Your bin file is encoded in different encodings, the source data is encoded in HEX = ASCII, and your changes are encoded in UTF-8. Encode everything in one encoding. I can't open the disk menu with your bin file.
taurusus is offline   Reply With Quote
Old 4th March 2026, 19:36   #571  |  Link
malimuc
Registered User
 
malimuc's Avatar
 
Join Date: Sep 2016
Location: Usa
Posts: 33
@palestina

Upload the complete JAR file and the Certificat folder (to Mediadfire) so I can see what your problem is.

Best regards
malimuc is offline   Reply With Quote
Old 4th March 2026, 20:45   #572  |  Link
palestina
Registered User
 
Join Date: Sep 2022
Posts: 69
I re-encoded the original *bin file using only Hex Editor Neo (I had previously used HxD as well, and I'm not sure if that caused any problems).

The compressed folder contains the complete JAR folder (with the modified JAR file), the CERTIFICATE folder, and the *menu.bin file.

Although it wasn't necessary, I signed the JAR file with Scenarist Safeguard with the same result.

I've also included a screenshot of the main menu.



https://www.mediafire.com/file/qzatm...FORUM.rar/file
palestina is offline   Reply With Quote
Old 5th March 2026, 05:12   #573  |  Link
taurusus
Registered User
 
Join Date: Jan 2022
Posts: 118
I wasn't writing about using any one program, but about encoding the file itself.
The source file is encoded in ANCI format, and your changes are encoded in UTF-8 format.
The artificial intelligence wrote it to me.
In general, to understand what is not working, I need the entire blu-ray disc so that I can play the menu on the player.
taurusus is offline   Reply With Quote
Old 5th March 2026, 09:55   #574  |  Link
palestina
Registered User
 
Join Date: Sep 2022
Posts: 69
I'm leaving the Blu-ray disc without the M2TS file for the movie.

Thank you very much.

https://www.swisstransfer.com/d/f28e...d-b7a8923417a5
palestina is offline   Reply With Quote
Old 5th March 2026, 13:34   #575  |  Link
taurusus
Registered User
 
Join Date: Jan 2022
Posts: 118
As I thought, this code reacts to the unnecessary spaces that you put at the end of the Atmos logo,
I deleted them and the logo appeared in the menu.
You need to remove the spaces in three lines and set a new line length.
At the beginning of each line, its length is indicated by the number of characters per line, indicated in hexadecimal form.
taurusus is offline   Reply With Quote
Old 5th March 2026, 14:17   #576  |  Link
palestina
Registered User
 
Join Date: Sep 2022
Posts: 69
Thanks for the guidance, @taurusus. I understand that the lines to modify, removing the "2020" from the end of them, are these:

Code:
6D656E752E69642E417564696F4D656E752E47726170686963427574746F6E50726F7065727469657356332E627574746F6E5F30352E617564696F5F666F726D61745F6E6F726D616C3D61746D6F735F732020

6D656E752E69642E417564696F4D656E752E47726170686963427574746F6E50726F7065727469657356332E627574746F6E5F30352E617564696F5F666F726D61745F73656C65637465643D61746D6F735F732020

6D656E752E69642E417564696F4D656E752E47726170686963427574746F6E50726F7065727469657356332E627574746F6E5F30352E617564696F5F666F726D61745F6163746976617465643D61746D6F735F612020
But unfortunately, I can't see what I need to modify at the beginning of each line to change the length.
palestina is offline   Reply With Quote
Old 5th March 2026, 14:37   #577  |  Link
taurusus
Registered User
 
Join Date: Jan 2022
Posts: 118


Replace

a6 - a2

aa - a6

ac - a8
taurusus is offline   Reply With Quote
Old 5th March 2026, 15:14   #578  |  Link
palestina
Registered User
 
Join Date: Sep 2022
Posts: 69
Oh... I had tried that option, but converting to text instead of decimal.

My mistake (like so many others). It's a learning experience.

Thanks for your attention and patience, @taurusus.

Best regards.
palestina is offline   Reply With Quote
Old 5th March 2026, 15:35   #579  |  Link
taurusus
Registered User
 
Join Date: Jan 2022
Posts: 118
I don't understand, did you succeed or not? Where did you change the data? You need to change it on the left side.
taurusus is offline   Reply With Quote
Old 5th March 2026, 16:08   #580  |  Link
palestina
Registered User
 
Join Date: Sep 2022
Posts: 69
Yes, yes... it's changed and perfect.
palestina is offline   Reply With Quote
Reply

Thread Tools
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 04:38.


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