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)
-
The source does not seem to support YUV422 10-bit encoding. Is this true?
-
YUV 444 10-bit question: The source code appears to only support planar or semi-planar formats. 10-bit packed format not supported?