Skip to content

Commit 45cea39

Browse files
authored
Update README.md
1 parent 8b83dd2 commit 45cea39

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,23 @@ Output AVI file does not have index chunk and not completed. Mencoder can fix th
1818

1919
> mencoder -idx output.avi -ovc copy -oac copy -o fixed.avi
2020
21+
Output AVI can be converted to OpenEXR image sequence using AviToExrSequence.
22+
2123
### How to build
2224

2325
Decklink SDK 11.7 is necessary to build.
2426
Copy Blackmagic DeckLink SDK 11.7\Win\include\* to MLDecklinkCapture\Decklink directory.
2527
Open MLDX12VideoCapture\MLDX12VideoCapture.sln using Visual Studio 2019 and build.
2628

29+
AviToExrSequence project
30+
--------------
31+
32+
Read Uncompressed RGB 10bit "r210" AVI, extract HDR10 image and write OpenEXR image sequence.
33+
34+
### How to build
35+
36+
Open AviToExrSequence.sln using Visual Studio 2019 and build.
37+
2738

2839
HDR10Viewer2 project
2940
--------------

0 commit comments

Comments
 (0)