mirror of
https://github.com/tonydamage/nux-env.git
synced 2025-12-11 13:24:28 +01:00
medie: Default JPEG quality is 90
This commit is contained in:
parent
5b31a1c69e
commit
a93306cb79
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ type ffmpeg > /dev/null 2>&1 && FFMPEG_OR_LIBAV=ffmpeg
|
|||
type avconv > /dev/null 2>&1 && FFMPEG_OR_LIBAV=avconv
|
||||
type gm > /dev/null 2>&1 && NUX_MAGICK=gm
|
||||
|
||||
QUALITY=${QUALITY:=95}
|
||||
QUALITY=${QUALITY:=90}
|
||||
DUPLICATE_THRESHOLD=${DUPLICATE_THRESHOLD:=90%}
|
||||
SKIP_CHECK=no_skip
|
||||
nux.log debug "FFMPEG: $FFMPEG_OR_LIBAV Magick: $NUX_MAGICK"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue