snapframes 0.0.1 copy "snapframes: ^0.0.1" to clipboard
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)
0
likes
130
points
13
downloads

Publisher

verified publisherkotelnikoff.dev

Weekly Downloads

Flutter plugin for extracting video thumbnails on Android and iOS.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on snapframes

Packages that implement snapframes