havsfunc isn't needed anymore, remove it
side note: chroma shift is not the right solution
instead, use:
![[Image: grafik.png]](https://i.ibb.co/k6WyGPF1/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
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]](https://i.ibb.co/k6WyGPF1/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.
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.

