Changes between Version 2 and Version 3 of colorspace


Ignore:
Timestamp:
Apr 17, 2019, 5:30:28 PM (7 years ago)
Author:
gdgsdg123
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • colorspace

    v2 v3  
    5151- They both do only YUV to YUV colorspace conversion; YUV to RGB, and scaling requires swscale.
    5252- `colormatrix` supports only 8bpc (8-bit per component) pixel formats, whereas `colorspace` supports 10bpc, 12bpc also.
    53 - `colormatrix` does not apply gamma (primaries) 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: With `fast=0` (default) it seems to produce significantly worse quality... gamma miscorrection?..)^
     53- `colormatrix` does not apply gamma (primaries) 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: With `fast=0` (default) it seems to produce significantly worse quality (discoloration)... gamma miscorrection?..)^
    5454- `colormatrix` is C only, whereas `colorspace` uses x86 SIMD (ie. it's faster).
    5555[[BR]]