video_frame_extractor 0.0.3
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.
Example #
await VideoFrameExtractor.fromNetwork(
videoUrl: 'https://storage.googleapis.com/gtv-videos-bucket/sample/ForBiggerBlazes.mp4',
imagesCount: 4,
destinationDirectoryPath: '/storage/emulated/0/Download',
onProgress: (progress) {},
);