美文网首页
2021-11-02

2021-11-02

作者: 懂你的 | 来源:发表于2021-11-02 15:20 被阅读0次

    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

    相关文章

      网友评论

          本文标题:2021-11-02

          本文链接:https://www.haomeiwen.com/subject/moaxzltx.html