Thread: InterFrame
View Single Post
Old 22nd March 2011, 12:20   #27  |  Link
Didée
Registered User
 
Join Date: Apr 2002
Location: Germany
Posts: 5,391
Quote:
Code:
Preset != "Fast" ? Eval("""
		DeGrainedSource = Input.RemoveGrain()
Not good. What if a user wants to use "medium" or "placebo", but does not want RemoveGrain( [mode=2] ) to remove the end points of thin lines, to kill the highlights in people's eyes, etc.?



Quote:
Code:
Preset == "Placebo" ? Eval("""
            CustomPelClip = EEDI2(Input, field=1).Spline36Resize(2*width(Input), 2*height(Input), src_left=0.25)
[edit: my statement below was incorrect.]
Not good. src_left=0.25 is wrong, you are causing a registration error. What you need there is src_top=-0.5.
[/edit]


Though, I'd rather suggest to use NNED3_rpow2. EEDI2 often does look artificial on natural sources. Moreover, NNEDI3 is also faster on MultiCore CPUs.
__________________
- We´re at the beginning of the end of mankind´s childhood -

My little flickr gallery. (Yes indeed, I do have hobbies other than digital video!)

Last edited by Didée; 22nd March 2011 at 14:54.
Didée is offline   Reply With Quote