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.
Can I Check If Device support ffmpeg before execute cmd ?
Hi, there I have been simply building this android and got this error can you give a clue how to solve this error. ``` -------------- -- Building for: Visual Studio...
**Description** My computer is the win64 version, but the script always generates the x86 version by default, which causes the project to not be built smoothly. I tried to modify...
**Is your feature request related to a problem? Please describe.** https://github.com/MycroftAI/Mycroft-Android/issues/107#issue-1790168261 Precompiled versions aren't provided in any form, and I will never bother to compile this for myself constantly. It...
**Description** Using `h264_mediacodec` decoder on android to decode a h264 stream, but the decoder not work, keep printing `Error while decoding stream #0:0: Try again` message. **Expected behavior** It should...
**Is your feature request related to a problem? Please describe.** The current version of `ffmpeg_kit_flutter` uses `MethodChannel`s to implement its functionality. This works as expected, however using FFI is faster...
Awesome!
**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...
No WRITE_EXTERNAL_STORAGE permission, log shows "/storage/emulated/test.mp4 permission denied", but session.getFailStackTrace() is null,session.getFailStackTrace() should show error msg. - Platform: `Android` - Version: `4.5.1-1.LTS`
Hi. I want ffmpeg to write over the previous file with (-y) but it doesn't work. The file exists error. Even when I manually delete the file, there is still...