diff --git a/hackmas2024/VDS_New.ttf b/hackmas2024/VDS_New.ttf new file mode 100644 index 0000000..eaef6d8 Binary files /dev/null and b/hackmas2024/VDS_New.ttf differ diff --git a/hackmas2024/config.ini b/hackmas2024/config.ini new file mode 100644 index 0000000..8e17442 --- /dev/null +++ b/hackmas2024/config.ini @@ -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 = '' diff --git a/hackmas2024/hackmas2024-intro-slate.png b/hackmas2024/hackmas2024-intro-slate.png new file mode 100644 index 0000000..ca9f9c8 Binary files /dev/null and b/hackmas2024/hackmas2024-intro-slate.png differ diff --git a/hackmas2024/hackmas2024-outro-slate.png b/hackmas2024/hackmas2024-outro-slate.png new file mode 100644 index 0000000..343436e Binary files /dev/null and b/hackmas2024/hackmas2024-outro-slate.png differ diff --git a/hackmas2024/readme.md b/hackmas2024/readme.md new file mode 100644 index 0000000..1045329 --- /dev/null +++ b/hackmas2024/readme.md @@ -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 +```