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
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