DVDBuilder for C++
3.4
DVD Authoring Software Development Kit
|
Defines a Video Manager (VMG) or Video Title Set (VTS) menu.
<menu id="num" entry="title|root"> <background> <button> <mask> <display> <selection> <action> </menu>
Attribute | Option | Description |
id | 1 to 99999 | Menu unique identifier. |
Attribute | Option | Description |
entry | Specifies the menu type. | |
title | Indicates that the menu is the DVD Title menu. The VMG (videoManager) Title menu is used as a top-level menu through which the viewer can access the VTS (titleSet) Root menus, submenus in the VMG, and video titles available in the VTSs (titleSets). The title menu is displayed when the "Title" button on the remote control is pressed. In general, DVDs can have one Title menu per each language unit defined in the VMG. DVDBuilder supports only the default "Unspecified" language unit. The "Unspecified" language unit is selected by the DVD player regardless of the DVD Player own language settings. The Title menu in this case can branch to a language selection menu and then to appropriate submenus of each supported language, or to other VTS menus such as the Root, Subpicture and Angle VTS menus. | |
root | Indicates that the menu is a Video Title Set (VTS) Root menu. The Root menu is used as a top-level entry point for other menus in the VTS. |
Element | Description |
<background> | Specifies a video clip to be used for the menu background. |
<mask> | Specifies the background mask and the mask of up to four patterns to be used in the <display>, <selection>, <action> elements. |
<display> | Specifies the mask patterns and the colors that are used for the whole menu. |
<selection> | Specifies the mask patterns and the colors that are used when the menu buttons are in selected state. |
<action> | Specifies the mask patterns and the colors that are used when the menu buttons are in depressed state. |
<button> | Defines a highlight area and a navigation command, that can be selected, and activated by the viewer. There can be up to 36 buttons per one menu. |
<preCommands> | Specifies a list of VM commands to be executed before a menu is presented. |
<postCommands> | Specifies a list of VM commands to be executed after a menu is presented. |
The following example shows a DVD with a VMG Title menu.
The following example shows a DVD with a VMG Title menu (ID =1). The VMG menu has one button that navigates to a VTS Root menu (ID=101). The VTS root menu has one button which navigates to another VTS menu (ID=10101) which has two buttons. Each button command specifies that a chapter from Title with ID = 1 should be played. The title itself has a postNavigate command equal to "Menu=101;". That will instruct the DVD Player to display the VTS Root menu (ID=101) when the title playback is completed.