hi every1
here is a script that i used:
AviSource("F:\Movie.avi",false)
AddBorders( 0, 8, 0,0)
GripCrop(352, 240, overscan=1, source_anamorphic=false)
GripSize(resizer="LanczosResize")
BlindPP(cpu=4)
Blockbuster(method="noise",detail_min=1,detail_max =3,variance=0.1,seed=1)
#Convolution3D(1, 6, 12, 6, 8, 2.8, 0)
Undot()
MergeChroma(blur(1.50))
MergeLuma(blur(0.1))
DCTFilter(1,1,1,1,1,1,0.5,0)
ScriptClip(" nf = YDifferenceToNext()" +chr(13)+ "unfilter( -(fmin(round(nf)*2, 100)), -(fmin(round(nf)*2, 100)) ).TemporalSoften( fmin( round(2/nf), 6), round(1/nf) , round(3/nf) , 1, 1) ")
#Blockbuster(method="noise",detail_min=1,detail_ma x=10,variance=0.3,seed=5623)
GripBorders()
function fmin( int f1, int f2) {
return ( f1<f2 ) ? f1 : f2
}
movie: 480x280 ntsc divx5 mp3
the movie has a slight flickering effect
|