ffmpeg-android icon indicating copy to clipboard operation
ffmpeg-android copied to clipboard

Prebuild executable file of ffmpeg 2.1.3 for Android. Build ffmpeg for android purely by NDK's gcc. No use JNI nor ndk-build nor Android.mk because i hate them. This build also contains external libx...

Results 3 ffmpeg-android issues
Sort by recently updated
recently updated
newest added

I am not able to execute following command using in my app using your binary The command is as under "ffmpeg -i /storage/sdcard0/WhatsApp/Media/WhatsApp Video/vid.mp4 -i /storage/sdcard0/WhatsApp/Media/WhatsApp Video/gif1.gif -filter_complex '[0:v][1:v]overlay=10:10' -codec:a...

fixed by adding -fPIE -pie to the LDFLAGS

Get the following response: --2015-10-28 16:14:25-- http://git.videolan.org/?p=x264.git;a=snapshot;h=refs/heads/stable;sf=tgz Resolving git.videolan.org... 88.191.250.118, 2a01:e0d:1:3:58bf:fa76::1 Connecting to git.videolan.org|88.191.250.118|:80... connected. HTTP request sent, awaiting response... 403 Forbidden 2015-10-28 16:14:25 ERROR 403: Forbidden. bypassed it by...