Skip to content

MLDX12VideoCapture 1.5 : Video capture program using Blackmagic Decklink

Choose a tag to compare

@manoreken2 manoreken2 released this 25 Feb 12:05
· 103 commits to master since this release

MLDX12VideoCapture 1.5 : 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.

Additionally Microsoft Visual C++ Redistributable for Visual Studio 2017 may be needed to run:
https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads

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.5

Bug fixes:
MLDX12VideoCapture.exe : Fix program crash when no blackmagic capture device is installed on PC.
BMRawAVIv210ToDng.exe : Fix message not to use Adobe DNG Converter (it corrupts Cinema DNG file)

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