render .ts-files for in/outro
This commit is contained in:
parent
bb2f897ebe
commit
f5aba21076
1 changed files with 2 additions and 2 deletions
|
@ -144,13 +144,13 @@ def tasks(queue, args):
|
||||||
# place a task for the outro into the queue
|
# place a task for the outro into the queue
|
||||||
queue.put(Rendertask(
|
queue.put(Rendertask(
|
||||||
infile = 'outro.svg',
|
infile = 'outro.svg',
|
||||||
outfile = 'outro.dv',
|
outfile = 'outro.ts',
|
||||||
sequence = outroFrames
|
sequence = outroFrames
|
||||||
))
|
))
|
||||||
|
|
||||||
# place the pause-sequence into the queue
|
# place the pause-sequence into the queue
|
||||||
queue.put(Rendertask(
|
queue.put(Rendertask(
|
||||||
infile = 'pause.svg',
|
infile = 'pause.svg',
|
||||||
outfile = 'pause.dv',
|
outfile = 'pause.ts',
|
||||||
sequence = pauseFrames
|
sequence = pauseFrames
|
||||||
))
|
))
|
||||||
|
|
Loading…
Add table
Reference in a new issue