56 lines
1.4 KiB
INI
56 lines
1.4 KiB
INI
[meta]
|
|
schedule = https://cfp.ctbk.de/fsck-2025/schedule/export/schedule.xml
|
|
;; path to background video
|
|
template = artwork/fsck-intro-base.mkv
|
|
;; whether background video uses transparency (needs to be .mov)
|
|
alpha = false
|
|
;; whether background video is prores 4444
|
|
prores = false
|
|
;; in and out time format: t for seconds, n for frame number
|
|
inout_type = t
|
|
;; fade-in duration (seconds), leave out or set to zero to disable
|
|
fade_duration = 1
|
|
|
|
;; Some font settings can have defaults, which can be overridden in the
|
|
;; 'title', 'speaker' and 'text' sections below.
|
|
[default]
|
|
;; default font
|
|
fontfile = DIN1451Mittelschrift.ttf
|
|
;; default font color
|
|
fontcolor = #fae7e3
|
|
|
|
;; fields for title and speaker names are empty in the template.ts, so we'll render them in via ffmpeg
|
|
;; parameters are:
|
|
;; - in: start frame/ time
|
|
;; - out: end frame/ time
|
|
;; - fontfile: font file
|
|
;; - fontcolor: font color
|
|
;; - fontsize: font size (pixel)
|
|
;; - x: horizontal position (top left corner)
|
|
;; - y: vertical position (top left corner)
|
|
;; - w: width of the text field
|
|
;; - h: height of the text field
|
|
[title]
|
|
in = 11.6
|
|
out = 16.2
|
|
fontsize = 67
|
|
x = 300
|
|
y = 780
|
|
w = 1320
|
|
|
|
[speaker]
|
|
in = 12
|
|
out = 16.2
|
|
fontsize = 40
|
|
x = 300
|
|
y = 970
|
|
w = 1320
|
|
|
|
;; optional extra text, comment out "text" field to disable
|
|
[text]
|
|
in = 0
|
|
out = 0
|
|
fontsize = 0
|
|
x = 0
|
|
y = 0
|
|
;text = some additional text
|