Renders animated SVGs to video using Puppeteer and FFmpeg. Only tested with SMIL animations so far.
npm install
npx vite-node src/main.ts \
--input=../animation.svg \
--duration=20 \
--fps=30
This will create animation.mov
in the same directory. The codec used is ProRes 4444, 10 Bit.
npm run build