hi!
I have been using GUI for dvdauthoring for a long time now...I have created subtitle/chapter menus and more...what I need is the command (in Muxman) to turn off ALL the subpictures...for example I have 2 different subtitle language: sub1 and sub2...then I want to have 3 buttons ... one which open the first subtitle and jump to the movie menu(SetSTN subpicture=1:ON ; LinkPGCN TitleSet1Menu) one wich open next subtitle and jump to the movie menu(SetSTN subpicture=2:ON ; LinkPGCN TitleSet1Menu) but then I also want a third button which the user can undo his choise of subtitles (turn ALL subtitles off)...
if I make a button : SetSTN subpicture=1:OFF ; LinkPGCN TitleSet1Menu
then only the sub1 is turned off but then if the user first choose sub2 and then press the "Subtitles OFF" button ... then sub2 is still there (only sub1 has been switched to OFF)...I have tested to write SetSTN subpicture=1:OFF , subpicture2=OFF; LinkPGCN TitleSet1Menu but this doesn't work either...which is the command to close all the subs??
thankfull for answers =)
michcio
+ Reply to Thread
Results 1 to 11 of 11
-
-
AFAIK you should set SPRM2=62
Try: SetSTN subpicture=62GUI for dvdauthor:
https://www.videohelp.com/~gfd/ -
Originally Posted by borax
but why 62?...it occured to me wouldn't for example SetSTN subpicture=4:ON work ... because there is no subpicture 4 any subtitles wouldn't be shown togheter with the video?
regards
michcio -
62 is the 'default off' for subtitles. Don't ask me why. Look here:
http://dvd.sourceforge.net/dvdinfo/sprm.html
It can also be found in the MuxMan manual (which it is not public unfortunately)GUI for dvdauthor:
https://www.videohelp.com/~gfd/ -
ah oki thanks!...but I have now made a button : "SetSTN subpicture=62; LinkPGCN TitleSet1Menu" and I got an error while creating my DVD why
?
-
Sorry, no idea. It should work, but I just tested it myself and it doesn't.
So try your own suggestion and use
"SetSTN subpicture=4; LinkPGCN TitleSet1Menu"GUI for dvdauthor:
https://www.videohelp.com/~gfd/ -
Originally Posted by borax
...weird that it doesn't work
-
hm ok I have now tested my suggestion with "subpicture=4:ON.." and when I press my button I see that the subtitles line in MediaPlayerClassic dissapears but when I start my movie subtitles nr.1 are automaticly turned on :S
-
ah nopw I understand I wrote ...subpicture=4:ON... before and then subpictures nr.1 was "forsed" to play anyway as said...but when I ereased the ON from my button ...subpicture=4...without ON then my "Subtitles OFF" button worked perfectly!!! ...what's the difference to have "ON" and to not have "ON"?
cheers and thanks!!!
michcio -
Ok, glad that you have worked it out!
> weird that it doesn't work
Correct. It's a bug in the MuxMan freeware version (both 0.15 and 0.16). It works without problems using the (commercial) 1.1.3 version.GUI for dvdauthor:
https://www.videohelp.com/~gfd/ -
Thank you for all your help borax!!!
Also thanks for your explonation...I have just author a DVD and my botton work perfectly!!!
THANKS!
michcio
Similar Threads
-
subtitles using DVD Slideshow GUI
By phoenix777 in forum SubtitleReplies: 6Last Post: 27th Dec 2013, 09:58 -
Button command(s) to select audio and subtitles simultaneously
By dexter30 in forum Authoring (DVD)Replies: 1Last Post: 26th Mar 2012, 15:42 -
Is there a Command Line Option to not show the GUI?
By Wakewatcher in forum SVCD2DVD & VOB2MPGReplies: 2Last Post: 28th Feb 2011, 22:56 -
Changing menu command No Subtitles to subtitle 3?
By ericf in forum Authoring (DVD)Replies: 6Last Post: 3rd Apr 2009, 00:28 -
What IDE to use to create a simple GUI for command line tool?
By freebird73717 in forum ProgrammingReplies: 10Last Post: 5th Nov 2007, 13:51