Log in

View Full Version : Filter: ColourLike


Pages : 1 [2]

poisondeathray
15th December 2024, 22:45
I have a source right now that's really awful. The only source of correct color I have is starved for bitrate and there were several changes between when it was created and when the better source with bad colors was made. So several sections have things like credits overlaid in different portions of the screen or other minor changes were made to correct production errors in the original. Of course this means those frames look awful if you just do a chroma merge. So I've been looking for a way to correct those areas.


It can be problematic if the ref source doesn't match well, and/or other factors like noise .

It might be better to do it manually in something like resolve



Is there a comparable Vapoursynth filter that supports 16-bit colors?

You can try aligning the ref spatially , and temporally with vs_align, +/- prefilter, and then vs_colorfix , they support RGBS
https://github.com/pifroggi/vs_align
https://github.com/pifroggi/vs_colorfix

tormento
18th December 2024, 12:33
Here, re-compile of ColorLike 25 Aug 05, compiled with Avisynth.h Version 3 (current for v2.58, was 2).
Would you mind to provide a x64 build with current AVS+ header?

StainlessS
19th December 2024, 15:00
"Would you mind to provide a x64 build with current AVS+ header? ",

I'll try to remember to do it at some point in future, If I dont do it by year 3000, givvus a poke.

Frank62
20th December 2024, 13:31
https://github.com/pifroggi/vs_align
https://github.com/pifroggi/vs_colorfix

Thanks for this! If this really works it is something I search for almost 10 years now. :thanks: