Skip to content

Library to generate thumbnail images from video files, using FFmpeg

License

Notifications You must be signed in to change notification settings

7fffffff/ffthumb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ffthumb

What does it do?

Given a video file, ffthumb chooses a thumbnail image by extracting the first few keyframes and selecting the largest and least compressible file.

ffmpeg is used for keyframe extraction and is not provided.

ffprobe is used to determine if aspect ratio correction is required, and is also not provided.

Documentation: https://godoc.org/github.com/7fffffff/ffthumb

Why not just use the first frame?

Sometimes the first frame makes for a poor thumbnail, because it's all one color or something like that.

About

Library to generate thumbnail images from video files, using FFmpeg

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages