jrottenberg / ffmpeg

Docker build for FFmpeg on Ubuntu / Alpine / Centos / Scratch / nvidia / vaapi
https://hub.docker.com/r/jrottenberg/ffmpeg/
Apache License 2.0
1.37k stars 450 forks source link

SVG rasterization support #295

Open jnbelo opened 3 years ago

jnbelo commented 3 years ago

Hello,

Awesome project!

Is there any plan to add svg rasterization support? As far as I know, it needs to be compiled with librsvg but, otherwise, it's supported by ffmpeg.

Thanks!

jrottenberg commented 3 years ago

--enable-librsvg

after installing https://github.com/GNOME/librsvg

Looks doable.