sekrit-twc

Results 22 comments of sekrit-twc

My two cents: it can never be correct to apply inverse 240M OETF followed by 1886 EOTF to do a gamma conversion, because 601, 709, and all other CRT-based transfer...

Updating this issue with some additional context. ValZapod wrote: >since most use Chromium/Chrome to watch it, as a dev of Chrome, I can say Contributor A wrote: >I missed ValZapod...

After studying this issue, it appears that CMYK is functionally equivalent to RGBA, as K functions as an inverse alpha mask. The missing capability is CMYRGB conversion, as YCC is...

Still debating whether to implement this internally. It is possible to transform YCCK/CMYK to YUV/RGB with an I/O callback: YUV: Y = 1 - ((1 - K) * Y +...

@richardpl Can you provide a raw dump of YCCK or CMYK image data?

The FFmpeg tracker only has a JPEG file. If I open it in an image viewer, I only get the decoded RGB. Please upload the raw YCCK pixel data.

https://www.edureka.co/community/101278/how-do-find-the-location-of-my-python-site-packages-directory

Is v22 compiled with Visual Studio faster than v21? See attached. [vapoursynth-mvtools.zip](https://github.com/dubhater/vapoursynth-mvtools/files/4589149/vapoursynth-mvtools.zip)

Tried compiling with GCC 9 on Linux. v22 is running faster than v21 for me. Maybe the issue is related to MinGW and cross-compilation. Script from Doom9 thread: ```` import...