-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathdvda-author.conf.example
141 lines (96 loc) · 2.83 KB
/
dvda-author.conf.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
## dvda-author configuration file version 09.10
# Important syntactic changes wrt priori versions
# Use command line switches between brackets: [switch]
# You may skip any number of blank characters and lines excep when indicated
# You may comment with character #
## Do use the = sign for optional arguments, ie:
#[pause=0]
# For arguments or switches, always go to the following line
# using fixwav as a header-checker, cautiously pruning silence at end of files
# use commas to separate fixwav suboptions as on command line
#[fixwav] prune,cautious
#start disc at once
[autoplay]
# I/O parameters
## audio input directory
[g]
/home/fab/a.wav
/home/fab/a.wav
[g]
/home/fab/a.wav
[output]
/home/fab/DVD
# Menu authoring
# suboption syntax is simplified for lexer. Do not skip any line after [screentext]
# Skip ONE blank line between album text and group text; skip ONE blank line between
# group text and track text. Skip no lines between tracks.
# No need for quotes anywhere.
[screentext]
Bach trial
Group 1
trial track 1
trial track 2
Group 2
trial track 1
[topmenu]
[ncolumns]
2
[background]
/home/fab/A.jpg,/home/fab/B.jpg
[highlightformat]
-1
# Slideshow authoring
# suboption syntax is simplified for lexer. Skip ONE blank line between pictures paths when changing tracks
# Do not skip white lines between picture paths.
# No need for quotes. First picture track can start at following line or after skipped lines
[stillpics]
/home/fab/A.jpg
/home/fab/B.jpg
/home/fab/C.jpg
/home/fab/A.jpg
/home/fab/A.jpg
/home/fab/B.jpg
/home/fab/C.jpg
/home/fab/A.jpg
# Picture options
# Skip ONE blank line between picture options. Rank should be mentioned, even if consecutive.
# First picture options can start at following line or after any number of white lines.
[stilloptions]
rank=0
start=1
starteffect=fade
lag=5
endeffect=dissolve
rank=1
start=15
starteffect=fade
lag=5
endeffect=fade
rank=2
start=25
starteffect=fade
lag=5
rank=3
start=40
starteffect=fade
rank=4
start=1
starteffect=fade
rank=5
start=20
starteffect=fade
rank=6
start=1
starteffect=fade
rank=7
start=20
starteffect=fade
[log]
/home/fab/lognew
[cdrecord]
[menustyle]
hierarchical
[colors]
refresh
[debug]
## end of config file