node-ffmpeg-installer icon indicating copy to clipboard operation
node-ffmpeg-installer copied to clipboard

SVG Support (librsvg)

Open deevus opened this issue 5 years ago • 1 comments

I was trying to overlay an SVG image and I got the following error:

Decoder (codec svg) not found for input stream #1:0

Would it be possible to get SVG support?

https://stackoverflow.com/questions/48216871/ffmpeg-3-4-cantor-now-support-for-svg-rasterization

deevus avatar Mar 06 '19 02:03 deevus

Hey, as the answer says, ffmpeg binary needs to be compiled with a certain flag enabled for this to happen. This project only helps install existing binaries provided by others as listed in the README and does not build any binaries itself.

If a newer binary exists with this capability for your operating system (see README), I'd be happy to update - or if it's not, it would be best if you asked the builder of the binary to add what you need and then ping me again so I can update with the latest.

kribblo avatar Mar 06 '19 09:03 kribblo