Skip to content

HDR10Capture 1.6

Compare
Choose a tag to compare
@manoreken2 manoreken2 released this 19 Jan 13:10
· 24 commits to master since this release

HDR10Capture 1.6 : HDR10 Video capture program using Blackmagic Decklink

Supported platforms

Windows 10 64-bit version. 2004 or later

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.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