From a2457707eda71650642ac75ca149019ecd494699 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Wed, 17 May 2023 19:17:09 -0700 Subject: [PATCH] less vibrance --- pack-vid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pack-vid b/pack-vid index 1c18e4b..7bcc76f 100755 --- a/pack-vid +++ b/pack-vid @@ -268,7 +268,7 @@ function convert( $src, $dest, $options ) { } $filters[] = "tonemap=hable:peak=$peak:desat=0.0"; $filters[] = "zscale=t=bt709:p=bt709:m=bt709:r=full"; - $filters[] = "vibrance=0.20"; + $filters[] = "vibrance=0.0625"; } $filters[] = "format=yuv420p"; if ( $crop ) {