We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 891887a commit 1fb7e8dCopy full SHA for 1fb7e8d
README.md
@@ -13,6 +13,16 @@ Open MLDX12VideoCapture\MLDX12VideoCapture.sln using Visual Studio 2017 and buil
13
14
YUV to RGB conversion is not optimal.
15
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
26

27
28
0 commit comments