MXF Reader

From AVObjects Knowledge Base
(Difference between revisions)
Jump to: navigation, search
Line 3: Line 3:
 
==Overview==
 
==Overview==
  
{{Infobox Product
+
* {{dsfilter}}
|type    =DirectShow filter
+
* {{released}}}
|status  =Beta
+
|version  =1.0.0.1
+
|asdfasdf
+
}}
+
  
The MXF Demultiplexer 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.
+
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]].
 
This product is available with [[DV/DVCPRO HD SDK]].
Line 24: 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===
 
===Basic specs===
Line 81: Line 79:
 
==See also==
 
==See also==
  
 +
* [[MXF Parser: DirectShow Specs]]
 
* [[Problem Description Guidelines]]
 
* [[Problem Description Guidelines]]
* [http://www.medialooks.com MediaLooks Web Site]
 
* [mailto:looks@medialooks.com Contact MediaLooks]
 
  
 
[[Category:DirectShow Filters]]
 
[[Category:DirectShow Filters]]
 
[[Category:Splitters & Codecs]]
 
[[Category:Splitters & Codecs]]
 
__NOTOC__
 
__NOTOC__

Revision as of 01:02, 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.


Basic specs

Filter Interfaces: IBaseFilter, IMXFDemultiplexer
Input stream: MXF data
Input Pin Media Types: MEDIATYPE_Stream

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

MEDIASUBTYPE_dv25, MEDIASUBTYPE_dv50, MEDIASUBTYPE_dvh1
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}

MediaLooks filters: CLSID_MediaLooksCategory {1D0D0809-3513-244F-4B3D-2A0A1D131B17}

Usage in GraphEdit

Filter can be found in the following categories:

  • DirectShow filters
  • MediaLooks filters

Downloads

See also

Personal tools