What is the maximum width and height supported by H264 and H265 hardware encoders in AGX Orin? I have run some tests in a AGX Orin devkit 64GB with image resolution 4843x2346 using both encoders where H265 runs good but H264 raised the following error:
NvMMLiteOpen : Block : BlockType = 4
===== NvVideo: NVENC =====
NvMMLiteBlockCreate : Block : BlockType = 4
H264: Profile = 100, Level = 0
NvMMLiteNvVideoCreate:3805: NvVideoEncodeCreate failed
NvVideo: 4040: Failed to create Video encoder
VENC: NvVideoEncBlockReportError: 2469: BlockSide error 0x4
NvVideoEnc: BlockError
NvVideoEncTransferOutputBufferToBlock: DoWork failed line# 679
NvVideoEnc: NvVideoEncTransferOutputBufferToBlock TransferBufferToBlock failed Line=690
VENC: NvVideoEncBlockReportError: 2469: BlockSide error 0x4
NvVideoEnc: BlockError
NvVideoEncTransferCaptureBufferToBlock: DoWork failed line# 643
VENC: NvVideoEncBlockReportError: 2469: BlockSide error 0x4
NvVideoEnc: BlockError
NvVideoEncTransferCaptureBufferToBlock: DoWork failed line# 643
VENC: NvVideoEncBlockReportError: 2469: BlockSide error 0x4
NvVideoEnc: BlockError
NvVideoEncTransferCaptureBufferToBlock: DoWork failed line# 643
After lowering width below 4096 the issue was resolved. But I would like to know for each jetson architecture (nano, xavier, orin) what is the maximum resolution supported by each hardware encoder. Thanks in advance.