[Need update][Jetson Orin] How to retrieve frame timestamp during the AV1 decoding process

Hello,

Sorry to disturb you again, few months ago we asked for retrieving timestamp in decoded AV1 frame on Jetson Orin using the physical decoder. Link to the post. You replied that this issue should be fixed in jetpack 5.1. Link of your response. However, we didn’t see any mention of it in the release note. Is the issue fixed?

Thanks,
Tanguy

Hi,
Please refer to the commands and try on Jetpack 5.1:

00_video_decode$ ./video_decode AV1 --input-nalu --copy-timestamp 1 25 --stats --disable-rendering /tmp/test.av1
00_video_decode$ ./video_decode AV1 --input-nalu --copy-timestamp 0 30 --stats --disable-rendering /tmp/test.av1

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