I'm using GFM v 0.99.0030.
I am trying to author a dvd with two titles (main movie and trailer). But process ended with the following message.
I understand that it complains about one button in TitleSet1Menu and one in TitleSet2Menu.Code:No useable audio found for PGC "MainMenu" PGC "TitleSet1Menu" Btnn command, line 3: Syntax error in JumpSS target No useable audio found for PGC "TitleSet1Menu" No useable subpictures found for PGC "TitleSet1Menu" PGC "TitleSet2Menu" Btnn command, line 2: Syntax error in JumpSS target No useable audio found for PGC "TitleSet2Menu" No useable subpictures found for PGC "TitleSet2Menu"
In TitleSet1Menu i want to be able to navigate to TitleSet2Menu with the "JumpSS vts_2, vts_ttn_2" command and in titleSet2Menu i have a button that takes me back to TitleSet1Menu ("JumpSS vts_1, vts_ttn_1")
What are the correct commands?
And why is it complaining about audio. I've set the same audio for each menu, but it complains only about TitleSet1Menu and TitleSet2Menu and... i haven't set any audio for main menu?
+ Reply to Thread
Results 1 to 4 of 4
-
-
No useable audio found for PGC "MainMenu"
No useable audio found for PGC "TitleSet1Menu"
No useable audio found for PGC "TitleSet2Menu"
This is 'normal' if no audio file was used/set in the menu background dialog.
But:
No useable subpictures found for PGC "TitleSet1Menu"
No useable subpictures found for PGC "TitleSet2Menu"
is strange... But maybe MuxMax cannot find a useable subpictures stream due to the wrong button commands.
In TitleSet1Menu i want to be able to navigate to TitleSet2Menu with the "JumpSS vts_2, vts_ttn_2" command and in titleSet2Menu i have a button that takes me back to TitleSet1Menu ("JumpSS vts_1, vts_ttn_1")
The only way to jump from one titleset to another one is by going 'through' the VMGM domain. You can add a submenu on the main menu, hide the correspondent menu button (and the 'Back' button on the new submenu as well) and edit the pre command of this 'dummy' menu to link to the other titlesetmenu (using the advanced pre post command editor).
Within the pre command of each titlemenu set a GPRM register (GPRM5 for example) to the 'number' of the titlesetmenu (1 or 2). For the button: 'Jump to the other titlesetmenu' use the action:
JumpSS MainSubMenu1 (for both buttons on each titlesetmenu). For the dummy menu (MainSubMenu1) use the pre command sequence:
if ( GPRM5 ==1 ) GoTo Tag1
JumpSS vts_1, vts_ttn_1 : RootMenu
Break
Tag1: JumpSS vts_2, vts_ttn_1 : RootMenu
Break
Titleset1 pre command:
SetHL_BTNN HL_BTNN=1
Mov GPRM0, 1
Mov GPRM5, 1
Titleset2 pre command:
SetHL_BTNN HL_BTNN=1
Mov GPRM0, 1
Mov GPRM5, 2
I hope this helps...GUI for dvdauthor:
https://www.videohelp.com/~gfd/ -
Thank you borax. It worked.
But i have two problems more.
First. I created *.sup files in SubtitleCreator (white text, grey anti-aliasing and black outline), but after authoring, colors look different (red/green/blue). It is not hard to correct colors in pgcedit, but why they look different?
I use SetSTN subpicture=1:ON (and so on) for subtitles. I use 7 diffrent subtitle languages, wide and LB, total of 14 subtitle streams. I can choose 4 different subtitles and they work fine, but for other 3, subtitles remain disabled (default is no subtitles). Any hints?
For "Play movie" in subtitle menu i used JumpVTS_PTT TitleSet1_Title1_chapter1 command.
-e
Just in case, here is subtitle stream fragment from muxman.mxp file
Code:Item=Sub-Picture Stream { Stream Number=1 Language=da Display Mode=Wide File=D:\DVD\subtiitrid\dansk_W.sup } Item=Sub-Picture Stream { Stream Number=2 Language=da Display Mode=Letter File=D:\DVD\subtiitrid\dansk_LB.sup } Item=Sub-Picture Stream { Stream Number=3 Language=nl Display Mode=Wide File=D:\DVD\subtiitrid\nederlands_W.sup } Item=Sub-Picture Stream { Stream Number=4 Language=nl Display Mode=Letter File=D:\DVD\subtiitrid\nederlands_LB.sup } Item=Sub-Picture Stream { Stream Number=5 Language=en Display Mode=Wide File=D:\DVD\subtiitrid\english_W.sup } Item=Sub-Picture Stream { Stream Number=6 Language=en Display Mode=Letter File=D:\DVD\subtiitrid\english_LB.sup } Item=Sub-Picture Stream { Stream Number=7 Language=fi Display Mode=Wide File=D:\DVD\subtiitrid\suomi_W.sup } Item=Sub-Picture Stream { Stream Number=8 Language=fi Display Mode=Letter File=D:\DVD\subtiitrid\suomi_LB.sup } Item=Sub-Picture Stream { Stream Number=9 Language=no Display Mode=Wide File=D:\DVD\subtiitrid\norsk_W.sup } Item=Sub-Picture Stream { Stream Number=10 Language=no Display Mode=Letter File=D:\DVD\subtiitrid\norsk_LB.sup } Item=Sub-Picture Stream { Stream Number=11 Language=sv Display Mode=Wide File=D:\DVD\subtiitrid\svenska_W.sup } Item=Sub-Picture Stream { Stream Number=12 Language=sv Display Mode=Letter File=D:\DVD\subtiitrid\svenska_LB.sup } Item=Sub-Picture Stream { Stream Number=13 Language=et Display Mode=Wide File=D:\DVD\subtiitrid\tale of two sisters_EST_W.sup } Item=Sub-Picture Stream { Stream Number=14 Language=et Display Mode=Letter File=D:\DVD\subtiitrid\tale of two sisters_EST_LB.sup }
SetSTN subpicture=1:ON
SetSTN subpicture=3:ON
SetSTN subpicture=5:ON
SetSTN subpicture=7:ON
SetSTN subpicture=9:ON
SetSTN subpicture=11:ON
SetSTN subpicture=13:ON
Because i want Wide to be default. Was that wrong?? -
colors look different (red/green/blue). It is not hard to correct colors in pgcedit, but why they look different?
https://forum.videohelp.com/viewtopic.php?t=318525 (i.e. post #10)
...for other 3, subtitles remain disabled...GUI for dvdauthor:
https://www.videohelp.com/~gfd/
Similar Threads
-
GUI for MuxMan error
By michcio in forum Authoring (DVD)Replies: 20Last Post: 16th Apr 2009, 08:06 -
GUI for muxman - chapter save
By michcio in forum Authoring (DVD)Replies: 3Last Post: 26th Oct 2008, 07:42 -
GUI for muxman - unable to JumpSS
By michcio in forum Authoring (DVD)Replies: 39Last Post: 5th Sep 2008, 19:25 -
PAL help (GUI for Muxman/dvdauthor)
By michcio in forum Authoring (DVD)Replies: 16Last Post: 29th Aug 2008, 10:00 -
question about Muxman error when using Gui For DVD Author
By jimdagys in forum Newbie / General discussionsReplies: 4Last Post: 6th Jan 2008, 23:52