Opened 5 years ago
Last modified 5 years ago
#6407 new enhancement
Add Android encoders support to MediaCodec implementation
Reported by: | bubbleguuum | Owned by: | |
---|---|---|---|
Priority: | wish | Component: | avcodec |
Version: | git-master | Keywords: | mediacodec |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description
Android decoders have good support via the Android MediaCodec API implemented in libavcodec/mediacodec*.
What is missing is encoder support via the same API, and h264 encoding in particular. This would be super useful.
Many encoders presented by MediaCodec are hardware accelerated thus a huge benefit over libx264.
https://developer.android.com/reference/android/media/MediaCodec.html
Change History (1)
comment:1 by , 5 years ago
Keywords: | mediacodec added; Android encoder removed |
---|---|
Priority: | normal → wish |
Version: | unspecified → git-master |
Note:
See TracTickets
for help on using tickets.