snapframes 0.0.1
snapframes: ^0.0.1 copied to clipboard
Flutter plugin for extracting video thumbnails on Android and iOS.
0.0.1 #
- Initial release of snapframes
- Extract a single frame from video at a given timestamp
- Extract multiple frames (batch mode) with configurable timestamps
- Supported output formats: JPG, PNG, WEBP
- Adjustable width, height and quality
- Retrieve video duration as
Duration - Safe frame extraction (avoids crashes on invalid timestamps)
- Example app included (with file picker & grid preview)
- Platform support:
- Android (MediaMetadataRetriever)
- iOS (AVAssetImageGenerator)