Deinterlacer

From AVObjects Knowledge Base
(Difference between revisions)
Jump to: navigation, search
Line 39: Line 39:
 
* {{Place Order!}}
 
* {{Place Order!}}
  
<!--{{Prices|1600|2800|3950|300606409|300606424|300606425}}-->
+
<!--{{Prices|400|650|950|300606409|300606424|300606425}}-->
  
 
[[Category:Special Filters]]
 
[[Category:Special Filters]]
 
__NOTOC__
 
__NOTOC__

Revision as of 11:09, 9 June 2020

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

DirectShow filter for deinterlacing using an Motion Adaptive algorithm.

Overview

The Deinterlacer performs deinterlacing of the uncompressed video frames using the Motion Adaptive algorithm. For deinterlacing the image, 2 fields are used before and after the current field. The size of the output frames can be selected. The filter also performs clipping of input frames: any rectangular part of the input frames can be cut out and placed at any position of the output frames. Parts outside the cut image are filled with the background color (with alpha channel) selected by the user. The filter has built-in support for several color spaces (see Idl\Deinterlacer.idl in the filter installation folder) and the feature of flipping output frames. Input and output subtypes and formats are user-selectable (see Idl\AVOConnection.idl in the filter installation folder).

Features

  • Deinterlacing using the Motion Adaptive algorithm.
  • Choosing a threshold for the deinterlacing algorithm for a tradeoff between flickering and residual combing artifacts.
  • The selection the clipping region for input frames.
  • Several methods to set the size of the output frames.
  • The selection a mounting point to place the clipping region in output frames.
  • The flipping of the output frames.
  • Choosing of input and output color spaces and formats (the list can be found in Idl\Deinterlacer.idl in the filter installation folder).
  • The selection of the background color (ARGB or AYUV) to fill areas of the output frames beyond the input frames.

See Also

You Might Also Need

  • Video Mixer - DirectShow filter for real-time mixing of video streams, pictures and texts

Action Items

Personal tools