less vibrance

This commit is contained in:
Brooke Vibber 2023-05-17 19:17:09 -07:00
parent 9c0e598ce2
commit a2457707ed

View file

@ -268,7 +268,7 @@ function convert( $src, $dest, $options ) {
} }
$filters[] = "tonemap=hable:peak=$peak:desat=0.0"; $filters[] = "tonemap=hable:peak=$peak:desat=0.0";
$filters[] = "zscale=t=bt709:p=bt709:m=bt709:r=full"; $filters[] = "zscale=t=bt709:p=bt709:m=bt709:r=full";
$filters[] = "vibrance=0.20"; $filters[] = "vibrance=0.0625";
} }
$filters[] = "format=yuv420p"; $filters[] = "format=yuv420p";
if ( $crop ) { if ( $crop ) {