VideoHelp Forum




+ Reply to Thread
Results 1 to 4 of 4
  1. Member
    Join Date
    Aug 2006
    Location
    Estonia
    Search Comp PM
    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.

    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"
    I understand that it complains about one button in TitleSet1Menu and one in 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?
    Quote Quote  
  2. 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")
    'Jumping' from one titleset to another is not allowed. DVDauthor doesn't care about it and many players just do it even if it is out of spec. But MuxMan is very strict...
    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...
    Quote Quote  
  3. Member
    Join Date
    Aug 2006
    Location
    Estonia
    Search Comp PM
    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
    		}
    In Gui for muxman, i've set for those 7 buttons:
    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??
    Quote Quote  
  4. colors look different (red/green/blue). It is not hard to correct colors in pgcedit, but why they look different?
    You need to use a correct palette in GfD. See here:
    https://forum.videohelp.com/viewtopic.php?t=318525 (i.e. post #10)

    ...for other 3, subtitles remain disabled...
    No idea. I've never tried more than 6 subtitle streams myself. Maybe it is a limit in the freeware version of MuxMan. Have you checked if all the streams are muxed within the vobs (with ifoedit or pgcedit)?
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!