rook2504
6th January 2003, 11:06
Hey there, im pretty new to this forum so im postin in here.
I mainly deal with anime dvds and am tryin to do some decent 200mb ogm rips of an anime i have. Yet whenever i do so, i get teh video with a lot of noise around the edges. I've read all about these temporal smoothers, spatial smoothers and so on, but im not havin much luck, and i just read about picfix which is supposed to be goo dfor anime but sadly it didn't load usin avisynth 2.5. Im tryin to encode gundam wing ep 1, and the avs file is pasted below, also, if my avs file is plain stupid, plz no laughin....
LoadPlugin("C:\Avisynth 2.5\mpeg2dec3.dll")
LoadPlugin("C:\Avisynth 2.5\decomb.dll")
LoadPlugin("C:\Avisynth 2.5\Convolution3DYV12.dll")
LoadPlugin("C:\Avisynth 2.5\asharp.dll")
mpeg2source("C:\Double Temp\GUNDAM_WING_OPERATION_ONE\vts_04.d2v")
Telecide()
crop(11,2,689,572)
Convolution3d (preset="animeHQ")
LanczosResize(576,448,0,0.75)
asharp(1,3,1,hqbf=true)
Thanks
I mainly deal with anime dvds and am tryin to do some decent 200mb ogm rips of an anime i have. Yet whenever i do so, i get teh video with a lot of noise around the edges. I've read all about these temporal smoothers, spatial smoothers and so on, but im not havin much luck, and i just read about picfix which is supposed to be goo dfor anime but sadly it didn't load usin avisynth 2.5. Im tryin to encode gundam wing ep 1, and the avs file is pasted below, also, if my avs file is plain stupid, plz no laughin....
LoadPlugin("C:\Avisynth 2.5\mpeg2dec3.dll")
LoadPlugin("C:\Avisynth 2.5\decomb.dll")
LoadPlugin("C:\Avisynth 2.5\Convolution3DYV12.dll")
LoadPlugin("C:\Avisynth 2.5\asharp.dll")
mpeg2source("C:\Double Temp\GUNDAM_WING_OPERATION_ONE\vts_04.d2v")
Telecide()
crop(11,2,689,572)
Convolution3d (preset="animeHQ")
LanczosResize(576,448,0,0.75)
asharp(1,3,1,hqbf=true)
Thanks