MFT_Grayscale Sample

Shows how to implement a video effect as a Media Foundation Transform (MFT). The grayscale MFT converts YUV video to grayscale by setting the chroma values in the video to neutral. The MFT accepts uncompressed video in UYVY, YUY2, or NV12 formats.

APIs Demonstrated

This sample demonstrates the following Microsoft Media Foundation interfaces:

Usage

The MFT_GrayScale sample builds a DLL that is a COM server for the MFT. Before using the MFT, you must register the DLL.

To see the grayscale MFT in use, run the PlaybackFX Sample. You can also use the TopoEdit tool to build a topology that includes the grayscale MFT. For more information about TopoEdit, see TopoEdit.

Requirements

Product Version
Windows SDK Windows 7

 

Downloading the Sample

This sample is available in the Windows classic samples github repository.

About YUV Video

Media Foundation SDK Samples

Media Foundation Transforms

MFT_AudioDelay Sample

Writing a Custom MFT