Hardware accelerated FFmpeg on android? Hardware accelerated FFmpeg on android? android android

Hardware accelerated FFmpeg on android?


  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...


You could also try compiling ffmpeg with libstagefright_h264, I was able to get it to compile and read video file properties, but have been unable to get avcodec_open to work with it... That would be hardware accelerated assuming it was supported by the device.