How do you get FFMPEG to encode with vaapi?

前端 未结 3 816
太阳男子
太阳男子 2021-02-04 19:06

I\'ve seen various examples of using libavcodec with vaapi to accelerated decoding, but how do you use it to accelerate encoding?

3条回答
  •  离开以前
    2021-02-04 19:59

    FFMPEG does not currently (as of 10-01-2014) support encoding with the VAAPI. It currently only supports decoding with VAAPI.

    Update 2020: FFMPEG now supports fully supports VAAPI.

提交回复
热议问题