From: Paul Hänsch Date: Wed, 24 Mar 2021 14:21:36 +0000 (+0100) Subject: higher thumb compression X-Git-Url: http://git.plutz.net/?p=serve0;a=commitdiff_plain;h=6e30e084f3f180ccb47f7b216c76a1d1896ceff6 higher thumb compression --- diff --git a/thumbnail.sh b/thumbnail.sh index d1b5ff5..3c486c7 100644 --- a/thumbnail.sh +++ b/thumbnail.sh @@ -30,7 +30,7 @@ gen_thumb(){ | mplayer -input nodefault-bindings -nosound -benchmark \ -noconfig all -really-quiet \ -vf scale=320:-2,tile=10:1:10:0:0 \ - -vo jpeg:quality=96:outdir="${tmp}"\ + -vo jpeg:quality=85:outdir="${tmp}"\ "mf://$tmp/_*.jpg" 2>&- mv "${tmp}/00000001.jpg" "$thumb"