Jetson agx xavier can encode the image format of rgb24?

hello everyone, can you help me ,
when I use jetson_multiMedia_api the sample of 01_encoder demo, I found it just can encode yuv format image data. it’s true?
NVENC only can encode yuv* image data?

THANK YOU VERY MUCH!

Hi,
Yes, it is true. You would need to convert RGB to YUV420 and then send to encoder.

1 Like

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