doeesn't seem to make a dif but makes me feel better
This commit is contained in:
parent
dc08212159
commit
05694cd9e5
1 changed files with 2 additions and 2 deletions
4
pack-vid
4
pack-vid
|
@ -198,12 +198,12 @@ function convert( $src, $dest, $options ) {
|
|||
|
||||
$filters = [ "scale=w=$scaleWidth:h=$scaleHeight" ];
|
||||
if ( $hdr ) {
|
||||
$filters[] = "zscale=t=linear:p=bt709";
|
||||
$filters[] = "zscale=t=linear:p=bt2020";
|
||||
if ( $exposure ) {
|
||||
$filters[] = "exposure=$exposure";
|
||||
}
|
||||
$filters[] = "tonemap=hable:peak=$peak";
|
||||
$filters[] = "zscale=t=bt709:m=bt709:r=full";
|
||||
$filters[] = "zscale=t=bt709:p=bt709:m=bt709:r=full";
|
||||
}
|
||||
$filters[] = "format=yuv420p";
|
||||
if ( $crop ) {
|
||||
|
|
Loading…
Reference in a new issue