Skip to content
This repository has been archived by the owner on Mar 1, 2023. It is now read-only.

Latest commit

 

History

History
19 lines (12 loc) · 1.02 KB

README.md

File metadata and controls

19 lines (12 loc) · 1.02 KB

Archived!

This repo moved into VL.StandardLibs.

VL.Video.MediaFoundation

Set of nodes for video capture and playback using the Windows MediaFoundation SDK

Try it with vvvv, the visual live-programming environment for .NET
Download: http://visualprogramming.net

Using the library

Recent vvvv versions (>= 2021.4) have this package pre-installed. Simply open the node browser and select the VL.Video.MediaFoundation package.

For earlier versions of vvvv the package has to be installed manually by opening the command line and typing:

nuget install VL.Video.MediaFoundation -version 0.0.9-alpha

Once the VL.Video.MediaFoundation nuget is installed and referenced in your VL document you'll see the category "MediaFoundation" under "Video" in the nodebrowser.

Demos are available via the Help Browser!