nnn = Numeric value sss = string value between quote (ex : /O:"c:\My video.avi" )
startup = Command that only be used when starting a new instance of DVDSubber other = Command that only work with a both = Command that work in both case
[code]/PL:sss[/code] Add a file to the playlist Clear Clear the playlist [code]/PL:nnn[/code] Play the nnn position of playlist [code]/PL:Clear[/code] Clear the playlist [code]/PL:Del:nnn[/code] Delete the nnn position of playlist
[code]/O:sss[/code] Open a file [code]/O:DVD[/code] Playback the DVD using the default DVD drive
[code]/SKIN:sss[/code] Load the skin given in parameter
[code]/CONFIG:sss[/code] Instead of using the default config files directory use the one provided
[code]/AR:sss[/code] Load the specified aspect ratio script
[code]/CMD:[/code] Execute the command
Available Commands :
[code]
UseDefaultWinPos AddBookmark Play Pause Stop NextChapter PrevChapter ShowDebugInfo SwitchFullScreen ShowFileMan EnterConfig ShowHideScriptSub FastForward FastBack Menu_Title Menu_Root Menu_SubPic Menu_Audio Menu_Angle Menu_Chapter Menu_Up Menu_Down Menu_Left Menu_Right Menu_Select OpenProfile object Act_GoToSeekPos StepForward StepBack NextAudio NextSubpicture NextAngle VolumeMore VolumeLess VolumeMute EnterFileMode EnterDVDMode EnterAspectRatio HideSub About VideoOnTop GetDiskInfos EditProfile GoToPos ManageBookmark Quit object Act_ShowDebug JumpForward JumpBackward VideoWindowUp VideoWindowDown VideoWindowLeft VideoWindowRight Chapters CloseForm GoToNextBook GoToPrevBook
[/code]
[code]/SILENT[/code] Dont display error messages [code]/SILENTOFF[/code] Cancel a previous call of the silent option
[code]/NOINTERFACE[/code] Disable the user interface, including the
[code]/SM:[/code](Fullscreen or Window) Put the program either in fullscreen or window mode
[code]/SCRIPT:sss[/code] Script name
Command are executed in order for example :
[code]DVDSubber /O:playlist.dswsx /ADD:toto.avi /P:2[/code]
This command open the playlist.dswsx playlist, add the toto.avi file to it and then start playback of the second position of the playlist. |