Mangameeya Source Code
Contents. Description is an intra-field only deinterlacer. It takes in a frame, throws away one field, and then interpolates the missing pixels using only information from the kept field. It has same rate and double rate modes, and works with YV12, YUY2,and RGB24 input. Nnedi3 is also very good for enlarging images by powers of 2, and includes a function ' for that purpose. Nnedi3 is with improved predictor neural network architecture and local neighborhood pre-processing.
Nnedi3 also has multiple local neighborhood size options to better handle image enlargement vs deinterlacing and give more quality vs speed options. Requirements. AviSynth 2.6.0 or. x64 version requires or greater.
Source Code
I ahve a bit of problem in manga meeya. Released unders a specific GPL clause that would have forced him to disclose the source code of Mangameeya itself.
Supported color formats:, Filters Filter Description Color format Deinterlace., Upscale image by the power of 2., Changelog Version Date Changes v0.9.4.22 + Fix for MT version of AviSynth+. Nnedi3 and nnedi3rpow2 report themselves as MTMULTIINSTANCE if an MT version of AviSynth+ is detected, and in case it wouldn't be enough, I've add a mutex preventing several getframe running from the same instance filter for safety.
V0.9.4.21. Update to asmlib 3.26. + Fix XP build with VS2015. V0.9.4.20. Minor changes, should handle negative pitch properly. V0.9.4.19 + Implement use of asmlib. V0.9.4.18 + Fix 4:1:1 chroma shift.
+ Modification of the memory transfer functions. V0.9.4.17 + Change the order between turnl/r and nnedi3 calls in nnedi3rpow2 to optimize speed. + Remove memcpyamd and use memcpy instead. V0.9.4.16 + Add csresize parameter, and chroma shift adjustment according resize is enabled by default. + Fix regression on center adjustment. V0.9.4.15 + Change default value of mpeg2 to false, and keep exact previous behavior in that case (but doesn't put back chroma shift issue ^^). V0.9.4.14 + Add resize adjustment chroma shift in case of MPEG-2 subsampling.
+ Faster RGB24 mode always. + Add mpeg2 parameter. V0.9.4.13 + Correction of chroma shift once for all this time. + Faster RGB24 mode if FTurn is usable. + Fix YV411 support. V0.9.4.12 + More checks on use of FTurn. + Fix regression on YUY2 introduced in previous release.
V0.9.4.11 + Correction of chroma shift value for 4:2:x color modes. + Add YV411 support. V0.9.4.10 + Integration of commits coming from VapourSynth version, thanks to Myrsloik. V0.9.4.9 + Bug correction in x64 ASM file, thanks to jackoneill and HolyWu. V0.9.4.8 + Update to last AVS+ header files. V0.9.4.7 + Little correction in YV24 and Y8 support for nnedi3rpow2. V0.9.4.6 + Little YV16 optimization.
V0.9.4.5. Updated YV16 support for nnedi3rpow2, now fast and direct, not tweaked by going to YUY2. V0.9.4.4 + Some few little optimizations. Trick YV16 support in nnedi3rpow2 by working internally in YUY2 mode to speed-up. V0.9.4.3 + Add FTurn support.
V0.9.4.2 + Add Y8, YV16 and YV24 support. V0.9.4.1 + Move out all inline ASM code in external files, update code to build x64 version. + Update interface to new aviSynth 2.6 API.
AviSynth 2.5.x not supported anymore. V0.9.4 + some more optimizations + more aggressive new prescreener levels v0.9.3 + added new prescreener. Changed 'pscrn' parameter from bool to integer.
+ added 'etype' parameter and merged abs/squared weights into one binary v0.9.2 + clean up and release source code + speed improvements - (thanks Loren Merritt - akupenguin - for many ideas and code) int16 dot products in prescreener/predictor neural networks faster exp function approximation mean removal factored into weights lots of smaller changes + new prediction nn weights for certain nsize/nns combinations + added fapprox parameter - fixed bug with border mirroring - dropped support for sse/mmx - all asm code requires sse2. Changed opt parameter accordingly. V0.9.1 + add nsize=5/6 (16x4,32x4) + add nns=0 (16 neurons). Nns 0/1/2/3 from v0.9 are now 1/2/3/4. new defaults. Nnedi3: nsize=6,nns=1. Nnedi3rpow2: nns=3.
fix field=0/1 flipped with rgb24 input v0.9 + First official release - adds nns=0 (32 neurons). Nns 0/1/2 from previous beta are now 1/2/3. adds nsize=4 (8x4). different nns/nsize defaults for nnedi3rpow2 vs nnedi3 - change setcachehints call Archived Downloads Version Download Mirror v0.9.4 v0.9.2 N/A The model weights for nnedi3 are stored in a binary file available at: External Links.
nnedi3 discussion. nnedi3 for AviSynth 2.6. Source code repository.