Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Renders animated SVGs to video using Puppeteer and FFmpeg. Only tested with SMIL animations so far.

Setup

npm install

Run

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.

Build

npm run build

About

Renders animated SVGs to video using Puppeteer and FFmpeg.

Topics

Resources

Stars

4 stars

Watchers

1 watching

Forks

Used by

Contributors

Languages