Frame Rate Converter DSP

banner art

Changes the frame rate of a video stream.

CLSID

CLSID_CFrameRateConvertDmo

Interfaces

  • IMediaObject
  • IMFTransform
  • IPropertyStore

Formats

  • ARGB 32
  • RGB 24
  • RGB 32
  • RGB 555
  • RGB 565
  • AYUV
  • IYUV
  • UYVY
  • Y211
  • Y411
  • Y41P
  • YUY2
  • YUYV
  • YV12
  • YVYU

Properties

Remarks

This DSP changes the frame rate by repeating or dropping frames.

By default, the DSP gets the frame rates from the media types. Optionally, you can specify the frame rates by setting the MFPKEY_CONV_INPUTFRAMERATE and MFPKEY_CONV_OUTPUTFRAMERATE properties. These values override the frame rate given in the media type. However, if you are using this DSP within the Media Foundation pipeline, you should not set these properties.

Requirements

Client: Requires Windows Vista or Windows XP.

Header: Include wmcodecdsp.h.

Library: Use mfvdsp.dll.

See Also