Log in

View Full Version : which filter caused this side effect


kiwisrgreen
16th September 2006, 01:29
edge bleeding...

http://img244.imageshack.us/img244/1447/capturewa9.jpg
with filters
http://img216.imageshack.us/img216/948/capture2gc2.jpg
original

it's a zoomed up part and the black bars were added on purpose to see better

filters
ConvertToYV12()
ColorYUV(gain_u=5)
Tweak(cont=1.15,sat=.97,bright=-13)
VagueDenoiser()
Undot()
FluxSmooth(7,25)
Convolution3D(preset="animeLQ")
FastLineDarken(52,80,4,40)
aWarpSharp()
Deblock_QED(25)

Fizick
16th September 2006, 11:20
try remove (comment) filters one by one

*.mp4 guy
16th September 2006, 12:17
Its aWarpsharp.

Chainmax
16th September 2006, 16:28
Most likely, yup. By the way, I think you should ditch FastLineDarken, kiwisrgreen: if you're using it for line thinning, aWarpSharp already does that; if you're using it for line darkening, try vmToom instead (an AVS that comes withim MVTools).