Hi, I’m encoding (H265) RAW video using nvv4l2h265enc/omxh265enc. The RAW video is in the format “gray16-le”. Currently, to encode, I’ve to first convert ‘grey16-le’ to ‘I420’ then only I can convert.
Is there a way to directly encode RAW video of format ‘grey16-le’ without doing any videoconvert?