Hi I'm trying to encode a movie that is 25fps,640*480 44100hz mp3 AVI into a kvcd - mpg1.
In scenes where the is lots of moving around, people flying through the air... basically fast movements. Pixels appear. THese pixels are the colours of the scene but its very annoying... is there a filter I could use to stop this from happening?
THis is my script
AviSource("E:\movie.avi",false)
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)
GripCrop(352, 240, overscan=1, source_anamorphic=false)
GripSize(resizer="LanczosResize")
Undot()
TemporalSoften(2,7,7,3,2)
#Blockbuster(method="noise",detail_min=1,detail_ma x=10,variance=0.3,seed=5623)
GripBorders()
|