diff --git a/cr/__init__.py b/cr/__init__.py index c7a55dc..42e610d 100644 --- a/cr/__init__.py +++ b/cr/__init__.py @@ -2,7 +2,7 @@ from renderlib import * -def outroFrames(): +def outroFrames(p): # 8 Sekunden # 1 Sekunden stehen bleiben @@ -37,7 +37,7 @@ def outroFrames(): ('lizenz','style', 'opacity', 0), ) -def introFrames(): +def introFrames(p): # 8 Sekunden # 2 Sekunden Fadein logo @@ -64,7 +64,7 @@ def introFrames(): ('text', 'style', 'opacity', 1), ) -def pauseFrames(): +def pauseFrames(p): # 8 Sekunden im kresi drehen frames = int(8*fps) for i in range(0, frames): @@ -82,27 +82,40 @@ def debug(): render( 'intro.svg', - '../intro.dv', + '../intro.ts', introFrames ) render( 'outro.svg', - '../outro.dv', + '../outro.ts', outroFrames ) + render( + 'pause.svg', + '../pause.ts', + pauseFrames + ) + def tasks(queue): # generate a task description and put them into the queue queue.put(Rendertask( infile = 'intro.svg', - outfile = "intro.dv", + outfile = "intro.ts", sequence = introFrames )) # place a task for the outro into the queue queue.put(Rendertask( infile = 'outro.svg', - outfile = 'outro.dv', + outfile = 'outro.ts', + sequence = outroFrames + )) + + # place a task for the pause into the queue + queue.put(Rendertask( + infile = 'pause.svg', + outfile = 'pause.ts', sequence = outroFrames )) diff --git a/cr/artwork/chaosradio-logo-transparent-300.png b/cr/artwork/chaosradio-logo-transparent-300.png deleted file mode 100644 index 5f9bd1b..0000000 Binary files a/cr/artwork/chaosradio-logo-transparent-300.png and /dev/null differ diff --git a/cr/artwork/intro.svg b/cr/artwork/intro.svg index 3953f84..27811f8 100644 --- a/cr/artwork/intro.svg +++ b/cr/artwork/intro.svg @@ -10,11 +10,11 @@ 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="1024" - height="576" + width="1920" + height="1080" id="svg2" version="1.1" - inkscape:version="0.48.4 r9939" + inkscape:version="0.48.5 r10040" sodipodi:docname="intro.svg"> @@ -117,9 +117,9 @@ inkscape:collect="always" /> + width="1.2" + color-interpolation-filters="sRGB"> + transform="translate(0,27.63782)"> - +