Can I get the result file in YUV format from the 00_video_decode example?

Hello,

I have a question.

I am trying to play a video in YUV format directly with opengl.

Similar to the following:

LibAV parser and decoder example with openGL (YUV420 -> RGB shader). · GitHub
video_streamer/main.cpp at master · diederickh/video_streamer · GitHub
simplest_media_play/simplest_video_play_opengl_texture.cpp at master · leixiaohua1020/simplest_media_play · GitHub

  1. Can I get the result file in YUV format from the 00_video_decode example?

Thank you.

Hi,
We have the implementation with OpenGL and EGL. Please refer to

jetson_multimedia_api\samples\common\classes\NvEglRenderer.cpp

In running 00_video_decode, you can dump the YUV with -o option.

-o <out-file>        Write to output file