A Video Frame Extractor to extract frames from video file or video network URL.
await VideoFrameExtractor.fromNetwork(
videoUrl: 'https://storage.googleapis.com/gtv-videos-bucket/sample/ForBiggerBlazes.mp4',
imagesCount: 4,
destinationDirectoryPath: '/storage/emulated/0/Download',
onProgress: (progress) {},
);