Skip to content

HDR10Capture 1.11

Latest
Compare
Choose a tag to compare
@manoreken2 manoreken2 released this 28 Feb 07:06
· 21 commits to master since this release

HDR10Capture 1.11 : HDR10 Image viewer and Video capture program using Blackmagic Decklink

Supported platforms

Windows 10 64-bit

How to install the program

Extract the zip file.

Additionally Microsoft Visual C++ Redistributable for Visual Studio 2019 may be needed to run:
https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads

How to run the program

Run HDR10Capture.exe

How to uninstall the program

Delete downloaded zip files and extracted files.

Changelog

Version 1.11

  • Shows quantization range menu during video playback.

Version 1.10

  • Quantization range select

Version 1.9

  • AVI playback (Uncompressed RGB24bit / r210 / v210)

Version 1.8

  • Drag and Drop image files to show it.

Version 1.6

  • Fix command line arg image read bug.

Version 1.5

  • Read commandline argv[1] image on program startup.

Version 1.4

-Backbuffer draw image format changed to scRGB (80nits == 1.0)
-Brightness gain slider
-Bugfix: Yuv Rec.709 to RGB conversion matrix
-Bugfix: Yuv Rec.2020 to RGB conversion matrix
-Bugfix: Update captured image while ImGui is not shown

Version 1.3

-Support capture of YUV422 8bit UYVY and YUV422 10bit v210.

Version 1.2

-File overwrite error message.

Version 1.1

-Fix OpenEXR write bug: alpha value is too large.

Version 1.0

-Initial release
-Only RGB 10bit / RGB 12bit can be recorded as AVI
-AVI file does not have index chunk. use mencoder to fix the index problem. Example:

mencoder captured.avi -ovc copy -oac copy -o fixed.avi