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.42k stars 455 forks source link

Added svg rendering support to ffmpeg 3.4 and higher in ubuntu distros #296

Closed jnbelo closed 1 year ago

jnbelo commented 3 years ago

As a follow up to #295 , this PR adds svg rendering support to ffmpeg 3.4 and higher in ubuntu distros:

Let me know if anything else is needed.

jnbelo commented 3 years ago

Already saw that the builds failed. I seems that something is missing from PATH, related to pixbuf. It is odd, though, as this particular problem never occurred locally. I'll check it out, though.

higgins commented 2 years ago

hey @jnbelo, any updates here? looking to enable this too

jnbelo commented 2 years ago

Hello @higgins. Unfortunately, the project I was working on dropped this requirement so it ended up going lower in my priorities list. Meant to try to get it to work eventually but simply didn't have the opportunity.

If I have some time, I may try to tackle this but I doubt I'll be able to do it on the short term, as building and testing takes a considerable amount of time. Alternatively, feel free to pick up where I left off.

One thing, though, is that I later realized that, in the current implementation, it wasn't properly rendering if the svg files had images in them.

higgins commented 2 years ago

Hello @higgins. Unfortunately, the project I was working on dropped this requirement so it ended up going lower in my priorities list. Meant to try to get it to work eventually but simply didn't have the opportunity.

If I have some time, I may try to tackle this but I doubt I'll be able to do it on the short term, as building and testing takes a considerable amount of time. Alternatively, feel free to pick up where I left off.

One thing, though, is that I later realized that, in the current implementation, it wasn't properly rendering if the svg files had images in them.

Thanks for the update, @jnbelo ! This actually got removed from our needs as well. Fine with the base image! If ffmpeg ends up supporting parse svg on stdin, we might come back and pick this up though. ✌️

jnbelo commented 1 year ago

This PR is extremely outdated. No point in maintaining it.