Decoder for DCI XYZ' JPEG2000 streams into YUV with colorspace correction.
Go to file
2024-02-19 20:22:45 +01:00
bin Initial commit 2024-02-19 20:06:49 +01:00
colorspace Initial commit 2024-02-19 20:06:49 +01:00
conv Initial commit 2024-02-19 20:06:49 +01:00
libav Initial commit 2024-02-19 20:06:49 +01:00
libopenjp2 Initial commit 2024-02-19 20:06:49 +01:00
scripts Fix closing command on end of stream 2024-02-19 20:22:45 +01:00
.gitignore Initial commit 2024-02-19 20:06:49 +01:00
.gitmodules Initial commit 2024-02-19 20:06:49 +01:00
build.sh Initial commit 2024-02-19 20:06:49 +01:00
convert.go Initial commit 2024-02-19 20:06:49 +01:00
go.mod Initial commit 2024-02-19 20:06:49 +01:00
go.sum Initial commit 2024-02-19 20:06:49 +01:00
job.go Initial commit 2024-02-19 20:06:49 +01:00
LICENSE Initial commit 2024-02-19 20:06:49 +01:00
parameters.go Initial commit 2024-02-19 20:06:49 +01:00
README.md Initial commit 2024-02-19 20:06:49 +01:00
xyz2yuv.go Fix closing command on end of stream 2024-02-19 20:22:45 +01:00

xyz2yuv tool

Decode DCI XYZ' and apply conversions to your desired output colorspace. Supports Rec. 709 and Rec. 2020, with adjustable precision and gamma values.

Supports AVX-512 and AVX2 targets, and a generic implementation in C and Go as well.

Dependencies

  • CGO
  • libopenjp2-dev
  • libavformat-dev
  • libavcodec-dev
  • libavutil-dev