From a07c73055b94b6ec8961b8c120a82f5232c89da2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Paul=20H=C3=A4nsch?= Date: Thu, 25 Mar 2021 04:08:09 +0100 Subject: [PATCH] expand before scaling for more uniform thumbnails --- thumbnail.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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>&- -- 2.39.2