32c3 sendezentrum supersource-based pause

This commit is contained in:
MaZderMind 2016-04-14 01:59:21 +02:00
parent e93d830404
commit b1e51cf589
3 changed files with 113 additions and 0 deletions

19
32c3sz/__init__.py Normal file
View file

@ -0,0 +1,19 @@
#!/usr/bin/python
import subprocess
from renderlib import *
def pyconFrames(params):
frames = 500
for i in range(0, frames):
yield (
('bg', 'attr', '{http://www.w3.org/1999/xlink}href', "/home/peter/Downloads/ss_sz/SuperSource_SZ_1080_25p_%05d.png" % (i)),
)
def debug():
render(
'pause.svg',
'../pause.ts',
pyconFrames
)

5
32c3sz/artwork/README.md Normal file
View file

@ -0,0 +1,5 @@
given-frames folder
===================
Note: the given-frames folder was removed from the repo's history because it was >600MB big.
You can download the frames from http://c3voc.mazdermind.de/given-frames.zip

89
32c3sz/artwork/pause.svg Normal file
View file

@ -0,0 +1,89 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="1920"
height="1080"
id="svg2"
version="1.1"
inkscape:version="0.91 r13725"
sodipodi:docname="intro-hd.svg">
<defs
id="defs4" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="0.49497475"
inkscape:cx="705.21273"
inkscape:cy="524.76804"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
inkscape:window-width="1920"
inkscape:window-height="1014"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1"
showguides="true"
inkscape:guide-bbox="true" />
<metadata
id="metadata7">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Ebene 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,27.63782)">
<image
sodipodi:absref="/home/peter/AAA-VOC/intro-outro-generator/pycon14/artwork/given-frames/frame0264.png"
xlink:href="/home/peter/Downloads/ss_sz/SuperSource_SZ_1080_25p_00000.png"
x="0"
id="bg"
height="1080"
width="1920"
y="-27.637819" />
<rect
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#ffffff;fill-opacity:0.47058824;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
id="rect4178"
width="1920"
height="300"
x="0"
y="620.03729" />
<flowRoot
xml:space="preserve"
id="flowRoot4164"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:50px;line-height:100%;font-family:'TeX Gyre Adventor';-inkscape-font-specification:'TeX Gyre Adventor, Normal';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
transform="translate(0.7890625,180.97544)"><flowRegion
id="flowRegion4166"><rect
id="rect4168"
width="1919.2898"
height="268.70059"
x="1.7160505e-06"
y="477.9491"
style="font-size:50px;line-height:100%" /></flowRegion><flowPara
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:60px;line-height:200%;font-family:'TeX Gyre Adventor';-inkscape-font-specification:'TeX Gyre Adventor Bold';text-align:center;text-anchor:middle;fill:#ffffff"
id="flowPara4172">The Stream will continue soon</flowPara><flowPara
style="font-size:50px;line-height:200%;text-align:center;text-anchor:middle;fill:#ffffff"
id="flowPara4176">after the break</flowPara></flowRoot> </g>
</svg>

After

Width:  |  Height:  |  Size: 3.6 KiB