video_trimmer_2 0.1.3
video_trimmer_2: ^0.1.3 copied to clipboard
A Flutter plugin to trim videos on Android and iOS. An alternate to ffmpeg to trim and export videos.
0.1.3 #
- Fixed video orientation issues for camera-recorded videos
- Properly handle video rotation metadata on both iOS and Android
- Added video composition support for iOS to maintain correct aspect ratio
- Added orientation hints for Android MediaMuxer
- Improved example app with camera recording capability
0.1.2 #
- Minor bug fix for kotlin muxer code