Visit di.c3voc.de for more information about DiVOC.
You can View the Rendered Video at YouTube.
for i in *.svg
do
echo "Transform Image: $i"
inkscape \
--actions="export-filename:$i.png; export-do;"\
--export-dpi 96 \
--export-background white \
$i
done
ffmpeg -framerate 24 \
-pattern_type glob -i '*.png' \
-c:v libx264 -preset slow \
-crf 22 -pix_fmt yuv420p \
result.mp4
ffmpeg -framerate 24 \
-pattern_type glob -i '*.png' \
-pix_fmt yuva420p \
result.webm
License for the original DiVOC Artwork:
alles cool, aber steck dir keine Bohnen in die Ohren
License for the animation, assets etc.
Copyright (c) 2021 L3D <[email protected]>