blurhash_video 0.0.8 copy "blurhash_video: ^0.0.8" to clipboard
blurhash_video: ^0.0.8 copied to clipboard

Blurhash algorithm applied to sequence of images extracted from video file

About #

Blurhash algorithm applied to sequence of images extracted from video file

List of hashes for 7 seconds video file with 16 frames per second has size of 6KB uncompressed!

Preview #

Video preview

Getting started #

Include latest version from pub.dev to pubspec.yaml

Usage #

// generate sorted list of blurhashes from video 
final hashes = await BlurhashVideo.generateBlurHashes(
  path: path, // video file location 
  fps: 24, // video fps is used by default
  duration: 7, // in seconds
);
4
likes
140
pub points
30%
popularity

Publisher

verified publisherstarkdev.org

Blurhash algorithm applied to sequence of images extracted from video file

Repository (GitHub)
View/report issues

Documentation

API reference

License

GPL-3.0 (LICENSE)

Dependencies

blurhash_dart, ffmpeg_kit_flutter_full_gpl, flutter, image, path, path_provider

More

Packages that depend on blurhash_video