Fast Video Compression on Android
x264 cpu capabilities Your ffmpeg console output/log shows the following message from libx264: using cpu capabilities: none! For your device I would expect something like: using cpu capabilities: ARMv7 NEON You should re-evaluate how you compiled x264 so it properly supports the capabilities of your CPU. With none it encodes significantly slower. Do not use … Read more