View Single Post
Old 19th April 2018, 02:18   #133  |  Link
lansing
Registered User
 
Join Date: Sep 2006
Posts: 1,657
Quote:
Originally Posted by SuperLumberjack View Post
Here is the video of my last script that I called "Remastering style" : https://youtu.be/Mb0YFEbf_7g

In fact, I love my new script !

It's close to what I wanted !

I remind you that I shared some of the original videos, if you want to test with you own scripts : https://mega.nz/#!X59ijIKR!QwVlLwNnQ...QovwFhZP2ErqhU
Your script is wrong. The power of nnedi3 on upscale is its quality, so it is pointless to use it on a 2560x1920 clip. It has to be the first in your filter chain if you are to use it.

And the purpose of the upscale-then-downscale process is for the anti-aliasing effect, but since your videos are pixelated stuffs, it pretty much did nothing to the images.

Code:
AviSource()
Spline16Resize(5120, 1920)
GaussResize(2560, 1920, p=50)
nnedi3_rpow2(rfactor=2, nsize=0, nns=4, qual=1, etype=0, pscrn=2, threads=0, opt=0, fapprox=0)
BicubicResize(2468, 2160)
BicubicResize(2820, 2160)
lansing is offline   Reply With Quote