ffmpeg-kit
ffmpeg-kit copied to clipboard
FFmpeg Kit for applications. Supports Android, Flutter, iOS, Linux, macOS, React Native and tvOS. Supersedes MobileFFmpeg, flutter_ffmpeg and react-native-ffmpeg.
Hi, sorry for being a noob. I've managed to build my own "ios" FFmpeg Building by following the documentation. What I couldn't find was how do I use the "prebuit"...
here is my steps 1- i have added font to the following track `/storage/emulated/0/Download/fonts/Roboto-Black.ttf` (i download the font from [[](https://fonts.google.com/)](https://fonts.google.com/)) 2- i called the following method to set my font...
**Description** When trying to decode with the `mediacodec` hwaccel decoder, the decoder gives a lot of errors, it seems to only decode the first frame or first few video frames...
it is possible to build static library on iOS?
**Description** FFprobe will fail with : ``` FFProbe: Error FAILED - 0: org.json.JSONException: Unterminated object at character 67547 of { ``` **Expected behavior** It should not fail **Current behavior** It...
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...
**Is your feature request related to a problem? Please describe.** Kotlin Multiplatform is going stable this year and seems to be a promising platform. FFmpegKit is suitable to target Kotlin...
**Is your feature request related to a problem? Please describe.** In my code, I specifically use the return code isCancel when a recording is cancelled by the user and flag...
Hello, thank you for this great library, As you know, this library has a huge size and greatly impacts startup performance. I want to know are there any plans importing...
Description I am encountering a build error in Xcode stating Multiple commands produce ~/AppName.app/Frameworks/ffmpegkit.framework. This issue is preventing the successful build of my iOS application. Expected behavior The application should...