Professional animated SVG to Video (MP4/WebM/MKV/MOV) and Animated Image (aPNG/GIF) converter.
510
gehdoc/svg-to-video)A high-fidelity tool powered by Chromium and FFmpeg to render CSS-animated SVGs into video files (MP4, WebM, MKV, MOV) or animated images (aPNG, GIF) with full alpha-channel background transparency.
Run the container locally to convert an SVG file (add :Z to -v for SELinux / Fedora compatibility):
docker run --rm \
--user $(id -u):$(id -g) \
--shm-size=2gb \
-v "$(pwd)":/data:Z \
gehdoc/svg-to-video /data/input.svg 60 /data/output --format webm -d 5 --transparent
(Creates /data/output/input.webm with background transparency).
Connect to AI Assistants (Claude Desktop, Cursor, Antigravity) over Stdio:
docker run -i --rm \
--user $(id -u):$(id -g) \
-v "$(pwd)":/app/data:Z \
gehdoc/svg-to-video mcp
This project is open-source software licensed under the MIT License.
Content type
Image
Digest
sha256:5351bf2b0…
Size
874.3 MB
Last updated
about 2 hours ago
docker pull gehdoc/svg-to-video