add (& fix) audio rendering
This commit is contained in:
parent
be59f3ad69
commit
9712c37e9c
3 changed files with 7 additions and 10 deletions
|
@ -146,7 +146,7 @@ def outroFrames(args):
|
|||
|
||||
def debug():
|
||||
render(
|
||||
"intro.svg",
|
||||
["intro.svg", "intro.flac"],
|
||||
"../intro.ts",
|
||||
introFrames,
|
||||
{
|
||||
|
@ -181,7 +181,7 @@ def tasks(queue, args, idlist, skiplist):
|
|||
# generate a task description and put it into the queue
|
||||
queue.put(
|
||||
Rendertask(
|
||||
infile="intro.svg",
|
||||
infile=["intro.svg", "intro.flac"],
|
||||
outfile=str(event["id"]) + ".ts",
|
||||
sequence=introFrames,
|
||||
parameters={
|
||||
|
|
BIN
fsck2025/artwork/intro.flac
Normal file
BIN
fsck2025/artwork/intro.flac
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue