Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 508 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 508 Bytes

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