File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -18,12 +18,23 @@ Output AVI file does not have index chunk and not completed. Mencoder can fix th
18
18
19
19
> mencoder -idx output.avi -ovc copy -oac copy -o fixed.avi
20
20
21
+ Output AVI can be converted to OpenEXR image sequence using AviToExrSequence.
22
+
21
23
### How to build
22
24
23
25
Decklink SDK 11.7 is necessary to build.
24
26
Copy Blackmagic DeckLink SDK 11.7\Win\include\* to MLDecklinkCapture\Decklink directory.
25
27
Open MLDX12VideoCapture\MLDX12VideoCapture.sln using Visual Studio 2019 and build.
26
28
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
+
27
38
28
39
HDR10Viewer2 project
29
40
--------------
You can’t perform that action at this time.
0 commit comments