From: Paul Hänsch Date: Thu, 25 Mar 2021 03:08:09 +0000 (+0100) Subject: expand before scaling for more uniform thumbnails X-Git-Url: http://git.plutz.net/?p=serve0;a=commitdiff_plain;h=a07c73055b94b6ec8961b8c120a82f5232c89da2 expand before scaling for more uniform thumbnails --- diff --git a/thumbnail.sh b/thumbnail.sh index 835175e..5575c37 100644 --- a/thumbnail.sh +++ b/thumbnail.sh @@ -29,7 +29,7 @@ gen_thumb(){ printf '' \ | mplayer -input nodefault-bindings -nosound -benchmark \ -noconfig all -really-quiet \ - -vf scale=320:-2,expand=:::::16/9,tile=10:1:10:0:0 \ + -vf expand=:::::16/9,scale=320:-2,tile=10:1:10:0:0 \ -vo jpeg:quality=85:outdir="${tmp}"\ "mf://$tmp/_*.jpg" 2>&-