hackmas2024: New intro and outro
This commit is contained in:
parent
7ef49366f1
commit
474d793d31
3 changed files with 8 additions and 7 deletions
|
@ -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 |
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue