Sample attached. AviSynth script prefered.
Thanks in advance.
+ Reply to Thread
Results 1 to 2 of 2
-
You could start with something like:
Code:Mpeg2Source("D:\Downloads\sample.d2v", CPU2="ooooxx", Info=3) Crop(8,84,-8,-88) BicubicResize(width/2, height) Sharpen(0.3) TurnRight() nnedi3(dh=true) TurnLeft() QTGMC(EZDenoise=2.0)