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.

Can't find a filter or an effect to "reduce blue"
#7
Sadly, atm. there is no port of RGBAdjust for Vapoursynth, so adding something similar isn't really possible.
Vapoursynth authors write: "RGBAdjust std.Lut Do the adjustment yourself with a lut", see: https://github.com/amichaelt/vapoursynth...thcomp.rst
_Al_ posted a rough translation over at VideoHelp which could be used in a custom section.

Cu Selur

Ps.: did a quick test, extracting the attached zip into the vsscripts folder an using:
# requires colorformat RGB24
import rgbAdjust
clip = rgbAdjust.RGBAdjust(rgb=clip, r=1.0, g=1.0, b=1.0, a=1.0, rb=1.0, gb=1.0, bb=0.0, ab=0.0, rg=1.0, gg=1.0, bg=1.0, ag=1.0)
worked fine here. script: https://pastebin.com/MeVBYdqb
Note, that some other script need to be imported so that Hybrid automatically expands the sys.path, otherwise one would need to expand sys.path in the custom section too.
Reply


Messages In This Thread
RE: Can't find a filter or an effect to "reduce blue" - by Selur - 29.06.2023, 18:46

Forum Jump:


Users browsing this thread: 1 Guest(s)