In https://github.com/voc/intro-outro-generator bzw. https://forgejo.c3voc.de/voc/intro-outro-generator sammeln sich verschiedene Skripte um aus einem Schedule.xml die üblichen Grafik-Animationen (Vor- und Abspann, Pause, Hintergrund) zu generieren.
Es gibt inzwischen zahlreiche Optionen:
make.pysubscribe/make-adobe-after-effects.pymake-apple-motion.pymake-blender.pymake-ffmpeg.pymake-ffmpeg-fade.pymake-godot.pyAlle Skripte geben bei Aufruf ohne Parameter eine grobe Auflistung aus, was man mit ihnen anstellen kann.
Classic Inkscape / SVG Workflow
Example subscribe:
https://github.com/voc/intro-outro-generator/tree/master/subscribe/artwork
cd artwork ./DOWNLOAD-URLS ./gen_frames cd .. make.py subscribe --debug make.py subscribe --only-frame 230 make.py subscribe
very tricky to get running, ask Mazdermind? or Bix?
git clone forgejo@forgejo.c3voc.de/voc/intro-outro-generator.git git remote add github git@github.com:voc/intro-outro-generator git fetch github git checkout -b github github/master git checkout master git merge github git push origin master