From 6e30e084f3f180ccb47f7b216c76a1d1896ceff6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Paul=20H=C3=A4nsch?= Date: Wed, 24 Mar 2021 15:21:36 +0100 Subject: [PATCH] higher thumb compression --- thumbnail.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.39.2