Renamed project

This commit is contained in:
Jan Jastrow 2022-01-19 10:32:48 +01:00
parent b0f42855cb
commit 18c26f40e8
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# thumbnails
# ViThumbs
Create "video thumbnail collection" with metadata
Create tiled video thumbnail images with metadata
## About

View File

@ -1,7 +1,7 @@
#!/bin/bash
if [ -z "$1" ]; then
echo "usage: ./thumbgen.sh INPUT [COLUMNS=5] [ROWS=5] [SIZE=1600]"
echo "usage: ./vithumbs.sh INPUT [COLUMNS=5] [ROWS=5] [SIZE=1600]"
exit
fi