This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

[HELP] Help Removing Blurred Area On Side of Video
#2
Hmm,...
Frist I would crop (left:4, top:0, right: 16, bottom: 0)
Then I would apply "Filtering->Vapoursynth->Line->Misc->EdgeFixer" with "l=28" which first
[Image: edgefixer-okay.png]
seemed like a decent (and fast Wink) solution, but scrolling through the clip it causes problems (luma flickering) in some scenes.
[Image: edgefixer-fail.png]
Looking at the source in splitYUV-Filterview:
[Image: %3EYUV.png]
it seems like the problem is only in the Y-plane.
So I thought about to only a boxblur to the Y-plane on the first 32pixels (after cropping), but that isn't a good idea either. :/
[Image: boxblur.png]
So, playing a round a bit more my current favorite is using "Filtering->Vapoursynth->Line->Misc->Balance Borders", still not perferct, but a good start.
# Fix bright and dark line artifacts near the border of an image using BalanceBorders
clip = havsfunc.bbmod(c=clip,cLeft=28,cTop=0,cRight=0,cBottom=0,thresh=20)

Cu Selur
Reply


Messages In This Thread
RE: Help Removing Blurred Area On Side of Video - by Selur - 17.05.2022, 18:58

Forum Jump:


Users browsing this thread: 1 Guest(s)