Hi All,
I'm looking for a way to encode(H.264) 1920*1080 YUV422 16bit source based on DM368. Because of the DDR BW bottle neck ,TI suggest the data flow:1080p30 -> ISIF -> IPIPE+RSZ -> DDR (1080p30 YUV420) -> H264 encode -> DDR (bitstream) -> network stream (RTSP). But the input is BT.1120 which is YUV422 16bit. so i need change the YUV422 to YUV420PS. how could i do? Thanks