Skip to content

A simple tool to generate a grid of thumbnails from a video file

License

Notifications You must be signed in to change notification settings

prokoma/thumbnail-grid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

thumbnail-grid

A simple tool to generate a grid of thumbnails from a video file. Uses libavformat and libavcodec to read the input file. The frames are scaled to the width specified by -w option (default 150px) and then saved to WEBP output file with configurable quality (-q, default 100 = lossless).

Usage

thumbnail-grid [-r num_rows] [-c num_cols] [-w img_width] [-q quality] <input_file> <output_file>

Dependencies

sudo apt install libwebp-dev libavcodec-dev libavutil-dev libavformat-dev libswscale-dev

Compiling

make

About

A simple tool to generate a grid of thumbnails from a video file

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published