= Intro-Outro-Generator ---- dataentry project ---- name : Intro-Outro-Generator project-owner : git-url : https://github.com/voc/intro-outro-generator.git project-description : A simple generator for recording intros project-owner : mazdermind project-member : project-status : running ---- 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: * Inkscape SVG -> PNG `make.py` * Normal * als Transparentes Overlay über MP4 mit Animation, vgl. `subscribe/` * Adobe After Effects `make-adobe-after-effects.py` * Apple Motion `make-apple-motion.py` * Blender `make-blender.py` * ffmpeg `make-ffmpeg.py` * `make-ffmpeg-fade.py` * Godot `make-godot.py` * … Alle Skripte geben bei Aufruf ohne Parameter eine grobe Auflistung aus, was man mit ihnen anstellen kann. === make.py Classic Inkscape / SVG Workflow ==== Normal see https://github.com/voc/intro-outro-generator/blob/master/README_SVG.md ==== Overlay für MP4 o.ä. 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 === make-adobe-after-effects.py see https://github.com/voc/intro-outro-generator/blob/master/README_AE.md === make-apple-motion.py very tricky to get running, ask Mazdermind? or Bix? :-) === == Merge Github pull-request into forgejo * merge PR on GitHub webpage * merge GitHub master into voc master: 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