Skip to content

Commit cae19ee

Browse files
authored
Updated notes
1 parent a1d1da0 commit cae19ee

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

README.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,12 @@ All subsequent transforms have been developed using the Native to XYZ matrix val
3232
**Recent GoPro camera releases have different sensors but they appear to use the same color matrix data. <sup>#<sup>**
3333

3434
> **<sup>#</sup> Important:**
35-
> Whilst all GoPros appear to use the same Color Matrices, the raw gains applied for Native White Balance are different between the various imaging sensors and even within the models using the same sensors. The resulting XYZ Matrix will be different for each GoPro model.
36-
> <br>There will be slight color variations when the "Native" color transforms (based off the IMX117 sensor) are used across the different GoPro iterations. The Rec.709 Gamut based transforms should work across all variations regardless.
35+
> Whilst all GoPros appear to use the same Color Matrices, the raw gains applied for Native White Balance are different between the various imaging sensors and even within the models using the same sensors.
36+
> <br><br>**The resulting XYZ Matrix will be different for each GoPro model.**
37+
> <br><br>**There will be slight color variations when the "Native" color transforms (based off the IMX117 sensor & HERO5 Black) are used across the different GoPro iterations.**
38+
> <br><br>The Rec.709 Gamut based transforms should work across all variations regardless.
3739
40+
### Sensor Data
3841
The imaging sensors and their associated GoPro models are listed below:
3942

4043
| Sensor | Camera |
@@ -44,6 +47,7 @@ The imaging sensors and their associated GoPro models are listed below:
4447
| IMX677(L) | Hero 9 Black<br>Hero 10 Black<br>Hero 11 Black<br>Hero 12 Black |
4548

4649

50+
### Matrix Data
4751
The Native to XYZ matrix (for IMX117 based GoPro HERO5) is derived as below *:
4852

4953
[ 0.501918 0.294524 0.154014 ]
@@ -54,6 +58,8 @@ The Native to XYZ matrix (for IMX117 based GoPro HERO5) is derived as below *:
5458
5559
For camera specific profiles, including WIDE=1, custom LOGB parameters and Tungsten presets, refer to the commercially available GP-Tune Transform instead: https://xtremestuff.net/store/gp-tune-transform/
5660

61+
See [Discussion](https://github.com/xtremestuff/protune-transforms/discussions/13) for more information.
62+
5763

5864
## Installation
5965

@@ -103,13 +109,13 @@ If using Resolve 17 or above, The ACES DCTL files in the IDT folder must be copi
103109
#### iPad
104110
##### Resolve 18.6.2 and above
105111

106-
ACES Transforms/IDT folder within DaVinci Resolve App folder structure
112+
ACES Transforms/IDT/ folder within DaVinci Resolve App folder structure
107113

108114
If the folders do not exist, they may need to be created manually.
109115

110116

111117
##### Older Resolve versions
112-
Not possible with current release. Follow instructions to use via [LUT Menu](#usage-in-davinci-ctl-or-via-lut-menu) instead
118+
Not possible with older iPad releases. Follow instructions to use via [LUT Menu](#usage-in-davinci-ctl-or-via-lut-menu) instead
113119

114120
#### Linux
115121
~/.local/share/DaVinciResolve/ACES Transforms/IDT/
@@ -131,7 +137,7 @@ If using Resolve 17 or above, The ACES DCTL files in the ODT folder must be copi
131137
#### iPad
132138
##### Resolve 18.6.2 and above
133139

134-
ACES Transforms/ODT folder within DaVinci Resolve App folder structure
140+
ACES Transforms/ODT/ folder within DaVinci Resolve App folder structure
135141

136142
If the folders do not exist, they may need to be created manually.
137143

@@ -146,7 +152,7 @@ Not possible with older versions.
146152

147153
### Exposure Notes
148154

149-
The Protune Gamma curve is defined within the 0 - 1 range with the peak being equivalent to SDR Peak White. Despite this, the curve has a significantly higher Middle Gray value of 68% IRE. A significant portion of the curve is allocated to the lower code values under Middle Gray. This means that when footage is corrected using the transforms, anything under-exposed will be pushed further towards the shadows. To counteract this, the footage should either be exposed correctly, or under-exposed by 1-2 stops when recording and adjusted in accordingly after applying the transform.
155+
The Protune Gamma curve is defined within the 0 - 1 range with the peak being equivalent to SDR Peak White. Despite this, the curve has a significantly higher Middle Gray value of 68% IRE. A significant portion of the curve is allocated to the lower code values under Middle Gray. This means that when footage is corrected using the transforms, anything under-exposed will be pushed further towards the shadows. To counteract this, the footage should either be exposed correctly, or under-exposed by 1-2 stops when recording and adjusted in Resolve accordingly after applying the transform.
150156

151157
### DaVinci YRGB Color Science
152158

0 commit comments

Comments
 (0)