Opened 7 years ago

Closed 17 months ago

Last modified 17 months ago

#6407 closed enhancement (fixed)

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 (3)

comment:1 by Carl Eugen Hoyos, 7 years ago

Keywords: mediacodec added; Android encoder removed
Priority: normalwish
Version: unspecifiedgit-master

comment:2 by Ben T, 17 months ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.