AndroidFFmpeg icon indicating copy to clipboard operation
AndroidFFmpeg copied to clipboard

[DEPRECATED] FFmpeg build for android random architectures with example jni

Results 55 AndroidFFmpeg issues
Sort by recently updated
recently updated
newest added

A place to start: http://blog.csdn.net/jwzhangjie/article/details/9056607

HI, Can you please tell me how to fix crash on non-neon systems ? Library works perfectly on device. But with the virtual device it crashes. I am getting following...

Normally, I am able to successfully stream an m3u8 files. The device generating the files allows preview of the files over http using m3u8 format. When the device starts recording,...

Hi, After running the example and exiting the program, I notice I still have a stream of fmpeg messages scrolling in the Log window during debug. It appears the NDK...

Hello! I need to take an image and an audio file and create a video. I've found that I need to do something like that "ffmpeg -i image.jpeg -i audio.mp3...

question