Skip to content

Commit

Permalink
Added BT2020 SDR to BT2020 HLG support
Browse files Browse the repository at this point in the history
Added support to Linear BT2020 SDR 100 nits to HLG BT2020nc 200 nits
  • Loading branch information
FranceBB authored Dec 20, 2020
1 parent 2deaaa6 commit 8b67756
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion LinearTransformation.avsi
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ Function LinearTransformation(clip clp, string "Input", string "Output") {
\ : Input=="Linear_BT709" && Output=="BT2020_HLG" ? "BT709_to_HLG"
\ : Input=="Linear_BT709" && Output=="BT2100_PQ" ? "BT709_to_PQ"
\ : Input=="Linear_BT709" && Output=="DCI_XYZ" ? "YUVBT709_to_DCIXYZ"
\ : Input=="Linear_BT709" && Output=="ZLog" ? "ZLog_to_BT709"
\ : Input=="Linear_BT709" && Output=="ZLog" ? "ZLog_to_BT709"
\ : Input=="Linear_BT2020" && Output=="BT2020_HLG" ? "Linear_BT2020_to_HLG_BT2020"
\ : Input=="BT2100_PQ" && Output=="Linear_BT2020" ? "BT2100_HDR_PQ_to_BT2020_SDR"
\ : Input=="BT2100_PQ" && Output=="Linear_BT709" ? "PQ_to_BT709_v1"
\ : Input=="BT2100_PQ" && Output=="BT2020_HLG" ? "PQ_to_HLG"
Expand Down

0 comments on commit 8b67756

Please sign in to comment.