[FFmpeg-user] Using latest NDK and ffmpeg version results in very slow video processing on android

Reuben Martin reuben.m at gmail.com
Tue Feb 2 04:23:33 CET 2016


On Monday, February 01, 2016 04:03:53 PM Srikanth Kommineni wrote:
>     CPU='cortex-a8'

It looks like the newer script might be building for a rather old arm cpu. If 
that is the case the instruction set is probably a limited 32 bit instruction 
set and only uses a single core. More than likely the device you are running 
this on is quite a bit more powerful.

Not sure which arm cpu the older script was building for. Unless it is set 
elsewhere in the environment or in a separate script, it probably just built 
whatever the default is for the SDK.

-Reuben


More information about the ffmpeg-user mailing list