try using desat=0 to preserve superbright colors
makes sunsets pleasinger though some orange can get flat
This commit is contained in:
parent
2ac10e6350
commit
c768c86c95
1 changed files with 1 additions and 1 deletions
2
pack-vid
2
pack-vid
|
@ -204,7 +204,7 @@ function convert( $src, $dest, $options ) {
|
|||
if ( $exposure ) {
|
||||
$filters[] = "exposure=$exposure";
|
||||
}
|
||||
$filters[] = "tonemap=hable:peak=$peak";
|
||||
$filters[] = "tonemap=hable:peak=$peak:desat=0.0";
|
||||
$filters[] = "zscale=t=bt709:p=bt709:m=bt709:r=full";
|
||||
$filters[] = "vibrance=0.20";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue