logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

ffmpegthumbnailer - fast and lightweight video thumbnailer

Author

       Written by Dirk Vanden Boer.

Description

Ffmpegthumbnailer  is  a  lightweight  video  thumbnailer  that  can  be  used by file managers to create
       thumbnails for your video files. The thumbnailer uses ffmpeg to decode frames from the  video  files,  so
       supported videoformats depend on the configuration flags of ffmpeg.

Name

       ffmpegthumbnailer - fast and lightweight video thumbnailer

Options

-i<s>  : input file

       -o<s>  : output file

       -s<n>  : thumbnail size (use 0 for original size) (default: 128)

       -q<n>  : image quality (0 = bad, 10 = best) (default: 8) (only for jpeg)

       -c<s>  : override image format (jpeg or png) (default: determined by filename)

       -t<n|s>
              : time to seek to (percentage or absolute time hh:mm:ss) (default: 10%)

       -a     : ignore aspect ratio and generate square thumbnail

       -f     : create a movie strip overlay

       -m     : prefer embedded image metadata over video content

       -h     : display this help

Reporting Bugs

Synopsis

ffmpegthumbnailer [options]

See Also