Skip to content

Commit 0b00e11

Browse files
committed
MLDX12VideoCapture Version 1.0
1 parent 1fb7e8d commit 0b00e11

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

MLDX12VideoCapture/00README.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
How to run the program:
2+
Extract all and run MLDX12VideoCapture.exe
3+
4+
Version 1.0
5+
6+
-Initial release
7+
-Only YUV422 10bit can be recorded as AVI
8+
-AVI file does not have index chunk. use mencoder to fix the index problem. Example:
9+
10+
> mencoder -idx output.avi -ovc copy -oac copy -o fixed.avi

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ Currently only YUV 10bit format can be recorded.
1919

2020
Output AVI file does not contain audio data.
2121

22-
Output AVI file does not have index chunk and not completed. Converting using ffmpeg to fix. Example:
22+
Output AVI file does not have index chunk and not completed. Mencoder can fix the index. Example:
2323

24-
> ffmpeg -i output.avi output.mjpeg
24+
> mencoder -idx output.avi -ovc copy -oac copy -o fixed.avi
2525
2626
![ScreenShot](MLDX12VideoCapture/ScreenShot.png)
2727

0 commit comments

Comments
 (0)