![]() |
[HELP] Vibrance - Printable Version +- Selur's Little Message Board (https://forum.selur.net) +-- Forum: Hybrid - Support (https://forum.selur.net/forum-1.html) +--- Forum: Problems & Questions (https://forum.selur.net/forum-3.html) +--- Thread: [HELP] Vibrance (/thread-1861.html) |
Vibrance - tauri141 - 17.05.2021 The After Effect there are two parameters, saturation and vibrance, they don't work the same way (I set the same filling parameters for each option). In Hybrid there is the ability to change the saturation, but this parameter does not do what I need, I need how the vibrance parameter does. Is there a vibrance parameter in a Hybrid? ![]() ![]() RE: Vibrance - Selur - 17.05.2021 Quote:SatMask()see: https://forum.videohelp.com/threads/369143-ResizersPack-MasksPack-PlaygroundPack-SmoothContrast-Logo-mod-functions#post2364052 and http://forum.doom9.org/showthread.php?t=162882 Looks like what you are looking for. Also something like "Tweak(Sat=1.5, MaxSat=59, interp=20)" should be similar. (-> playing a bit with the tweak settings should be an easy solution, but SatMask() offers more options) Cu Selur RE: Vibrance - tauri141 - 17.05.2021 Unfortunately, I cannot figure out how to use SatMask () And as far as I understood it is "Tweak (Sat = 1.5, MaxSat = 59, interp = 20)" for Avisynth. I need for Vapoursynth, because I have other settings in it. I tried with settings Tweak in Vapoursynth, but I just can't find the right parameters RE: Vibrance - Selur - 17.05.2021 Won't work with Tweak in Vapoursynth since "maxSat", "minSat", "interp" don't exist, which are important for the 'vibrance' effect which basically only increases the saturation on parts of the image with low saturation. Applying one of the HDR To SDR filters might have a similar effect depending on the settings. <- no bad idea Cu Selur Ps.: there might be some LUTs out there which might be suited for the task. Vibrant Light from https://www.freepresets.com/product/free-luts-vibrant-light/ does not look bad: there are quite a few other LUTs over at https://www.freepresets.com/product-category/free-luts-color-lookup-table/ that might be interesting. Extract the .cube files into a folder which you select under "Vapoursynth->Color->Matrix->TimeCube->Use Custom LUT folder". RE: Vibrance - Selur - 17.05.2021 Just wanted to say: The LUTs from https://www.freepresets.com/product-category/free-luts-color-lookup-table/ are really nice. ![]() (downloaded them all and extracted the .cube files into a subfolder of TimeCube, selected the folder as custom folder and now an can easily switch between the LUTs to see their effect) Cu Selur RE: Vibrance - tauri141 - 18.05.2021 The fact is that I use LUTs "Vapoursynth-> Color-> Matrix-> TimeCube-> Use Custom LUT folder" to convert rec.709 to rec.2100, I previously learned this thanks to you in this thread https://forum.selur.net/Thread-HELP-How-is-the-video-with-color-rec-709-change-to-rec-2100 At the same time, I need to set the Vibrance parameter and now I do not know how to do this, since Vapoursynth does not have such an option in Tweak, but and I cannot in LUT because I already set the parameter rec.709 to rec.2100. RE: Vibrance - Selur - 18.05.2021 If you know what you want the script to look like you can add multiple instances of most filters for Vapoursynth in Hybrid, if you enable "Filtering->Filter Order/Queue->Use Filter Queue". Best also read [INFO] About Vapoursynth Filter Order/Queue before you switch from the normal 'Filter Order' to 'Filter Queue'. Cu Selur |