Widen eventname field in template

This commit is contained in:
Mark Janssen 2024-11-06 20:00:43 +01:00
parent 9d800da801
commit 5c430ba100
No known key found for this signature in database
GPG key ID: D8674D8FC4F69BD2
2 changed files with 14 additions and 12 deletions

View file

@ -40,7 +40,7 @@ FRAMENUM=0
mkdir -p ${PROJDIR}; cd ${PROJDIR}
# Customize tempalte to this event from base template
cat ${SOURCEDIR}/$BASETEMPLATE | sed -e "s/EVENTNAMEEVENTNAMEEVENTNAMEEVENTNAME/$EVENTNAME/" > ${SOURCEFILE}
cat ${SOURCEDIR}/$BASETEMPLATE | sed -e "s/EVENTNAMEEVENTNAME/$EVENTNAME/" > ${SOURCEFILE}
# Create initial image without title/speaker info
cat ${SOURCEFILE} | sed -e 's/SPEAKERSPEAKERSPEAKERSPEAKERSPEAKER//' -e 's/TITLE[123]//' > frameclear.svg
@ -107,4 +107,4 @@ echo "Rendering to video"
ffmpeg -framerate 30 -i frame-%d.webp -c:v libx264 -r 30 ${VIDEODIR}/${PROJECT}-x264.mkv
ffmpeg -framerate 30 -i frame-%d.webp -c:v vp9 -r 30 ${VIDEODIR}/${PROJECT}-vp9.webm
rm *.svg frame-*.webp
#rm *.svg frame-*.webp

View file

@ -21,8 +21,8 @@
<rect
x="107.36494"
y="691.71184"
width="1754.8008"
height="337.93555"
width="2017.2173"
height="334.07648"
id="rect283" />
<rect
x="132.00608"
@ -48,7 +48,7 @@
inkscape:deskcolor="#000000"
showgrid="false"
inkscape:zoom="0.40174673"
inkscape:cx="435.59782"
inkscape:cx="438.08695"
inkscape:cy="311.1413"
inkscape:window-width="2304"
inkscape:window-height="1347"
@ -68,10 +68,12 @@
xml:space="preserve"
id="text281"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:120px;font-family:Inter;-inkscape-font-specification:'Inter, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;white-space:pre;shape-inside:url(#rect283);display:inline;fill:#25266a;fill-opacity:1"
transform="matrix(0.64500845,0,0,0.64500845,576.16803,19.38728)"><tspan
transform="matrix(0.64500845,0,0,0.64500845,533.85281,-45.33011)"><tspan
x="107.36523"
y="802.76728"
id="tspan196">EVENTNAMEEVENTNAMEEVENTNAMEEVENTNAME</tspan></text>
id="tspan300"><tspan
dx="0 0 0 0 0 0 0 0 0 0 0 0 0 0 -0.00010681152"
id="tspan298">EVENTNAMEEVENTNAME</tspan></tspan></text>
<text
xml:space="preserve"
id="text281-5"
@ -79,21 +81,21 @@
transform="matrix(0.64500845,0,0,0.64500845,3.9182847,183.75561)"><tspan
x="107.36523"
y="802.76728"
id="tspan200"><tspan
id="tspan304"><tspan
dx="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.00010681152 0 0 0 0 0 -0.0001373291 0 0.00019836426 0 0 0 0 0.00010681152"
id="tspan198">SPEAKERSPEAKERSPEAKERSPEAKERSPEAKER
id="tspan302">SPEAKERSPEAKERSPEAKERSPEAKERSPEAKER
</tspan></tspan><tspan
x="107.36523"
y="952.76728"
id="tspan202">TITLE1
id="tspan306">TITLE1
</tspan><tspan
x="107.36523"
y="1102.7673"
id="tspan204">TITLE2
id="tspan308">TITLE2
</tspan><tspan
x="107.36523"
y="1252.7673"
id="tspan206">TITLE3
id="tspan310">TITLE3
</tspan></text>
<image
width="1914.1414"

Before

Width:  |  Height:  |  Size: 95 KiB

After

Width:  |  Height:  |  Size: 95 KiB