i created an animated presentation with the Sozi plugin for Inkscape. It looks great, however, not all browsers support SVG animations (Chrome for instance does not like the Ink
There is a node package called timecut
which uses Chromium to record an SVG into an MP4 video file. https://github.com/tungs/timecut
$ cd project
$ npm install timecut
$ cd project
$ ./node_modules/timecut/cli.js Animation.svg
This creates a file named video.mp4
.
timecut
has quite a number of options, like frame rate, pixel format, etc.