DVCPRO HD Decoder

From AVObjects Knowledge Base
(Difference between revisions)
Jump to: navigation, search
 
(60 intermediate revisions by 5 users not shown)
Line 1: Line 1:
DirectShow filter for decoding DV25 (DVCPRO25), DV50 (DVCPRO50) and DV100 (DVCPRO100 or DVCPRO HD) video streams.
+
<!--RM_ID:7-->
 +
<!--H1:DV Decoder-->
 +
<!--TITLE:DV Decoder DirectShow filter-->
 +
<!--DESCRIPTION:DirectShow filter for for decoding DV, DVCPRO, DVCPRO 50 and DVCPRO HD video.-->
 +
<!--KEYWORDS:Video Decode DV DVCPRO DVCPRO50 DVCPROHD DirectShow -->
 +
{{This|products/decoders/dv_decoder.html}}
 +
 
 +
The DV Decoder is a DirectShow filter for decoding DV, DVCPRO, DVCPRO 50 and DVCPRO HD video streams.
  
 
==Overview==
 
==Overview==
  
'''MediaLooks DV Decoder''' is a high-performance decoder that supports DVCPRO25, DVCPRO50 and DVCPRO100 (DVCPRO HD).
+
AVObjects DV Decoder is a high-performance DirectShow decoder for a variety of DV video streams.
  
This product is available with the [[DV/DVCPRO HD SDK]].
+
==Supported DV Formats==
 +
 
 +
* DV/DVCR (IEC 61834) (SD format for 525-60 and 625-50 systems)
 +
* DV25/DVCPRO 25 (SMPTE 314M)
 +
* DV50/DVCPRO 50 (SMPTE 314M)
 +
* DV100/DVCPRO 100/DVCPRO HD (SMPTE 370) (100 Mb/s 1080/60i, 1080/50i, 720/60p, 720/50p)
  
 
==Features==
 
==Features==
  
* Uses up to 8 processors to decode each frame.
+
* Uses a configurable number of computing cores
 +
* {{Intel Optimized}}
 
* In case of interlaced video, sets proper flags for correct operation of VMR.
 
* In case of interlaced video, sets proper flags for correct operation of VMR.
 +
* Can convert original interlaced picture to progressive by various methods
 +
* Resize encoded HD DV to standard output resolution:
 +
** 720/60p and 720/50p: 960x720 -> 1280x720
 +
** 1080/60i: 1280x1080 -> 1920x1080
 +
** 1080/50i: 1440x1080 -> 1920x1080
 +
{{.idl}}
  
 +
{{DV Standards}}
  
===Supported data formats===
+
==Related Products==
===Future features===
+
==Requirements & supported environments==
+
 
+
==Basic Specs==
+
 
+
{|
+
|'''Filter Interfaces:'''
+
|IPersist, [[IMediaFilter]], [[IBaseFilter]], IMLDVDecoder,
+
ISpecifyPropertyPages, IPersistStream
+
|-
+
|'''Input stream:'''
+
|DV frames of DVSD, DV25, DV50 and DV100 types, FORMAT_VideoInfo or
+
FORMAT_DvInfo
+
|-
+
|'''Input Pin Media Types:'''
+
|MEDIATYPE_Video <br>
+
MEDIASUBTYPE_dvsd, MEDIASUBTYPE_dv25, MEDIASUBTYPE_dv50,
+
MEDIASUBTYPE_dvh1<br>
+
FORMAT_VideoInfo or FORMAT_DvInfo
+
|-
+
|'''Input Pin Interfaces:'''
+
|IPin, IQualityControl, IMemInputPin
+
|-
+
|'''Output streams:'''
+
|Video: <br>
+
Decoded DV frames with resolution according to DVSD, DV25, DV50 or DV100
+
types<br>
+
|-
+
|'''Output Pin Media Types:'''
+
|Video: <br>
+
MEDIATYPE_Video<br>
+
MEDIASUBTYPE_dvsd, MEDIASUBTYPE_dv25, MEDIASUBTYPE_dv50,
+
MEDIASUBTYPE_dvh1<br>
+
FORMAT_VideoInfo<br>
+
|-
+
|'''Output Pin Interfaces:'''
+
|IPin, IQualityControl, IMediaSeeking
+
|-
+
|'''Filter Name:'''
+
|MediaLooks DV Splitter
+
|-
+
|'''Filter CLSID:'''
+
|D0351C50-6531-40D6-A540-DFAA1BFD6C8F
+
|-
+
|'''Property Page CLSID:'''
+
|D0351C51-6531-40D6-A540-DFAA1BFD6C8F
+
|-
+
|'''Executable:'''
+
|DVDecoder.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==
+
  
[[Image:DVDecoder GE.jpg|thumb|400px|right|A DirectShow graph with MediaLooks DV Splitter and DV Decoder.]]
+
* [[DV Splitter]]
 +
* [[DVCPRO HD Encoder]]
  
Filter can be found in the following categories:
+
==See Also==
  
* DirectShow filters
+
<!--* [[DV Decoder: Technical Specs]]
* MediaLooks filters
+
* [[DV Decoder: Usage In GraphEdit]]-->
 +
* [[DV Decoder: Release Notes]]
  
==Downloads==
+
===Action Items===
  
* [http://files.medialooks.com/DVDecoder.1010.msi DV Decoder Demo]
+
* {{DV Decoder: Download}}
 +
* {{Contact Support}}
 +
* {{Place Order!}}
  
==See also==
+
{{Prices|950|1650|2400|300606788|300606789|300606790}}
==External links==
+
  
{{Licensing}}
+
[[Category:Decoders]]
 +
__NOTOC__

Latest revision as of 12:04, 22 June 2023

This page is a copy of the original page on the AVObjects' web site and can also be viewed here.

The DV Decoder is a DirectShow filter for decoding DV, DVCPRO, DVCPRO 50 and DVCPRO HD video streams.

Overview

AVObjects DV Decoder is a high-performance DirectShow decoder for a variety of DV video streams.

Supported DV Formats

  • DV/DVCR (IEC 61834) (SD format for 525-60 and 625-50 systems)
  • DV25/DVCPRO 25 (SMPTE 314M)
  • DV50/DVCPRO 50 (SMPTE 314M)
  • DV100/DVCPRO 100/DVCPRO HD (SMPTE 370) (100 Mb/s 1080/60i, 1080/50i, 720/60p, 720/50p)

Features

  • Uses a configurable number of computing cores
  • Highly optimized for the Intel processor family.
  • In case of interlaced video, sets proper flags for correct operation of VMR.
  • Can convert original interlaced picture to progressive by various methods
  • Resize encoded HD DV to standard output resolution:
    • 720/60p and 720/50p: 960x720 -> 1280x720
    • 1080/60i: 1280x1080 -> 1920x1080
    • 1080/50i: 1440x1080 -> 1920x1080

Specifications and description of user interfaces can be found in the .idl file in the \Idl folder of the filter installation directory.

Supported DV Standards

  • IEC 61834-2: SD format for 525-60 and 625-50 systems
  • SMPTE 314M: Data Structure for DV-Based Audio, Data and Compressed Video - 25 and 50 Mb/s
  • SMPTE 370M: Data Structure for DV-Based Audio, Data and Compressed Video at 100 Mb/s 1080/60i, 1080/50i, 720/60p, 720/50p

Related Products

See Also

Action Items

Prices

Single Application License 950 EUR <div class="floatright">Buy.jpg</div>
Single Developer License 1650 EUR <div class="floatright">Buy.jpg</div>
Team License 2400 EUR <div class="floatright">Buy.jpg</div>