I can't reproduce the example of 04_video_dec_trt in Multimedia API

I can’t reproduce the example of 04_video_dec_trt in Multimedia API example.Because the official examples lack many documents, such as the resnet10_dynamic_batch.onnx, the sample_outdoor_car_1080p_10fps.yuv, etc

Hi,
Please check
Jetson/L4T/r32.5.x patches - eLinux.org
[MMAPI] resnet10_dynamic_batch.onnx is missing in the release

The h264 file is in

/usr/src/jetson_multimedia_api/data/Video/sample_outdoor_car_1080p_10fps.h264
1 Like

Thank you very much. I got the model I wanted.However, how can I change the video file format from H264 to YUV.

Thank you again for your reply. By repeating example decoder_unit_sample, I get the video file in YUV format.