libjxl

FORK: libjxl patches used on blog
git clone https://git.neptards.moe/blog/libjxl.git
Log | Files | Refs | Submodules | README | LICENSE

README.md (579B)


      1 This directory contains encoding and decoding scripts for HEVC, for use with
      2 the benchmark custom codec. They use the HEVC reference encoder at https://hevc.hhi.fraunhofer.de/svn/svn_HEVCSoftware/
      3 and require the `TAppEncoderHighBitDepthStatic` and
      4 `TAppDecoderHighBitDepthStatic` binaries to be placed in this directory.
      5 
      6 Example usage, for encoding at QP = 30:
      7 
      8 ```
      9 tools/benchmark_xl --input=image.png --codec='custom:bin:.../tools/benchmark/hm/encode.sh:.../tools/benchmark/hm/decode.sh:-q:30'
     10 ```
     11 
     12 The paths to the encode and decode scripts should be adjusted as necessary.