0 purchases
video frame extractor
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) {},
);
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.