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
)