jetson_multimedia_api例子运行
I decode the sample video “sample_outdoor_car_1080p_10fps.h264” using the 00_video_decode sample application to a raw YUV file.
video_decode H264 -o decoded.yuv sample_outdoor_car_1080p_10fps.h264
Then I re-encode the YUV file back to an H264 file using the 01_video_encode sample application.
video_encode decoded.yuv 1920 1080 H264 encoded.h264
Afterwards, I re-decode the file with the 00_video_decode application.
video_decode H264 encoded.h264