I've modified the subtitles menu of my dvd and added 2 new buttons, each button need to be linked to a new subtitle that I've also added .
I'm using PGCEdit and I don't know how to link the buttons to the appropriate subtitles .
(I've used the Sticky: How to make a new menu or modify the background image of a menu ..)
I hope it's not too complicated.
If there was already a subpic button in your menu, copy the original command and modify it to set the new subpic.
You can probably also use a command like this one:
Code:
[51 01 00 00 C2 00 10 01] (SetSTN) Set Sub-picture stream = 2, on ; LinkTopCell, button 4 (4096)
This command enables subpic 2 (the third stream) and highlights button 4 of the menu.
Of course, you have to use the right subpic number, and the button you want to highlight (probably the button to return to the main menu or the movie.)
Well I copied one of the original subpic button command but the code is differnt from the one you wrote to me.
What do I need to change in the copied code ? (in the Attached picture).
Please post the command as text. Using attachments is not a good idea, as it takes a long time before they are approved.
I've added you a picture of the PgcEdit - Command Editor (of the slected button 4).
The code is: Set gprm(2) =(mov)1 ;LinkPGCN PGC 32
another link for the picture (no aproval needed):
For...4200674752.jpg
If the command you have copied sets subpic 1 (the second one), then you should try:
Set gprm(2) =(mov) 0 ;LinkPGCN PGC 32
Apparently, GPRM 2 is used to store the subpic number.
OK
I succeeded to link my buttons , I'll burn my project tommorow and see if it works on the DVD Player too.
By the way is there a chance that the project will not work correctly in other DVD Players? It will work on most of them?
a lot !!!
If the correct subpic is selected when you test the DVD with a software player, it should work also on all standalone players.
Well I've played my project in DVD Player and it doesn't works .
but when I use the Subtitle button in the remote control it displayed me the new added subtitles without the name of language (just empty) .
So I can say that selecting subs with remote control works good enough but selecting the new added subs with the subtitle menu doesn't works at all (which is my primary goal).
* Before burning, this project worked well on media player classic (selecting with subtitle menu) but not well with WinDVD (it can only display the selected sub from option settings).
If the subpic language name is empty, it's probably because you forgot to enter the language code in Domain Streams Attributes.
Anyway, it's not related to the command in the menu button.
I've set everything as mention in the aforementioned guide (my first msg), the Domain Streams Attributes in PGCEdit also include all the languages codes (even for the new added subs).
Supplement to my previous msg: in media player classic and WinDVD the new added subtitles are recognised in their own languages (in option settings) ...
It's looks like a linking problem..
Are you sure it is also set correctly in the PGCs?
Originally Posted by r0lZAre you sure it is also set correctly in the PGCs?
No, I'm not sure.
Do you mean in all PGCs? (in PGCEdit?)
Can I send you somthing like log file from PgcEdit or IfoEdit?
(Somthing that will allow me to help you more to help me ).
No, I can't help with the logs. Send me your IFOs at pgcedit lt;atgt; tiscali lt;dotgt; be. If you have some SetSTN commands in the menu buttons, try to send the menu also (use MenuShrink before to shrink them to a decent size.)
The requested IFOs was sent . |