smart_video_thumbnail 0.1.0 copy "smart_video_thumbnail: ^0.1.0" to clipboard
smart_video_thumbnail: ^0.1.0 copied to clipboard

High-performance Flutter plugin for extracting video thumbnails using native FFmpeg engine. Supports all video formats (MP4, AVI, MKV, FLV, etc.) with CPU-only decoding.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add smart_video_thumbnail

With Flutter:

 $ flutter pub add smart_video_thumbnail

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  smart_video_thumbnail: ^0.1.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:smart_video_thumbnail/smart_video_thumbnail.dart';
1
likes
0
points
42
downloads

Publisher

unverified uploader

Weekly Downloads

High-performance Flutter plugin for extracting video thumbnails using native FFmpeg engine. Supports all video formats (MP4, AVI, MKV, FLV, etc.) with CPU-only decoding.

Repository (GitHub)
View/report issues

Topics

#video #thumbnail #ffmpeg #video-processing #media

Documentation

Documentation

License

unknown (license)

Dependencies

flutter

More

Packages that depend on smart_video_thumbnail

Packages that implement smart_video_thumbnail