qtws2017: fix animations and company field
This commit is contained in:
parent
bb01e61b16
commit
062fb3d527
1 changed files with 4 additions and 3 deletions
|
@ -83,12 +83,13 @@ def outroFrames(p):
|
||||||
('timelocation', 'style', 'opacity', "%.4f" % 0),
|
('timelocation', 'style', 'opacity', "%.4f" % 0),
|
||||||
('videoby', 'style', 'opacity', "%.4f" % easeLinear(i, 0, 1, frames)),
|
('videoby', 'style', 'opacity', "%.4f" % easeLinear(i, 0, 1, frames)),
|
||||||
)
|
)
|
||||||
frames = 1*fps
|
frames = 2*fps
|
||||||
for i in range(0, frames):
|
for i in range(0, frames):
|
||||||
yield []
|
yield []
|
||||||
|
|
||||||
|
|
||||||
def backgroundFrames(parameters):
|
def backgroundFrames(parameters):
|
||||||
|
return
|
||||||
frames = 25*3
|
frames = 25*3
|
||||||
for i in range(0, frames):
|
for i in range(0, frames):
|
||||||
yield (
|
yield (
|
||||||
|
@ -156,7 +157,7 @@ def tasks(queue, args, idlist, skiplist):
|
||||||
parameters = {
|
parameters = {
|
||||||
'$ID': event['id'],
|
'$ID': event['id'],
|
||||||
'$TITLE': event['title'],
|
'$TITLE': event['title'],
|
||||||
'$SUBTITLE': event['subtitle'],
|
'$COMPANY': event['subtitle'],
|
||||||
'$SPEAKER': event['personnames']
|
'$SPEAKER': event['personnames']
|
||||||
}
|
}
|
||||||
))
|
))
|
||||||
|
|
Loading…
Add table
Reference in a new issue