fix missing .mp4s
This commit is contained in:
parent
914aeb5146
commit
21757286e2
1 changed files with 2 additions and 2 deletions
|
@ -329,7 +329,7 @@ for (id, title, personnames) in events():
|
||||||
for lizenz in ('by-sa', 'by-nc-sa', 'cc-zero'):
|
for lizenz in ('by-sa', 'by-nc-sa', 'cc-zero'):
|
||||||
tasks.put((
|
tasks.put((
|
||||||
'abspann.svg',
|
'abspann.svg',
|
||||||
'abspann-{0}.mp4'.format(lizenz),
|
'abspann-{0}.dv'.format(lizenz),
|
||||||
abspannFrames,
|
abspannFrames,
|
||||||
{'%lizenz':lizenz}
|
{'%lizenz':lizenz}
|
||||||
))
|
))
|
||||||
|
@ -337,7 +337,7 @@ for lizenz in ('by-sa', 'by-nc-sa', 'cc-zero'):
|
||||||
# place the pause-sequence into the queue
|
# place the pause-sequence into the queue
|
||||||
tasks.put((
|
tasks.put((
|
||||||
'pause.svg',
|
'pause.svg',
|
||||||
'pause.mp4',
|
'pause.dv',
|
||||||
pauseFrames
|
pauseFrames
|
||||||
))
|
))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue