Skip to content

Commit

Permalink
Updated LinearTransformation() for Super8 Slog3
Browse files Browse the repository at this point in the history
Updated LinearTransformation() for Super8 Slog3 captures:

LinearTransformation(Input="SLog3_Super8", Output="Linear_BT709")
  • Loading branch information
FranceBB authored Jul 8, 2021
1 parent 0604951 commit 7d57cf3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions LinearTransformation.avsi
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ Function LinearTransformation(clip clp, string "Input", string "Output") {
\ : Input=="CLog3" && Output=="BT2100_PQ" ? "CLog3_to_HDR_PQ"
\ : Input=="SLog2" && Output=="BT709" ? "Slog2_to_BT709"
\ : Input=="SLog3" && Output=="BT709" ? "Slog3_to_BT709"
\ : Input=="SLog3_Super8" && Output=="BT709" ? "Slog3_Super8_to_BT709cube"
\ : Input=="BT2020_HLG" && Output=="BT709" ? "HLG_BT2020_to_Linear_BT709"
\ : Input=="BT2020_HLG_A" && Output=="BT709" ? "HLG_A_to_LinearBT709"
\ : Input=="BT2020_HLG" && Output=="BT2100_PQ" ? "HLG_to_PQ"
Expand Down

0 comments on commit 7d57cf3

Please sign in to comment.