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.

Fixing right green strip Sony Hi8 ccd-trv66e PAL
#2
havsfunc isn't needed anymore, remove it
side note: chroma shift is not the right solution
instead, use:
clip = core.std.Crop(clip=clip, left=4, right=10, top=8, bottom=8)# cropping to 706x560
# Fix bright and dark line artifacts near the border of an image using BalanceBorders
clip = edge.bbmod(c=clip,cLeft=0,cTop=0,cRight=16,cBottom=0)
[Image: grafik.png]
which can be easily done in Hybrid, by:
1. setting the crop values
2. moving BalanceBorders below the Crop filter (Vapoursynth->Misc->Filter Order/Queue)
3. configuring the BalanceBorders filter (Vapoursynth->Frame->Edge->Balanced Borders)

Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Reply


Messages In This Thread
RE: Fixing right green strip Sony Hi8 ccd-trv66e PAL - by Selur - 14.10.2025, 16:07

Forum Jump:


Users browsing this thread: 1 Guest(s)