push into rec709 before tone-mapping
should produce better colors
This commit is contained in:
parent
6044cd7ec8
commit
7531cca184
1 changed files with 1 additions and 1 deletions
2
pack-vid
2
pack-vid
|
|
@ -345,7 +345,7 @@ function convert( $src, $dest, $options ) {
|
||||||
}
|
}
|
||||||
$filters[] = "scale=w=$scaleWidth:h=$scaleHeight";
|
$filters[] = "scale=w=$scaleWidth:h=$scaleHeight";
|
||||||
if ( $hdr ) {
|
if ( $hdr ) {
|
||||||
$filters[] = "zscale=t=linear";
|
$filters[] = "zscale=t=linear:p=709:m=709";
|
||||||
if ( $exposure ) {
|
if ( $exposure ) {
|
||||||
$filters[] = "exposure=$exposure";
|
$filters[] = "exposure=$exposure";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue