hackmas2024: New intro and outro

This commit is contained in:
Jannik Beyerstedt 2024-08-29 22:58:17 +02:00
parent 7ef49366f1
commit 474d793d31
3 changed files with 8 additions and 7 deletions

View file

@ -1,19 +1,19 @@
[default]
schedule = https://sessions.hack-mas.at/api/0/xml/schedule
template = intro-background.ts
template = 290824_Hackmas_intro_video_v3.mp4
alpha = false
prores = false
fontfile = true
inout = t
[title]
in = 1
out = 9.5
in = 13
out = 21
fontfamily =
fontfile = VDS_New.ttf
fontsize = 90
fontsize = 75
fontcolor = #ffffff
x = 250
x = 1100
y = 550
[speaker]

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 MiB

After

Width:  |  Height:  |  Size: 3.5 MiB

View file

@ -1,7 +1,8 @@
# Hackmas 2024 Readme
Get intro-slate and outro.ts from shared storage or generate from still images by running:
Get intro-slate from shared storage (provided by event).
Get 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
```