hackmas2024: init
This commit is contained in:
parent
3ae90b87c0
commit
957a4dd4a4
5 changed files with 46 additions and 0 deletions
BIN
hackmas2024/VDS_New.ttf
Normal file
BIN
hackmas2024/VDS_New.ttf
Normal file
Binary file not shown.
39
hackmas2024/config.ini
Normal file
39
hackmas2024/config.ini
Normal file
|
@ -0,0 +1,39 @@
|
||||||
|
[default]
|
||||||
|
schedule = https://sessions.hack-mas.at/api/0/xml/schedule
|
||||||
|
template = intro-background.ts
|
||||||
|
alpha = false
|
||||||
|
prores = false
|
||||||
|
fontfile = true
|
||||||
|
inout = t
|
||||||
|
|
||||||
|
[title]
|
||||||
|
in = 1
|
||||||
|
out = 9.5
|
||||||
|
fontfamily =
|
||||||
|
fontfile = VDS_New.ttf
|
||||||
|
fontsize = 90
|
||||||
|
fontcolor = #ffffff
|
||||||
|
x = 250
|
||||||
|
y = 550
|
||||||
|
|
||||||
|
[speaker]
|
||||||
|
in = 2
|
||||||
|
out = 9
|
||||||
|
fontfamily =
|
||||||
|
fontfile = VDS_New.ttf
|
||||||
|
fontsize = 64
|
||||||
|
fontcolor = #ffffff
|
||||||
|
x = 250
|
||||||
|
y = 800
|
||||||
|
|
||||||
|
|
||||||
|
[text]
|
||||||
|
in = 0
|
||||||
|
out = 0
|
||||||
|
fontfamily =
|
||||||
|
fontfile = VDS_New.ttf
|
||||||
|
fontsize = 0
|
||||||
|
fontcolor = #ffffff
|
||||||
|
x = 0
|
||||||
|
y = 0
|
||||||
|
text = ''
|
BIN
hackmas2024/hackmas2024-intro-slate.png
Normal file
BIN
hackmas2024/hackmas2024-intro-slate.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.6 MiB |
BIN
hackmas2024/hackmas2024-outro-slate.png
Normal file
BIN
hackmas2024/hackmas2024-outro-slate.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.5 MiB |
7
hackmas2024/readme.md
Normal file
7
hackmas2024/readme.md
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
# Hackmas 2024 Readme
|
||||||
|
|
||||||
|
Get intro-slate and outro.ts from shared storage or generate from still images by running:
|
||||||
|
```sh
|
||||||
|
ffmpeg -loop 1 -i hackmas2024-outro-slate.png -f lavfi -i anullsrc -c:v mpeg2video -t 10 -aspect 16:9 -c:a mp2 -b:v 15000k -map 0:v -map 1:a outro.ts
|
||||||
|
ffmpeg -loop 1 -i hackmas2024-intro-slate.png -f lavfi -i anullsrc -c:v mpeg2video -t 10 -aspect 16:9 -c:a mp2 -b:v 15000k -map 0:v -map 1:a intro-background.ts
|
||||||
|
```
|
Loading…
Add table
Reference in a new issue