Probably i need to do this in post-processing with a video editor but i was hoping that can be done in Hybrid (i don't need to cut/edit this clip)
i have a VHS totally "blue" or "without" red ... probably a camcorder issue. or a wrong settings during recording (neon lights option)
this is a processed part using hybrid (deinterlaced, removegrain,crop,letterbox fillblackframes) http://www.wcn.it/wrongcolors.zip (MKV inside)
can be made some sort of script/code that can reduce the blue effect?
very thank you (i searched the forum but i found only general HUE and saturation tweaks)
Instead of trying to manually adjust this (using RGBAdjust), look at:
Grayworld (median):
Grayworld (mean):
AutoWhite:
ColorYUV-AutoWhite-AutoGrain (Avisynth):
and then try to clean it up.
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
the "RGBAdjust" is an Avisynth filter. In Vapoursynth this filter is missing, instead of there is the filter "Auto white", but I'm not sure that the behavior is the same.
If this is not the case, it could be possible to add a filter equivalent to "RGBAdjust" in Vapoursynth ?
29.06.2023, 18:46 (This post was last modified: 29.06.2023, 19:30 by Selur.)
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:
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.
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
good to know that there is a working replacement.
There is any hope that the filter "rgbAdjust.py" will be added as standard filter in the next version of Hybrid ?
There is always hope. (I wanted to add it a few weeks ago, but due to some emergency in the company I work at, I didn't have much free time lately an atm. I'm too lazy. + starting to search my things together for RockHarz next week. )
Side note: The next public release will definitely include Custom script/filter additions, so one can even integrate stuff into the GUI even when Hybrid does not support them out of the box, by writing an .xml file (and providing the dlls&co).
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.