Hi,
I am using decode-example from libimxvpuapi package to decode h264 file.
I am not sure about the output format of the decoder. Is it YUV420 or YUV422?
If it is not YUV422, can we decode h264 file to produce YUV422(YUYV) output?
Thanks in advance
已解决! 转到解答。
1) vpu output is yuv420
2) yes, you can decode h264 in yuv422
在原帖中查看解决方案
Can VPU produce RGB out format instead of YUV formats?