Topic: SVPcode - can it take a 4k 4:2:0 video and output 1080p 4:4:4?
As you may know, a 3840x2160 video with 4:2:0 chroma sub-sampling will have a chroma resolution of 1920x1080. Since I was going to resize a 4k video down to 1080p anyway, I was wondering if SVPcode could manage to do that without also reducing the chroma resolution?
Now I realize that SVP's interpolation engine itself works at 4:2:0, so the interpolation would have to be processed and applied at the original 4k resolution - that's fine. I'd just like to know if, after that interpolation process, SVPcode can then downscale the video without reducing the chroma resolution.
I imagine that the processing chain would look something like this:
4k 4:2:0 video -> interpolation -> downscale -> 1080p 4:4:4 video