jellysandwich
26th April 2004, 01:02
http://js.whitevoid.com/fuzzy.jpg
(you can see it somewhat at the bottom left)
It's actually worse when you watch the video, and it's pretty
annoying. What could cause these fuzzy edges?
At first, I thought it was a cropping problem. I played around
with the crop values for a while, but the edges were still there
every time I encoded. I then started playing with the resize
values, again to no avail.
This is my script:
---------------------------------------------------------------------
LoadPlugin("C:\PROGRA~1\GORDIA~1\mpeg2dec3.dll")
LoadPlugin("C:\PROGRA~1\GORDIA~1\decomb.dll")
LoadPlugin("C:\PROGRA~1\GORDIA~1\UnDot.dll")
LoadPlugin("c:\progra~1\gordia~1\avisynth25\asharp.dll")
LoadPlugin("c:\progra~1\gordia~1\avisynth25\TemporalCleaner.dll")
LoadPlugin("c:\progra~1\gordia~1\avisynth25\Deen.dll")
LoadPlugin("c:\progra~1\gordia~1\avisynth25\aWarpSharp.dll")
LoadPlugin("c:\progra~1\gordia~1\avisynth25\MSharpen.dll")
LoadPlugin("c:\progra~1\gordia~1\avisynth25\Unfilter.dll")
mpeg2source("F:\DVD\Projects\cb1\cb1.d2v")
Telecide(order=1,guide=1).Decimate()
crop(6,0,708,480)
TemporalCleaner()
deen("a2d",2,10,12)
LanczosResize(640,480)
Undot()
aWarpSharp()
---------------------------------------------------------------------
Any ideas?
-jellysandwich
(you can see it somewhat at the bottom left)
It's actually worse when you watch the video, and it's pretty
annoying. What could cause these fuzzy edges?
At first, I thought it was a cropping problem. I played around
with the crop values for a while, but the edges were still there
every time I encoded. I then started playing with the resize
values, again to no avail.
This is my script:
---------------------------------------------------------------------
LoadPlugin("C:\PROGRA~1\GORDIA~1\mpeg2dec3.dll")
LoadPlugin("C:\PROGRA~1\GORDIA~1\decomb.dll")
LoadPlugin("C:\PROGRA~1\GORDIA~1\UnDot.dll")
LoadPlugin("c:\progra~1\gordia~1\avisynth25\asharp.dll")
LoadPlugin("c:\progra~1\gordia~1\avisynth25\TemporalCleaner.dll")
LoadPlugin("c:\progra~1\gordia~1\avisynth25\Deen.dll")
LoadPlugin("c:\progra~1\gordia~1\avisynth25\aWarpSharp.dll")
LoadPlugin("c:\progra~1\gordia~1\avisynth25\MSharpen.dll")
LoadPlugin("c:\progra~1\gordia~1\avisynth25\Unfilter.dll")
mpeg2source("F:\DVD\Projects\cb1\cb1.d2v")
Telecide(order=1,guide=1).Decimate()
crop(6,0,708,480)
TemporalCleaner()
deen("a2d",2,10,12)
LanczosResize(640,480)
Undot()
aWarpSharp()
---------------------------------------------------------------------
Any ideas?
-jellysandwich