Skip to content

MLDX12VideoCapture 1.4 : Video capture program using Blackmagic Decklink

Choose a tag to compare

@manoreken2 manoreken2 released this 03 Feb 17:30
· 110 commits to master since this release

MLDX12VideoCapture 1.4 : Video capture program using Blackmagic Decklink

Supported platforms

Windows 10 64-bit version. 1803 or later

How to install the program

Extract the zip file.

How to run the program

Run MLDX12VideoCapture.exe

How to uninstall the program

Delete download zip files and extracted files.

How to run the program

Extract all and run MLDX12VideoCapture.exe

Changelog

Version 1.4

New Features:
-Fix AVI playback glitch.

Restrictions:
-Only YUV422 10bit can be recorded as AVI
-AVI file does not have index chunk. use mencoder to fix the index problem. Example:

mencoder -idx output.avi -ovc copy -oac copy -o fixed.avi

Version 1.3

New Features:
-Record audio.
-Fix screen flicker bug when RAW decoding is enabled.

Restrictions:
-Only YUV422 10bit can be recorded as AVI
-AVI file does not have index chunk. use mencoder to fix the index problem. Example:

mencoder -idx output.avi -ovc copy -oac copy -o fixed.avi

Version 1.2

New Features:
-Blackmagic Micro Studio Camera 4K Raw Preview.
-Play recorded AVI.

Restrictions:
-Only YUV422 10bit can be recorded as AVI
-AVI file does not have audio.
-AVI file does not have index chunk. use mencoder to fix the index problem. Example:

mencoder -idx output.avi -ovc copy -oac copy -o fixed.avi

Version 1.1

New Features
-Shows Write flush popup when flushing AVI to disk.
-Only YUV422 10bit can be recorded as AVI
-AVI file does not have index chunk. use mencoder to fix the index problem. Example:

mencoder -idx output.avi -ovc copy -oac copy -o fixed.avi

Version 1.0

-Initial release
-Only YUV422 10bit can be recorded as AVI
-AVI file does not have index chunk. use mencoder to fix the index problem. Example:

mencoder -idx output.avi -ovc copy -oac copy -o fixed.avi