17.09.2020, 19:37
Quote:Seems short answer for YUV gamma color shift: gamma-correction should be applied to RGB instead of YUV. Gamma correction is really an RGB concept, and is only approximated here in YUV.Shame that they did not care enough to write that in the Vapoursynth documentation,...
No sure whether I should:
a. automatically convert to RGB when gamma is enabled and planes is not set to 'luma only'.
b. automatically restrict planes to luma only when gamma correction is used
c. add a dropdown behind the Gamma that is active when Gamma is not 1 and that offers:
- restrict to 'luma only' (this would restrict planes to 'luma only' when gamma is not 1)
- force RGB conversion (this would make sure when gamma is not 1 the input is RGB)
- apply always (would to nothing and work as it does atm.)
c. is probably the most 'clean' option, but more work to implement.
-> I'll think about it and may be write some code tomorrow.
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.