DeinterlaceBlend
From Avisynth wiki
Abstract | |
---|---|
Author | jojje |
Version | v1.0 |
Download | DeinterlaceBlend-0.1.0.zip |
Category | Deinterlacing |
License | GPLv2 |
Discussion |
Contents |
Description
DeinterlaceBlend performs simple blend deinterlacing. It is a port of the built-in blend deinterlacer in VirtualDub.
Requirements
- SSE2 Capable CPU required
Syntax and Parameters
- DeinterlaceBlend (clip)
- clip =
- Input clip.
- 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
External Links
- GitHub - Source code repository.
Back to External Filters ←