Sample attached. AviSynth script prefered.
Thanks in advance.
+ Reply to Thread
Results 1 to 2 of 2
-
You could start with something like:
Note that the cropping cuts off some of the titles at the start. You can decide whether you want to do that or not. Music videos often have mixed frame rates so you may need to do other work, like removing field blends, etc.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)


Quote