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

while building this project using android studio, I m getting the following error _ERROR: Unable to determine org.gradle.api.plugins.AndroidMavenPlugin argument #1: missing parameter value of type interface org.gradle.internal.Factory, or no service...

Hi I have added the following dependency to my gradle: compile 'com.writingminds:FFmpegAndroid:0.3.2' but android studio show me an error : Failed to resolve: com.writingminds:FFmpegAndroid:0.3.2 Why? whats the problem?

I have i question about crop the video using ffmpeg. I used this command to crop video: **final String[] cmd = "-i /storage/emulated/0/nature.mp4 -vf crop=720:720:0:400 -threads 5 -preset ultrafast -strict...

ffmpeg 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 --disable-debug...

Dear all, I have problem with split ffmpeg when target build I use ffmpeg as dependency: implementation "com.writingminds:FFmpegAndroid:0.3.2" And split config in gradle build: splits { abi { reset() enable...

Great work!! The apk will grow ... To avoid this I have modified the FileUtil.java and have added a new method `copyBinaryFromUrlToData`. If the filename beginns with http then an...

Hi ! i have this import in mu project and nothing more..and everything is ok! compile 'com.writingminds:FFmpegAndroid:0.3.2' but my apk increase 20mb... how google said im publish app bundle.... so...

while i am add animation between multiple images found some error like Too many inputs specified for the "**concat**" filter how to solve this This is command for animation, -y...

java.io.IOException: Cannot run program "/data/user/0/com.zhou.ffmpegdemo/files/ffmpeg": error=2, No such file or directory at java.lang.ProcessBuilder.start(ProcessBuilder.java:983) at java.lang.Runtime.exec(Runtime.java:691) at java.lang.Runtime.exec(Runtime.java:559) at com.github.hiteshsondhi88.libffmpeg.ShellCommand.run(ShellCommand.java:10) at com.github.hiteshsondhi88.libffmpeg.FFmpegExecuteAsyncTask.doInBackground(FFmpegExecuteAsyncTask.java:38) at com.github.hiteshsondhi88.libffmpeg.FFmpegExecuteAsyncTask.doInBackground(FFmpegExecuteAsyncTask.java:10) at android.os.AsyncTask$2.call(AsyncTask.java:305) at java.util.concurrent.FutureTask.run(FutureTask.java:237) at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:243) at...

I 'm getting this error when trying to select videos from gallery, I had integrated ffmpeg-android library in my existing application and given all permissions. Exception while trying to run:...