(29.10.2025, 21:35)Selur Wrote: In theory: yes
bbmod is part of https://github.com/Selur/VapoursynthScri...er/edge.py has no dependencies, so once cloud include the script and call bbmod in a custom section even on old mac versions. (its included in the arm version)
Cu Selur
That sounds hopeful.
Now for my next dumb question, how do I add and then use that script?
I looked at the Filtering-> Vapoursynth -> Custom but don't see a way to add / load edge.py
UPDATE:
ok I figured it out partially.
Steps I took:
- downloaded the EDGE.PY script
- then copied to Hybrid App's vsscript folder:
sudo cp edge.py /Applications/Hybrid.app/Contents/MacOS/vsscripts- in Hybrid, Filtering -> Vapoursynth -> Custom, I did the following:
changed "Insert before" -> End
checked the box below that selection and entered the following text box :
import edge
clip = edge.bbmod(c=clip,cLeft=0,cTop=0,cRight=16,cBottom=0)- click "Refresh preview" and checked the "Original" and "Filtered" previews.
Worked perfectly by eliminating a right-side green tinge that's typical of Sony camcorders.
Awesome
The only question now is, Is this the correct placement ("Insert before End") or should it be placed before/after other filters ?
VS script attached

