This is an android lib project with NDK developing.You can use it to transcode videos or decode_encode videos.FFMPEG is the most important dependence for this project.All the transcode functions powered by FFMPEG.
-
Decoder
hw_decode or sw_decode. -
Encoder
hw_encode(need JNI call JAVA API in native) or sw_encode.
FFMPEG n4.1.6 support Android hw_decode ability,and it can use android mediacodec to decode
video.About how to build FFMPEG for android , see this continue... in my repostory.

