File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed
Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -19,9 +19,9 @@ Currently only YUV 10bit format can be recorded.
1919
2020Output 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
You can’t perform that action at this time.
0 commit comments