I saved the .d2v project of my movie "The Silence of the Lambs" at 23.976 forced film frame rate. The following script is used to open the project in VDubMod: Code: LoadPlugin("d:\program files\avisynth 2.5\plugins\TomsMoComp.dll") mpeg2source("e:\sol\sol.d2v") TomsMoComp(1,5,1) Crop(4,14,-8,-14) LancZosResize(640,344) Although I applied the deinterlacing filter(TomsMoComp.dll), I still found a lot of artifacts in the movie which need some other suitable filters for removal. I don't have much knowlegde on the AVISynth Filters and plugins. So, I'm posting the caps taken from VDubMod. Please suggest the suitable filters to remove the artifacts present in the pictures below: [bold]Cap1[/bold] [bold]Cap2[/bold] [bold]Cap3[/bold] [bold]Cap4[/bold] [bold]Cap5[/bold] As far as I noticed, there is a lot of ghostness present in the film, the faces are not clear and blurred a lot. Please suggest the suitable AVISynth filters/plugins to remove these artifacts.
If you are using force film, that suggests that it is a progressive film source. No need to de-interlace a progressive source.