Question about the supported YUV input format types in H.265

I’m trying to encode to H.265 format on Xavier NX.
And I am using the API sample code(01_video_encode).

Here is my question.(About input data format)

  1. The source does not seem to support YUV422 10-bit encoding. Is this true?

  2. YUV 444 10-bit question: The source code appears to only support planar or semi-planar formats. 10-bit packed format not supported?

Hi,

It is true. YUV422 10-bit is not supported.

It is true. 10-bit packed format is not supported.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.