Simple bash script for creating thumbnail video previews
Install dependecies:
install ffmpeg to Fedora
Debian, Ubuntu:
sudo apt-get install imagemagick
RedHat, Fedora:
sudo dnf install ImageMagick
wget https://raw.githubusercontent.com/trifonovkv/mkpreview/main/mkpreview
chmod +x ./mkpreview
mkpreview [OPTIONS] /path/to/videofile
-n NUMBER how many thumbnails to create
-s WIDTHxHEIGHT size of thumbnails
-h show help
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
