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