Skip to content

Commit 1fb7e8d

Browse files
committed
Readme.md
1 parent 891887a commit 1fb7e8d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,16 @@ Open MLDX12VideoCapture\MLDX12VideoCapture.sln using Visual Studio 2017 and buil
1313

1414
YUV to RGB conversion is not optimal.
1515

16+
### About output AVI file of MLDX12VideoCapture
17+
18+
Currently only YUV 10bit format can be recorded.
19+
20+
Output AVI file does not contain audio data.
21+
22+
Output AVI file does not have index chunk and not completed. Converting using ffmpeg to fix. Example:
23+
24+
> ffmpeg -i output.avi output.mjpeg
25+
1626
![ScreenShot](MLDX12VideoCapture/ScreenShot.png)
1727

1828

0 commit comments

Comments
 (0)