video_trimmer_2 0.1.1
video_trimmer_2: ^0.1.1 copied to clipboard
A Flutter plugin to trim videos on Android and iOS. An alternate to ffmpeg to trim and export videos.
0.1.0 #
- Initial release of video_trimmer_2
- Core video trimming functionality for Android using MediaExtractor and MediaMuxer
- iOS implementation using AVFoundation
- Support for trimming videos with specified start and end times in milliseconds
- Returns trimmed video as a File object