DeinterlaceBlend: Difference between revisions

From Avisynth wiki
Jump to navigationJump to search
DeinterlaceBlend
 
 
Line 14: Line 14:
<br>
<br>
== Requirements ==
== Requirements ==
* [x86]: [[AviSynth+]] or [https://sourceforge.net/projects/avisynth2/ AviSynth 2.5.8 or greater]
* [x86]: [[AviSynth+]] or [https://sourceforge.net/projects/avisynth2/ AviSynth 2.6]
* [x64]: [[AviSynth+]]
* [x64]: [[AviSynth+]]
* Supported color formats: [[RGB24]], [[RGB32]], [[YUY2]], [[YV12]]
* Supported color formats: [[RGB24]], [[RGB32]], [[YUY2]], [[YV12]]

Latest revision as of 20:22, 9 July 2020

Abstract
Author jojje
Version v1.0
Download DeinterlaceBlend-0.1.0.zip
Category Deinterlacing
License GPLv2
Discussion

Description

DeinterlaceBlend performs simple blend deinterlacing. It is a port of the built-in blend deinterlacer in VirtualDub.

Requirements

  • SSE2 Capable CPU required


DeinterlaceBlend (clip)


clip   =
Input clip.


Examples

Usage:

AviSource("blah.avi")
DeinterlaceBlend()


Changelog

Version      Date            Changes
v1.0 2019-09-09 - 64-bit version v0.0.2 2019-06-08 - Fix to ensure CPU has the required features v0.0.1 2019-06-08 - Initial release


Archived Downloads

See GitHub releases page

  • GitHub - Source code repository.




Back to External Filters