Hardware accelerated FFmpeg on android?

后端 未结 3 940
被撕碎了的回忆
被撕碎了的回忆 2020-12-31 09:37

I compiled an older version of FFmpeg for Android (if I recall correctly it was 0.6.X). FFmpeg decodes a video frame, scales it, then I\'m using OpenGL to draw it on the scr

3条回答
  •  轮回少年
    2020-12-31 09:59

    1. I think so , yes. see : http://ffmpeg.org/#pr9 . the major release that has the hardware accelerated decoding of h264 on Android is Harmony 0.9

    2. if you use a decoder that takes advantage of the hardware acceleration, when it's available, I don't see how you can do better...

提交回复
热议问题