I have tried the 00_video_decode example with 2 h264 videos and several h265 videos, none of them display anything and error with a variety of errors.
Is there any .mp4 files or videos known to work with this example that I can test with?
Example error from .mp4 file:
./video_decode H264 /home/nvidia/test.mp4
Set governor to performance before enabling profiler
Creating decoder in blocking mode
Opening in BLOCKING MODE
NvMMLiteOpen : Block : BlockType = 261
NVMEDIA: Reading vendor.tegra.display-size : status: 6
NvMMLiteBlockCreate : Block : BlockType = 261
Setting frame input mode to 1
Starting decoder capture loop thread
FMO streams not supported for T210 onwards
Input file read complete
[ERROR] (NvV4l2Element.cpp:114) Error while DQing event: Invalid argument
Error in dequeueing decoder event
Exiting decoder capture loop thread
[ERROR] (NvV4l2ElementPlane.cpp:178) Output Plane:Error while DQing buffer: Broken pipe
Error DQing buffer at output plane
Decoder is in error
App run failed
The above video tested can be downloaded here: simpsons_movie_1080p_hddvd_trailer.zip - Download The Simpsons Movie - High Definition (1080p, SA-HD-DVD Profile) Theatrical Trailer - dvdloc8.com
This video fails in video_decode but works fine if I play it with ffplay.
Is there any video I can use to test with video_decode? or, is there something I can do to get this video to work?
Thanks