bravobit / FFmpeg-Android

FFMpeg/FFprobe compiled for Android
https://bravobit.nl/
MIT License
741 stars 176 forks source link

Support h264_mediacodec on amlogic S905 #29

Open function1983 opened 6 years ago

function1983 commented 6 years ago

Hi bravobit. Thank you for the project.

I see that you configure ffmpeg with hwaccel enabled. But when I run it on my S905 it doesn't seem to deligate to hw decoder.

I am getting a Rockchip to test on. But do I need to specifically use -hwaccel h264_mediacodec in the command. Is it an amlogic bug, or is it just your ffmpeg wasn't compiled with this option on?

Thank you.