Skip to content

Simple bash script for creating thumbnail video previews

Notifications You must be signed in to change notification settings

trifonovkv/mkpreview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

mkpreview

Simple bash script for creating thumbnail video previews

screenshot

Installation

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

Usage

mkpreview [OPTIONS] /path/to/videofile

-n NUMBER how many thumbnails to create
-s WIDTHxHEIGHT size of thumbnails
-h show help

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

About

Simple bash script for creating thumbnail video previews

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages