.\" .TH "dvd-menu" "1" "0.8.4" "Scott Dylewski" "dvd-slideshow" .SH "NAME" .LP dvd\-menu \- Creates a DVD navigation menu with buttons. .SH "SYNOPSIS" .LP dvd\-menu \fI\-t\fP <\fIButtonText1\fP> ... \fI\-t\fP <\fIButtonTextN\fP> \fI\-f\fP <\fIXML_file1 | MPEG_file1\fP> ... \fI\-f\fP <\fIXML_fileN | MPEG_fileN\fP> [\fI\-o\fP <\fIoutput directory\fP>] [\fI\-n\fP <\fIDVD Title\fP>] [\fI\-b\fP <\fIbackground jpeg\fP>] [\fI\-e\fP <\fIembed image\fP>] [\fI\-a\fP <\fIaudiofile\fP>] [\fI\-p\fP] [\fI\-c\fP] [\fI\-D\fP] [\fI\-W\fP] [\fI\-mp2\fP] [\fI\-iso\fP] [\fI\-nomenu\fP] [\fI\-L\fP] .SH "DESCRIPTION" .LP Creates a simple top\-level DVD menu with buttons that link to movies. Accepts the output XML files from dvd\-slideshow or your own self\-defined MPEG movies. .SH "OPTIONS" .LP .TP \fB\-t\fR <\fIButton text\fP> The button text visible on the menu which will link to each corresponding (in order passed) \-f option. Use this option multiple times with \-f to define multiple titles/buttons. .TP \fB\-f\fR <\fIInput file\fP> Can be an XML file output from dvd\-slidshow or a full\-scale mpeg2 video in the proper format (.vob). No error checking is done if you pass a MPEG2 .vob input file, so you are on your own. Use this option multiple times with \-t to define multiple titles/buttons. .TP [\fB\-o\fR <\fIOutput directory\fP>] Directory where the final DVD filesystem files VIDEO_TS/ will be written. .TP [\fB\-n\fR <\fIDVD Title\fP>] This will be printed at the top of the DVD menu page. .TP [\fB\-b\fR <\fIBackground jpeg\fP>] Image to use for the background DVD menu. If no file is specified, a blue gradient will be used for the menu background. .TP [\fB\-e\fR <\fIembed image\fP>] Embed an image in the menu screen. This image will show up to the left of the menu buttons. .TP [\fB\-a\fR <\fIAudio file\fP>] Audio file to play while the menu is active. Supports mp3, ogg, or wav formats at this point. .TP [\fB\-mp2\fR] Use mp2 audio by default (requires ffmpeg with ac3 encoding). The default audio format is now AC3 instead of mpeg2 sinceI have found that many DVD players do not play the audio when it is in mp2 format, so this may be a better, more compatible option for most people. .TP [\fB\-p\fR] Use PAL output video format instead of NTSC. .TP [\fB\-c\fR] Use continuous commands within dvdauthor. This will make each video play one after another without going back up to the main menu until the last video is finished. If this option is not used, the dvd will return to the top menu after playing each track. .TP [\fB\-D\fR] Do not call dvdauthor. This will tell dvd\-menu to create the menu and output xml files to pass to dvdauthor, but will not actually run dvdauthor. Useful for people who want to modify their xml file before running dvdauthor. .TP [\fB\-W\fR] Do not generate 50% transparent white background overlays under the title and menu buttons. .TP [\fB\-iso\fR] Create iso image with genisimage when finished. .TP [\fB\-nomenu\fR] Do not create a menu. Useful for just finishing the dvdauthor xml file from one video that you want to just start playing when the user puts it into a dvd player. .TP [\fB\-L\fR] Create a low quality, half\-slize menu. This works with dvd\-slideshow so you can render your whole project in low\-quality mode and still test everything quickly. .TP [\fB\-theme \fR] Use the given theme when setting variables/colors/etc. Themes are installed in /opt/dvd\-slideshow/themes or in a local directory ~/.dvd\-slideshow/themes .TP [\fB\-fadein\fR] Fade in from background before menu .TP [\fB\-fadeout\fR] Fade to background after menu buttons are pressed. .TP [\fB\-vcd\fR] (alpha) Create vcd .cue and .bin files (requires vcdimager) .TP [\fB\-svcd\fR] (alpha) Create svcd .cue and .bin files (requires vcdimager) .TP \fB\-h\fR Prints help file (basically this manpage). .SH "CONFIGURATION" Settings can be passed on the command line, in a default ~/.dvd\-slideshow/dvd\-slideshowrc file, or in a theme file. The order in which the script reads the settings is as follows: .br Default script settings \-\-> ~/.dvd\-slideshow/dvd\-slideshowrc \-\-> theme \-\-> command line .br so each successive setting will over\-ride the previous settings if they are already set. .TP \fB~/.dvd\-slideshow/dvd\-slideshowrc:\fR .br With the syntax shown below, the following variables can be specified in the ~/.dvd\-slideshow/dvd\-slideshowrc file. All lines are optional, and everything after the # character is not read. .br # general: .br menu_continuous_play=0 # set to 1 to play one file after another without going back up to menu. .br menu_fadein=0 # set to 1 to fade in to menu .br menu_fadeout=0 # set to 1 to fade out from menu after a button is pressed. .br menu_background=steelblue # or, use hex #RRGGBB .br #menu_background="#882211" # use a hex RGB color if you wish .br #menu_background="mybackground.jpg" # specify a real image if you want .br ## pick other colors here: http://www.imagemagick.org/script/color.php .br menu_fade_to_image="black" # image to fade to/from before/after menu .br #menu_fade_to_image="#ff3344" .br #menu_fade_to_image="myimage.jpg" .br #menu_title_font="/usr/share/fonts/default/Type1/n019004l.pfb" # Helvetical bold URW font .br menu_title_font_size=40 .br menu_title_font_color=black .br menu_title_white_height=125 .br menu_title_location_x=80 .br menu_title_location_y=50 .br #menu_title_justify=center .br menu_panel_height=28 .br menu_panel_width=288 .br menu_panel_location_x=360 .br menu_panel_location_y=175 # distance of the top of the first menu item to the top of the screen .br #menu_button_font="/usr/share/fonts/default/Type1/n019004l.pfb" .br #Helvetical bold URW font .br menu_button_font_size=21 .br menu_button_font_color=black .br menu_button_hilight_color=red .br #menu_audio=myaudio1.mp3 .br .SH "THEMES" A theme is just a file containing a list of configuration variables, and possibly also background images, fonts, or audio in the same directory. .br Any of the configuration variables can be placed in a dvd\-slideshow theme file to control dvd\-menu also. .br This will be explained more later... .br .SH "FILES" .LP \fIdvd\-slideshow\fP .br \fIdvd\-menu\fP .br \fIgallery1\-to\-slideshow\fP .br \fIdir2slideshow\fP .br \fIjigl2slideshow\fP .SH "EXAMPLES" .LP There are a few heavily\-commented examples available in the examples section of the dvd\-slideshow webpage, which you can find at http://dvd\-slideshow.sourceforge.net .SH "AUTHORS" .LP Scott Dylewski .br http://dvd\-slideshow.sourceforge.net .SH "SEE ALSO" .LP dvd\-slideshow(1)