mirror of
https://github.com/JanJastrow/ViThumbs.git
synced 2024-11-23 15:49:55 +01:00
Renamed project
This commit is contained in:
parent
b0f42855cb
commit
18c26f40e8
@ -1,6 +1,6 @@
|
|||||||
# thumbnails
|
# ViThumbs
|
||||||
|
|
||||||
Create "video thumbnail collection" with metadata
|
Create tiled video thumbnail images with metadata
|
||||||
|
|
||||||
## About
|
## About
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
if [ -z "$1" ]; then
|
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
|
exit
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue
Block a user