- ID: Thumbnail!MAKER
- Contact: git@schepsen.eu
Thumbnail!MAKER creates customisable thumbnails and adds some tech details in the picture's header
Attention: Don't forget to install these additional apps
- ffmpeg
- imagemagick
pip install -r requirements.txt
usage: tnmake -i path [-o path] [-w px] [-c annotation] [--grid layout] [-e {bmp,jpg,png}] [-q x] [-f path] [-s px]
Thumbnail!MAKER creates thumbnails with some additional information
options: -h, --help
- show this help message and exit
-i path, --input path
- set video filepath
-o path, --output path
- force a custom output filepath
-w px, --width px
- set width of the output image
--comment annotation
- append a thumbnail annotation
--grid layout
- set layout of the output thumbnail
-e {bmp,jpg,png}, --extension {bmp,jpg,png}
- choose the output extension (default: "jpg")
-q x, --quality x
- set quality, affects lossy image formats only
-f path, --font path
- select an available font or pass a path to a desired fontfile
-s px, --size px
- set desired fontsize (default: 13px)
-v, --verbose
- enable verbose mode
-V, --version
- show program's version number and exit
tnmake -i "Blade Runner (1982) Original.mkv" -w 750 -c "This is useful for adding small annotations (such as text labels)"
- pack the project into a
pip
package (visit)
- add support for
embedded
subtitles
- initial release