Skip to content

Commit

Permalink
Fix hdr10+ for DV
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickenfuego committed Aug 5, 2022
1 parent 0b7d373 commit 56eccc7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/FFTools/Private/Set-DVArgs.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,10 @@ function Set-DVArgs {
"$($HDR.ColorPrimaries)"
'--transfer'
"$($HDR.Transfer)"
if ($HDR.HDR10Plus -eq $true) {
"--dhdr10-info"
"`"$($Paths.HDR10Plus)`""
}
'--range'
'limited'
'--hdr10'
Expand Down

0 comments on commit 56eccc7

Please sign in to comment.