arthenica / ffmpeg-kit

FFmpeg Kit for applications. Supports Android, Flutter, iOS, Linux, macOS, React Native and tvOS. Supersedes MobileFFmpeg, flutter_ffmpeg and react-native-ffmpeg.
https://arthenica.github.io/ffmpeg-kit
GNU Lesser General Public License v3.0
4.55k stars 606 forks source link

React native SVG input support #895

Open andreyukD opened 12 months ago

andreyukD commented 12 months ago

Is your feature request related to a problem? Please describe. I tried to use an SVG file as input but encountered the error "Decoder (codec svg) not found for input stream # 1:0". According to https://stackoverflow.com/a/48217742 ffmpeg needs to be compiled with the librsvg library. However, I couldn't find this library in the available packages

Describe the solution you'd like A working input in .svg format.

libcthorne commented 10 months ago

+1, would be great to have this on a project I'm working on.

github-actions[bot] commented 8 months ago

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days.

libcthorne commented 8 months ago

Would still be great to have this!

kslbdev commented 8 months ago

Would be great if this can be supported!