1## .dvd-slideshowrc default config file.
2## save this file in your home directory as .dvd-slideshowrc
3## in order for dvd-slideshow to read it all the time.
4## uncomment the lines you want.
5
6## This file will get read as "global settings" for dvd-slideshow
7## these settings will over-ride the default settings for dvd-slideshow,
8## but the arguments passed on the command-line or within the text files
9## will superscede this file:
10## program defaults --> ~/.dvd-slideshowrc --> theme_file --> command-line --> input file variables
11
12#######################################################################
13# system-wide settings:
14debug=0
15#debug=1	# 0 (low) to 3 (lots of info)
16
17pal=0		# use this for ntsc format
18#pal=1  	# use this for pal format
19
20ac3=1		# use ac3 audio by default
21#ac3=0		# use mpeg2 audio by default
22
23#theme=wedding  # enable the "wedding" theme
24#theme=burningman
25#theme=travel
26
27#######################################################################
28# dir2slideshow or variables used to create input .txt file:
29slideshow_background=black
30#slideshow_background="#882211"	# use a hex RGB color if you wish
31#slideshow_background="mybackground.jpg"	# specify a real image if you want
32
33crossfade=0		# crossfade duration (use 0 for no crossfade)
34#crossfade=1		# crossfade duration [seconds]
35
36kenburns=0
37#kenburns=1		# do random kenburns effect
38
39slide_duration=5	# seconds to display each slide
40
41title_type=titlebar	# use two-line titles, one on top, one on bottom
42#title_type=title	# use single line centered titles
43
44title_background=steelblue
45#title_background="#882211"	# use a hex RGB color if you wish
46#title_background="mybackground.jpg"	# specify a real image if you want
47
48#slideshow_audio=myaudio1.mp3,myaudio2.mp3,myaudio3.ogg # use these audio files
49
50#######################################################################
51# dvd-slideshow settings:
52widescreen=0		# use default 4:3 aspect ratio
53# widescreen=1		# use 16:9 aspect ratio
54
55copy=0
56# copy=1	# add copies of original images to the output directory
57
58autocrop=0
59#autocrop=1	# autocrop images to fill full screen
60
61high_quality=0  # high quality enabled by default (not a good idea now)
62
63border=0  # add border of N pixels around images (filled by background image or color)
64sharpen=0  # change to 1 to enable image sharpening
65
66subtitle_type=dvd   # use dvd subtitle track for subtitles
67#subtitle_type=render # force subtitles to be rendered in video
68#subtitle_type=srt   # use srt subtitles instead of adding the text mask
69subtitle_font_size=24
70#subtitle_font='/usr/share/fonts/default/Type1/n019004l.pfb' # Helvetical bold URW font
71subtitle_color="white"
72subtitle_outline_color="black"
73subtitle_location="bottom"  # or, use "top"
74
75## Title:
76title_font='/usr/share/fonts/default/Type1/n019004l.pfb' # Helvetical bold URW font
77title_font_size=48
78title_font_color='black'  # or use hex "#RRGGBB"
79
80## top title:
81toptitle_font_size=48
82toptitle_font_color='black' # or use hex "#RRGGBB"
83toptitle_bar_height=125  # 0 for no 50% white behind text
84toptitle_text_location_x=80
85toptitle_text_location_y=50
86# bottom title:
87bottomtitle_font_size=36
88bottomtitle_font_color="black"  # or use hex "#RRGGBB"
89bottomtitle_bar_location_y=156 # relative to bottom of image
90bottomtitle_bar_height=55  # 0 for no 50% white behind text
91bottomtitle_text_location_x=0
92bottomtitle_text_location_y=155
93
94kenburns_acceleration=2  # seconds of slow acceleration for kenburns
95# use 0 for no acceleration, or, use a percent of the effect time:
96# kenburns_acceleration=25%  # will accelerate for the first 25% of the effect.
97
98#######################################################################
99# dvd-menu config variables:
100menu_continuous_play=0
101menu_continuous_play=1	# play one file after another without going back up to menu.
102
103menu_fadein=0
104#menu_fadein=1	# fade in to menu
105menu_fadeout=0
106#menu_fadeout=1	# fade out from menu after a button is pressed.
107
108menu_fade_to_black=0	# if fadeout=1, fades out to background
109
110menu_background=steelblue  # or, use hex #RRGGBB
111#menu_background="#882211"	# use a hex RGB color if you wish
112#menu_background="mybackground.jpg"	# specify a real image if you want
113## pick other colors here: http://www.imagemagick.org/script/color.php
114
115menu_title_font='/usr/share/fonts/default/Type1/n019004l.pfb' # Helvetical bold URW font
116menu_title_font_size=40
117menu_title_font_color=black
118menu_title_white_height=125
119menu_title_location_x=80
120menu_title_location_y=50
121
122menu_panel_height=28
123menu_panel_width=288
124menu_panel_location_x=360
125menu_panel_location_y=175  # distance of the top of the first menu item to the top of the screen
126
127menu_button_font='/usr/share/fonts/default/Type1/n019004l.pfb' # Helvetical bold URW font
128menu_button_font_size=21
129menu_button_font_color=black
130menu_button_hilight_color=red
131
132#menu_audio=myaudio1.mp3
133
134