ffmpegthumbnailer

Create thumbnails from video files quickly and efficiently

brewmacoslinux
Try with needOr install directly
Source

About

Create thumbnails for your video files

Commands

ffmpegthumbnailer

Examples

Generate a single thumbnail at 10 seconds into a video$ ffmpegthumbnailer -i video.mp4 -o thumbnail.jpg -t 10
Create a thumbnail with custom size (320x240 pixels)$ ffmpegthumbnailer -i video.mkv -o thumb.png -s 320 -t 50
Generate thumbnail from 25% duration point of the video$ ffmpegthumbnailer -i movie.avi -o preview.jpg -t 25%