ok. one more thing. i'm encoding resident evil with my avisynth script like this.
LoadPlugin("C:\unzipped\filter/deen_25_dll_20030119[1]/deen.dll")
LoadPlugin("C:\unzipped\filter/GripFit_YV12[1]/grip.dll")
LoadPlugin("C:\unzipped\filter\UnDot[1]/undot.dll")
LoadPlugin("C:\unzipped\filter\dctfilter_25_dll_20 030221[1]/DCTFilter.dll")
LoadPlugin("C:\unzipped\filter\Sampler-0.2a[1]/Sampler-2.5.dll")
AviSource("c:/unzipped/movies/resident evil.avi")
GripCrop(544, 480, overscan=1, source_anamorphic=false)
GripSize(resizer="BilinearResize")
Undot()
Deen()
DCTFilter(1,1,1,1,1,1,0.5,0)
GripBorders()
, but somehow this is faster than just encoding the movie without filters or anything.
Can filters also give a speed gain?
sorry, if that is a stupid question. the only filter i read about with a speed gain was TemporalCleaner.
|