X-Nemesis
22nd May 2003, 23:49
I encoded spirited away using both divx 5.05 (2pass and 3pass) and xvid 2pass, avisynth 2.5.1, and virtualdubmod 1.5.1.1
Here is my script
SetWorkingDir("C:\PROGRA~1\GORDIA~1\")
LoadPlugin("C:\PROGRA~1\GORDIA~1\mpeg2dec3.dll")
mpeg2source("D:\Vobs\Spirited Away.d2v")
trim(0,173905)
crop(26,26,672,428)
LanczosResize(640,336)
I've read on other threads about filters like temporalsmooth and c3d but it get's quite confusing reading what alot of user's talk about.
I'm just wondering which filter I could use that would help get rid of the noisy edges around images in the movie? Other than that I'm very happy with the results!!!
Thanks for any help:)
Here is my script
SetWorkingDir("C:\PROGRA~1\GORDIA~1\")
LoadPlugin("C:\PROGRA~1\GORDIA~1\mpeg2dec3.dll")
mpeg2source("D:\Vobs\Spirited Away.d2v")
trim(0,173905)
crop(26,26,672,428)
LanczosResize(640,336)
I've read on other threads about filters like temporalsmooth and c3d but it get's quite confusing reading what alot of user's talk about.
I'm just wondering which filter I could use that would help get rid of the noisy edges around images in the movie? Other than that I'm very happy with the results!!!
Thanks for any help:)