]> git.plutz.net Git - serve0/commitdiff
higher thumb compression
authorPaul Hänsch <paul@plutz.net>
Wed, 24 Mar 2021 14:21:36 +0000 (15:21 +0100)
committerPaul Hänsch <paul@plutz.net>
Wed, 24 Mar 2021 14:21:36 +0000 (15:21 +0100)
thumbnail.sh

index d1b5ff5482edfefae707cf1d19eeb50359c4f769..3c486c7fdc6d443581a6136977934a64ab4059b9 100644 (file)
@@ -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"