Skip to content

Instantly share code, notes, and snippets.

@sobotka
Created February 13, 2018 00:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sobotka/83dadc636e03b031bd89b4ebafce5a19 to your computer and use it in GitHub Desktop.
Save sobotka/83dadc636e03b031bd89b4ebafce5a19 to your computer and use it in GitHub Desktop.
V-Log L Transform for REC.709 Scene Referred Reference Space Primaries
- !<ColorSpace>
name: Input - Panasonic - V-Log - V-Gamut
family: Input/Panasonic
equalitygroup: ""
bitdepth: 32f
description: |
V-Log - V-Gamut
isdata: false
allocation: uniform
allocationvars: [0, 1]
to_reference: !<GroupTransform>
children:
- !<FileTransform> {src: V-Log_to_linear.spi1d, interpolation: linear}
- !<MatrixTransform> {matrix: [1.806576, -0.695697, -0.110879, 0, -0.170090 , 1.305955, -0.135865, 0, -0.025206, -0.154468, 1.179674, 0, 0, 0, 0, 1]}
# Reference for the V-Gamut to REC.709 Matrix from
# http://pro-av.panasonic.net/en/varicam/common/pdf/VARICAM_V-Log_V-Gamut.pdf
# 1.806576 -0.695697 -0.110879
# -0.170090 1.305955 -0.135865
# -0.025206 -0.154468 1.179674
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment