Nnedi3ocl

From Avisynth wiki
Revision as of 15:41, 22 February 2015 by Reel.Deal (Talk | contribs)

Jump to: navigation, search
Abstract
Author SEt
Version 2013.12.08-beta
Download nnedi3ocl_20131208.7z
Category Deinterlacing
License LGPLv3
Discussion Doom9 Thread

Contents

Description

nnedi3ocl is a OpenCL rewrite of nnedi3. nnedi3ocl is an AviSynth 2.5 plugin, but supports all new planar colorspaces when used with AviSynth 2.6 (recommended).
For YUY2 and RGB24 support script function nnedi3x is provided; it also doesn't complain if you feed it with now removed parameters of original nnedi3.
Basic image 2x scaling is done by call nnedi3ocl(dw=1). For advanced scaling with chroma and center correction and support for YUY2 and RGB24 colorspaces use provided nnedi3x_rpow2 script function.

For complete information see official thread: http://forum.doom9.org/showthread.php?t=169766

Requirements


Filters

Filter Description Color format
nnedi3ocl

Deinterlace.

Y8, YV12, YV16, YV24, YV411


Script

Avisynth icon.png nnedi3ocl.avsi

Filter Description Color format
nnedi3x

Same as nnedi3ocl but includes support for RGB24 and YUY2.

RGB24, YUY2
nnedi3x_rpow2

Upscale image by the powers of 2.

RGB24, YUY2, Y8, YV12, YV16, YV24, YV411


Changelog

Version         Date            Changes
2013.12.08 12/08/2013 Better default for dh parameter. Completely implemented nnedi3x_rpow2 with all fancy cases.
2013.12.06 12/06/2013 Added support for all new planar colorspaces of AviSynth 2.6 Added script functions nnedi3x and nnedi3x_rpow2.
2013.11.21 11/21/2013 Optimize for Nvidia cards.
2013.11.18 11/18/2013 Initial release


External Links




Back to External Filters

Personal tools