Skip to content

Releases: FranceBB/LinearTransformation

Linear Transformation v2.6

14 Nov 17:03
0e36352
Compare
Choose a tag to compare
  • Added preliminary RGB32 support (clips with alpha channels will be subject to the very same transformation on both the 24bit video and the 8bit alpha channel before being recomposed back to the output)

Linear Transformation v2.5

25 Sep 09:47
538e326
Compare
Choose a tag to compare
  • Introduced a new optional parameter "Interpolation" which can be set either to Trilinear or to Tetrahedral (default is Tetrahedral)
  • Temporarily removed x86 support as version 1.4 of the main dependency, Donald Graft's avscube, is now x64 only :(

Linear Transformation v2.4

12 Sep 15:48
684e7a7
Compare
Choose a tag to compare
  • Switched from Trilinear Interpolation to Tetrahedral Interpolation
  • Fullrange changed from boolean to integer to support the new avscube 1.4

Linear Transformation v2.3

08 Dec 10:17
6bf4611
Compare
Choose a tag to compare
  • Introduced support to DCI P3 D63 XYZ conversion to/from BT2020 HLG & PQ as requested by Sporv on the Doom9 support topic.

LinearTransformation(Input="BT2100_PQ", Output="DCI_XYZ")
LinearTransformation(Input="BT2020_HLG", Output="DCI_XYZ")
LinearTransformation(Input="DCI_XYZ", Output="BT2020_HLG")
LinearTransformation(Input="DCI_XYZ", Output="BT2100_PQ")

Linear Transformation v2.2

15 Oct 13:42
1669b55
Compare
Choose a tag to compare

Note: if you're using those in FFMpeg, you can skip this update.

Linear Transformation v2.1

06 Aug 20:34
172ad27
Compare
Choose a tag to compare
  • Improved conversion back to input sampling by correctly setting the output matrix as per StvG suggestion

Linear Transformation v2.0

25 Feb 19:26
08a0d9d
Compare
Choose a tag to compare
  • Introduced proper dvhe0509 (Dolby Vision Version 1.0 dvhe0509) support after 21 days of hard work together with algia (Livio Aloja), former Senior Sky Editor and Encoder.

LinearTransformation(Input="dvhe0509", Output="Linear_BT709")

Linear Transformation v1.9

06 Jan 11:01
197c18f
Compare
Choose a tag to compare
  • Following 75% ref white BBC Spec and assuming 1000 nits PQ all the time for PQ to HLG conversion
  • Improved precision with 3D 65 size PQ to HLG conversion

Linear Transformation v1.8

23 Oct 15:57
0d8020f
Compare
Choose a tag to compare

Introduced frame properties support for Avisynth 3.7.1

Linear Transformation v1.7

15 Sep 09:49
f371a9e
Compare
Choose a tag to compare
  • Added support for ZLog2 HDR to BT709 SDR 100 nits