export_video_frame 0.0.1 copy "export_video_frame: ^0.0.1" to clipboard
export_video_frame: ^0.0.1 copied to clipboard

outdated

A Flutter plugin for iOS and Android for exporting picture from video file.

#Export Video frame for Flutter

A Flutter plugin for iOS and Android for exporting picture from video file.

##Installation

add export_video_frame as a dependency in your pubspec.yaml file.

##Usage

  • First parameter is file path of video,second parameter will export the number of frames.Returns the file list of the frame image. List<File> images = await ExportVideoFrame.exportImage(filpath,number);

  • Clean cache images after exporting frame. ExportVideoFrame.cleanImageCache();

40
likes
0
pub points
77%
popularity

Publisher

unverified uploader

A Flutter plugin for iOS and Android for exporting picture from video file.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on export_video_frame