video_frame_extractor 0.0.2 copy "video_frame_extractor: ^0.0.2" to clipboard
video_frame_extractor: ^0.0.2 copied to clipboard

PlatformAndroidiOS
outdated

Extract frames from video.

Video Frame Extractor #

Extract frames from video file or video network url.

Sample

Example #


    await VideoFrameExtractor.fromNetwork(
      videoUrl: 'https://storage.googleapis.com/gtv-videos-bucket/sample/ForBiggerBlazes.mp4',
      imagesCount: 4,
      destinationDirectoryPath: 'E:/video_to_images/exported',
      maxWidth: 10,
      maxHeight: 20,
      quality: 1,
      imageFormat: ImageFormat.PNG,
      onProgress: (progress) {},
    );
    
2
likes
120
points
550
downloads

Publisher

unverified uploader

Weekly Downloads

Extract frames from video.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

flutter, video_player, video_thumbnail

More

Packages that depend on video_frame_extractor