X-Git-Url: http://git.plutz.net/?p=serve0;a=blobdiff_plain;f=helpers%2Fgenthumb.sh;h=2119d85dabf247885e468900012084b67322ac0b;hp=9a0c64ad96ba7f12988caace7eafecf2b2f5e67c;hb=036ced19c16e5fe9cdab244b40f8b14b31a32fe8;hpb=5b25395c342cfbc71903c7dc22b58039de200e9b diff --git a/helpers/genthumb.sh b/helpers/genthumb.sh index 9a0c64a..2119d85 100755 --- a/helpers/genthumb.sh +++ b/helpers/genthumb.sh @@ -1,5 +1,5 @@ #!/bin/zsh -# Copyright 2014 - 2016 Paul Hänsch +# Copyright 2014 - 2017 Paul Hänsch # # This file is part of Serve0 # @@ -39,6 +39,6 @@ if [ -e "$video" -a \! -e "$thumb" ]; then -benchmark -vf framestep=I,scale="$width":-2 -ss "$(($cnt*$chunk))" "$video" >/dev/null 2>/dev/null mv "$tmp/00000001.jpg" "${tmp}/_${cnt}.jpg" done - montage "${tmp}"/_[1234].jpg -tile 2x2+0+0 -geometry 100x75+3+3 -background '#000000' "${thumb}" 2>/dev/null + montage "${tmp}"/_[1234].jpg -tile 2x2+0+0 -geometry 100x75+3+3 -background '#000000' -quality 50 "${thumb}" 2>/dev/null rm -r "${tmp}" fi