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

Android java library for FFmpeg binary compiled using https://github.com/writingminds/ffmpeg-android

Results 102 ffmpeg-android-java issues
Sort by recently updated
recently updated
newest added

I'm having a problem with the library in my tablet under API 18 (it's working on my new phone Android v8. Could you please try to help me? https://stackoverflow.com/questions/55894246/android-ffmpeg-video-creation-crashes-with-no-exception-when-loading-binaries Thanks...

I managed to fix some of the common issues on my fork, leaking Context and non working kill command to be specific. Steps to install if this doesn't get merged:...

can we set compress configuration like .setVideoResolution(640, 480) etc.

This project leads to apk of size > 40mb, this is huge waste of space and download time as most of the time, device has only one cpu architecture. Most...

discussion

Hello all, I have **Lost all the 360 video metadata** after trimmed video. please suggest me some command how to prevent from this... **used below commands** >> ffmpeg "-i "...

Failed Executionffmpeg version n3.0.1 Copyright (c) 2000-2016 the FFmpeg developers built with gcc 4.8 (GCC) configuration: --target-os=linux --cross-prefix=/home/vagrant/SourceCode/ffmpeg-android/toolchain-android/bin/arm-linux-androideabi- --arch=arm --cpu=cortex-a8 --enable-runtime-cpudetect --sysroot=/home/vagrant/SourceCode/ffmpeg-android/toolchain-android/sysroot --enable-pic --enable-libx264 --enable-libass --enable-libfreetype --enable-libfribidi --enable-libmp3lame --enable-fontconfig --enable-pthreads...

Can I get execute progress?

Hi, Until now i've used your library in a foreground service and anything worked well; now i've add a button on my activity to call ffmpeg, but **THE SAME COMMANDS**...

discussion

I want to add image and text to add into a video simultaneously.

works perfectly on all devices and all versions of android expect 7.0 (x64 devices).. need help log: MainActivity: progress CANNOT LINK EXECUTABLE "/data/user/0/com.czh.testmpeg/files/ffmpeg": /data/data/com.czh.testmpeg/files/ffmpeg: has text relocations MainActivity: fail CANNOT...