How does Jetson NVENC compare with Desktop NVENC?

Hi,

For nvEncGetSequenceParams, SPS PPS header is attached to the frame and not sent separately. You can parse it from the keyframe itself. Please refer to the patch for fetching SPS out:
Xavier AGX : Video encoding crash - #15 by DaneLLL

V4L2_CID_MPEG_VIDEOENC_AV1_HEADERS_WITH_FRAME control ID enables IVF headers on the AV1 frame. It begins with a 32-byte header and each frame contains a 12-byte header followed by the data.

We are checking other queries. Will update.