-
I think this is a better option than using ffmpeg just to reduce the overhead and improve performance as it actually uses the built-in low-level APIs. I thought I'd just leave this suggestion here in case the development shifts focus on this specific os. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
FFmpeg has the benefit of just-working on all platforms and not needing to go out of our way to support Android. Gains would have to be demonstrably significant to even begin considering this. |
Beta Was this translation helpful? Give feedback.
-
FFMpeg/libavcodec supports MediaCodec already, you just need to select it as the hwaccel (decoder). Video currently causes too much latency to be used realistically. |
Beta Was this translation helpful? Give feedback.
FFmpeg has the benefit of just-working on all platforms and not needing to go out of our way to support Android.
Gains would have to be demonstrably significant to even begin considering this.