DeinterlaceBlend
From Avisynth wiki
(Difference between revisions)
(DeinterlaceBlend) |
m (→Requirements) |
||
Line 14: | Line 14: | ||
<br> | <br> | ||
== Requirements == | == Requirements == | ||
− | * [x86]: [[AviSynth+]] or [https://sourceforge.net/projects/avisynth2/ AviSynth 2. | + | * [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 19:22, 9 July 2020
Abstract | |
---|---|
Author | jojje |
Version | v1.0 |
Download | DeinterlaceBlend-0.1.0.zip |
Category | Deinterlacing |
License | GPLv2 |
Discussion |
Contents |
[edit] Description
DeinterlaceBlend performs simple blend deinterlacing. It is a port of the built-in blend deinterlacer in VirtualDub.
[edit] Requirements
- SSE2 Capable CPU required
[edit] Syntax and Parameters
- DeinterlaceBlend (clip)
- clip =
- Input clip.
- clip =
[edit] Examples
Usage:
AviSource("blah.avi") DeinterlaceBlend()
[edit] 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
[edit] Archived Downloads
See GitHub releases page
[edit] External Links
- GitHub - Source code repository.
Back to External Filters ←