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

A Video Frame Extractor to extract frames from video file or video network URL.

Video Frame Extractor #

A Video Frame Extractor to 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: '/storage/emulated/0/Download',
      onProgress: (progress) {},
    );
    
2
likes
140
points
221
downloads

Publisher

unverified uploader

Weekly Downloads

A Video Frame Extractor to extract frames from video file or video network URL.

Repository (GitHub)

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

flutter, video_player, video_thumbnail

More

Packages that depend on video_frame_extractor