Skip to content

add openSUSE Conference 2022 as project osc22 - #59

Open
lethliel wants to merge 2 commits into
voc:masterfrom
lethliel:osc22
Open

add openSUSE Conference 2022 as project osc22#59
lethliel wants to merge 2 commits into
voc:masterfrom
lethliel:osc22

Conversation

@lethliel

Copy link
Copy Markdown

No description provided.

lethliel added 2 commits June 21, 2023 09:38
Now in the __init__.py of the projects a audiofile can be given to the Rendertask:

For example:

queue.put(Rendertask(
    infile = 'intro.svg',
    audiofile = 'intro.mpg',
    outfile = str(event['id'])+".ts",
    sequence = introFrames,
    parameters = {
        '$ID': event['id'],
        '$TITLE': event['title'],
        '$SUBTITLE': event['subtitle'],
        '$SPEAKER': event['personnames']
         }
    ))
revert audiofile handling
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant