MXF Reader

From AVObjects Knowledge Base
(Difference between revisions)
Jump to: navigation, search
(Features)
Line 20: Line 20:
 
* SMPTE 390M - OP "Atom" (Simplified Representation of a Single Item).
 
* SMPTE 390M - OP "Atom" (Simplified Representation of a Single Item).
 
* SMPTE 383M - Mapping DV-DIF Data to the MXF Generic Container.
 
* SMPTE 383M - Mapping DV-DIF Data to the MXF Generic Container.
 
 
 
===Basic specs===
 
 
{|
 
|'''Filter Interfaces:'''
 
|IBaseFilter, IMXFDemultiplexer
 
|-
 
|'''Input stream:'''
 
|MXF data
 
|-
 
|'''Input Pin Media Types:'''
 
|MEDIATYPE_Stream <br>
 
MEDIASUBTYPE_Mxf {1A537913-D36B-4B22-BE06-50EBA7924A21}
 
|-
 
|'''Input Pin Interfaces:'''
 
|IPin, IQualityControl, IMemInputPin
 
|-
 
|'''Output streams:'''
 
|DV frames of DV25, DV50 and DV100 types
 
|-
 
|'''Output Pin Media Types:'''
 
|MEDIATYPE_Interleaved<br>
 
MEDIASUBTYPE_dv25, MEDIASUBTYPE_dv50, MEDIASUBTYPE_dvh1<br>
 
FORMAT_DvInfo
 
|-
 
|'''Output Pin Interfaces:'''
 
|IPin, IQualityControl, IMediaSeeking
 
|-
 
|'''Filter Name:'''
 
|MediaLooks MXF Demultiplexer
 
|-
 
|'''Filter CLSID:'''
 
|4CEE04E6-9E52-4BF6-8AAF-88387F16567D
 
|-
 
|'''Executable:'''
 
|MXFDemuxer.dll
 
|-
 
|'''Merit:'''
 
|MERIT_DO_NOT_USE
 
|-
 
|'''Filter categories:'''
 
|DirectShow filters: CLSID_LegacyAmFilterCategory {083863F1-70DE-11d0-BD40-00A0C911CE86}<br>
 
MediaLooks filters: CLSID_MediaLooksCategory {1D0D0809-3513-244F-4B3D-2A0A1D131B17}
 
|}
 
  
 
==Usage in GraphEdit==
 
==Usage in GraphEdit==

Revision as of 01:12, 9 March 2008

Demultiplexes MXF data that are delivered in pull mode. Supports specialized operational pattern "Atom" and DV-DIF data mapping.

Overview

  • Type: DirectShow Filter
  • Status: Released}

The MXF Demultiplexer (parser) filter is used for playback of MXF files. It accepts data in MXF format and demultiplexes it into its DV-DIF data stream for further processing and/or rendering. This filter is typically connected to the Async File Source filter on its input pin, although it can connect to any filter that has an output pin that supports IAsyncReader.

This product is available with DV/DVCPRO HD SDK.

Features

  • MXF - Specialized Operational Pattern "Atom".
  • Handled Essences - DV-DIF data.

Supported MXF Standards

  • SMPTE 377M - MXF File Format Specification.
  • SMPTE 390M - OP "Atom" (Simplified Representation of a Single Item).
  • SMPTE 383M - Mapping DV-DIF Data to the MXF Generic Container.

Usage in GraphEdit

Filter can be found in the following categories:

  • DirectShow filters
  • MediaLooks filters

Downloads

See also

Personal tools