ffmpeg-kit icon indicating copy to clipboard operation
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.

Results 232 ffmpeg-kit issues
Sort by recently updated
recently updated
newest added

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"...

question
no-issue-activity
flutter
v4.5.1

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...

ffmpeg-question

**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...

ffmpeg-bug
android
v4.5
v4.5.1
v5.1

it is possible to build static library on iOS?

question
ios
scripts
v6.0

**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...

enhancement
library
all-platforms
v6.0

**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...

enhancement
all-platforms

**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...

enhancement

**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...

enhancement
wontfix
android
library

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...

enhancement
react-native
v4.5.1

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...