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.27k stars 575 forks source link

React native SVG input support #895

Open andreyukD opened 9 months ago

andreyukD commented 9 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 7 months ago

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

github-actions[bot] commented 5 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 5 months ago

Would still be great to have this!

kslbdev commented 5 months ago

Would be great if this can be supported!