Set peak linear RGB value of 8.0 in tonemap
This commit is contained in:
parent
5546481191
commit
a80629c9ad
1 changed files with 1 additions and 1 deletions
2
pack-vid
2
pack-vid
|
@ -133,7 +133,7 @@ function convert( $src, $dest, $options ) {
|
|||
$filters = [ "scale=w=$scaleWidth:h=$scaleHeight" ];
|
||||
if ( $hdr ) {
|
||||
$filters[] = "zscale=t=linear:p=bt709";
|
||||
$filters[] = "tonemap=hable";
|
||||
$filters[] = "tonemap=hable:peak=8";
|
||||
$filters[] = "zscale=t=bt709:m=bt709:r=full";
|
||||
}
|
||||
$filters[] = "format=yuv420p";
|
||||
|
|
Loading…
Reference in a new issue