Skip to content

Releases: quietvoid/hdr10plus_tool

1.6.1

14 Sep 17:01
5a5b835
Compare
Choose a tag to compare

Features

  • Added limit option to extract subcommand.
     

Full Changelog: 1.6.0...1.6.1

Download hdr10plus_tool 1.6.1

File Platform Checksum
hdr10plus_tool-1.6.1-universal-macOS.zip Apple Universal macOS checksum
hdr10plus_tool-1.6.1-x86_64-pc-windows-msvc.zip x64 Windows checksum
hdr10plus_tool-1.6.1-aarch64-pc-windows-msvc.zip ARM64 Windows checksum
hdr10plus_tool-1.6.1-x86_64-unknown-linux-musl.tar.gz x64 Linux checksum
hdr10plus_tool-1.6.1-aarch64-unknown-linux-musl.tar.gz ARM64 Linux checksum

1.6.0

03 Mar 04:06
91d4723
Compare
Choose a tag to compare

Features

1.5.2

27 Jan 01:36
478be3d
Compare
Choose a tag to compare

Bug fixes

  • Fixed SEI parsing edge case that caused inject and remove to fail.

Features

  • Updated parsing/encoding library to improve performance.

Notes

  • There is now a macOS universal binary release.

1.5.1

12 Nov 22:25
f28dc7c
Compare
Choose a tag to compare

Features

1.5.0

12 Nov 02:20
05328be
Compare
Choose a tag to compare

Features

  • Added support for extracting metadata from HEVC files encoded with x265 and --dhdr10-opt.
    • Only files encoded with x265 were verified, other encoders/situations may not be supported.

1.4.0

19 Sep 13:10
16380ca
Compare
Choose a tag to compare

Features

  • Added support for HDR10+ metadata in SEI_PREFIX NALUs carrying multiple SEI messages.
  • Added remove subcommand to remove HDR10+ from HEVC file.

1.3.2

24 Aug 22:01
31cfb94
Compare
Choose a tag to compare

Bug fixes

  • Fixed parsing HDR10+ from some spec nonconforming HEVC files.

1.3.1

24 Jun 19:19
c18ab21
Compare
Choose a tag to compare

Bug fixes

  • Fixed inject erroring instead of duplicating metadata.

Features

  • Added back possibility to parse ST2094-40 version 0. Requires setting --skip-validation flag.

1.3.0

03 May 05:07
ee26b2e
Compare
Choose a tag to compare
  • Refactored everything to use hevc_parser::io
  • Added integration tests

1.2.2

07 Jan 21:39
a1d230e
Compare
Choose a tag to compare
  • Migrate to clap v3, replacing structopt for handling CLI arguments.
  • Allowed inject to replace existing metadata instead of writing two SEIs (which may be invalid behaviour).