dvd-menu(1) | dvd-slideshow | dvd-menu(1) |
dvd-menu - Creates a DVD navigation menu with buttons.
dvd-menu -t <ButtonText1> ... -t <ButtonTextN> -f <XML_file1 | MPEG_file1> ... -f <XML_fileN | MPEG_fileN> [-o <output directory>] [-n <DVD Title>] [-b <background jpeg>] [-e <embed image>] [-a <audiofile>] [-p] [-c] [-D] [-W] [-mp2] [-iso] [-nomenu] [-L]
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.
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:
Default script settings --> ~/.dvd-slideshow/dvd-slideshowrc --> theme
--> command line
so each successive setting will over-ride the previous settings if they are
already set.
# general:
menu_continuous_play=0 # set to 1 to play one file after another without
going back up to menu.
menu_fadein=0 # set to 1 to fade in to menu
menu_fadeout=0 # set to 1 to fade out from menu after a button is
pressed.
menu_background=steelblue # or, use hex #RRGGBB
#menu_background="#882211" # use a hex RGB color if you wish
#menu_background="mybackground.jpg" # specify a real image if
you want
## pick other colors here: http://www.imagemagick.org/script/color.php
menu_fade_to_image="black" # image to fade to/from
before/after menu
#menu_fade_to_image="#ff3344"
#menu_fade_to_image="myimage.jpg"
#menu_title_font="/usr/share/fonts/default/Type1/n019004l.pfb"
# Helvetical bold URW font
menu_title_font_size=40
menu_title_font_color=black
menu_title_white_height=125
menu_title_location_x=80
menu_title_location_y=50
#menu_title_justify=center
menu_panel_height=28
menu_panel_width=288
menu_panel_location_x=360
menu_panel_location_y=175 # distance of the top of the first menu item to
the top of the screen
#menu_button_font="/usr/share/fonts/default/Type1/n019004l.pfb"
#Helvetical bold URW font
menu_button_font_size=21
menu_button_font_color=black
menu_button_hilight_color=red
#menu_audio=myaudio1.mp3
A theme is just a file containing a list of configuration variables, and possibly also background images, fonts, or audio in the same directory.
Any of the configuration variables can be placed in a dvd-slideshow theme file to control dvd-menu also.
This will be explained more later...
dvd-slideshow
dvd-menu
gallery1-to-slideshow
dir2slideshow
jigl2slideshow
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
Scott Dylewski <scott at dylewski dot com>
http://dvd-slideshow.sourceforge.net
0.8.4 | Scott Dylewski |