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

PlatformAndroid

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 Flutter:

 $ flutter pub add smart_video_thumbnail

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

dependencies:
  smart_video_thumbnail: ^0.1.1

Alternatively, your editor might support 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
160
points
85
downloads
screenshot

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
API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on smart_video_thumbnail

Packages that implement smart_video_thumbnail