ffmpeg_kit_flutter_new_min 3.1.0
ffmpeg_kit_flutter_new_min: ^3.1.0 copied to clipboard
FFmpeg Kit Minimal for Flutter. Supports Android, iOS and macOS platforms.
3.1.0 #
- Added ProGuard rules
- Fixed the FFmpeg 8.0 compatibility issue across all platforms. The problem was that
all_channel_countswas being set AFTER the filter was created, but FFmpeg 8.0 requires it to be set DURING filter creation.
3.0.0 #
- FFmpeg
v8.0.0with all the sweet perks
2.1.0 #
- Downgraded Kotlin from 2.2.0 to 1.8.22
- Added new jniLibs that support Kotlin 1.8
2.0.0 #
- Removed bundled Android FFmpeg (jniLibs, cpp, bindings)
- Added FFmpeg min using new Maven Central package
1.0.1 #
- Updated README.md
- Updated scripts
1.0.0 #
- Initial release
- FFmpeg version 7.1.1