Skip to content
This repository has been archived by the owner on Oct 4, 2023. It is now read-only.

fmtconv r24

Compare
Choose a tag to compare
@EleonoreMizo EleonoreMizo released this 16 Aug 17:15
· 139 commits to master since this release
  • bitdepth: added dithering mode 9: quasirandom sequences.
  • bitdepth: added a triangular probability distribution function (TPDF) for the dithering patterns and noises, along with the associated parameters tpdfo and tpdfn.
  • bitdepth: added corplane parameter to prevent colored noise in RGB processing.
  • bitdepth: fixed crash when trying to change the range (full or TV) without reducing the bitdepth.
  • matrix: deletes the _Matrix and _ColorSpace properties if a non-standard matrix is used.
  • matrix2020cl: sets the _Matrix and _Transfer frame properties.
  • matrix2020cl: fixed hideous colors with slightly out-of-colorspace values when converting from integer Y’Cb’Cr’ to integer linear RGB.
  • resample: totalh and totalv are now correctly taken into account, added total parameter too.
  • resample: added a planes parameter.
  • transfer: sYCC curve (similar to sRGB) now supports signed values.
  • transfer: added a planes parameter.
  • Added support for Avisynth+
  • Added information on functions reading and writing frame properties.
  • Added support for 14-bit data.
  • Vapoursynth: still uses API v3.6 but can use Python constants from API v4.0.