I really need to encode in a format that does not sub-sample chroma across scanlines. I'm streaming raw interlaced 720x480 video and when 420 chroma sampling is used, the chrominance of adjacent lines are being blended together, which is resulting in video artifacts that is confusing the computer vision code processing the feed on the other end.
I'd like to configure obs to encode the video as yuv422p to solve this problem, but nothing I add to the x264 options helps
I've tried "--profile high422" and "--output_csp i422" separately and in combination, as well as "profile=high422" and "output_csp=i422" but ffprobe always reports that the stream is yuv420p
Any suggestions?
Thanks!
I'd like to configure obs to encode the video as yuv422p to solve this problem, but nothing I add to the x264 options helps
I've tried "--profile high422" and "--output_csp i422" separately and in combination, as well as "profile=high422" and "output_csp=i422" but ffprobe always reports that the stream is yuv420p
Any suggestions?
Thanks!