| 60 | | - `colormatrix` does not apply gamma and primaries (i.e. which exact color "red", "green", and "blue" each is) correction, whereas `colorspace` does (it has an option `fast=1` to disable this if you want faster conversion, or compatible output with that produced by `colormatrix`). Note: the examples are significantly worse with `fast=0` than with `fast=1`. This is because sRGB is incorrectly specified as Bt. 601, while it should have been `ispace=bt709:itrc=srgb`. Do not do what the example does! |
| | 60 | - `colormatrix` does not apply gamma and primaries (i.e. which exact color "red", "green", and "blue" each is) correction, whereas `colorspace` does (it has an option `fast=1` to disable this if you want faster conversion, or compatible output with that produced by `colormatrix`).[[BR]]Note: the examples are significantly worse with `fast=0` than with `fast=1`. This is because sRGB is incorrectly specified as Bt. 601, while it should have been `ispace=bt709:itrc=srgb`. Do not do what the example does! |