intro-outro-generator
intro-outro-generator copied to clipboard
Frab-Based Into- and Outro-Generator
While working on the intro/outro for the SotM 2021 videos, I noticed some minor issues when rendering the videos. Some of these already had GitHub issues (which should be referenced...
Bumps [lxml](https://github.com/lxml/lxml) from 4.6.3 to 4.9.1. Changelog Sourced from lxml's changelog. 4.9.1 (2022-07-01) Bugs fixed A crash was resolved when using iterwalk() (or canonicalize()) after parsing certain incorrect input. Note...
it should be possible to render outros with different licensens for each cc license type used in the schedule. it could be done by label the logo areas in the...
Intro generator for DiVOC R2R Fixed debug mode in make-blender.py and applied autopep8. Removed title map from make-blender.py, because it doesn't work/ replaces other talk IDs, too!
Fix title map issue 305398ffce64740223325f9799bc4f22128fdb17 for make-adobe-after-effects.py as well. Also added some basic documentation in make-blender (output must be mkv) and fixed debug mode finalizing step (wrong file path/ extension)....
The generated intros for DiVOC hidden service (first DiVOC) had many issues with the long subtitles. DiVOC PTT had just one broken intro, but I didn't like the tight spacing...
This is the config I used for rendering the intros/outro for the VCFB 2020. It's basically vcfb19 + changes for schedule.xml URL.
Remove `$subtitle` and `$id` since we don't need them and move `$title` and `$persons` to be more centred w.r.t. the logo.
The use of `--export-png` over plain `-o` (which derives the type from the file suffix) is deprecated. This can be changed in renderlib.py https://github.com/voc/intro-outro-generator/blob/789c9f52c0f672d4bc9f1fabdae5572b18344fb7/renderlib.py#L96