add (& fix) audio rendering

This commit is contained in:
kleines Filmröllchen 2025-04-16 00:08:52 +02:00
parent be59f3ad69
commit 9712c37e9c
Signed by: filmroellchen
SSH key fingerprint: SHA256:NarU6J/XgCfEae4rbei0YIdN2pYaYDccarK6R53dnc8
3 changed files with 7 additions and 10 deletions

View file

@ -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

Binary file not shown.