Skip to content

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

License

Notifications You must be signed in to change notification settings

punit1111/video_frame_extractor

Repository files navigation

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) {},
    );
    

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published