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

Based on [this post](https://stackoverflow.com/a/60370584/8627813). Moved ffmpeg binary to the libs folder and added `android:extractNativeLibs = "true"` to the manifest so it can copy itself into `/data/app/{package_name}/lib/{arch}/` and then execute it...

@hiteshsondhi88 _**FAILED with output: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...

I want to add text/watermark on a video **Expected** ![camera_end with watermark](https://user-images.githubusercontent.com/35443934/36472743-b522d520-1718-11e8-9566-23e5a1ac99d0.jpg) **But getting the error** > Error ffmpeg executing with message: > ffmpeg version n3.0.1 Copyright (c) 2000-2016 the...

its not working with android 10 shows Permission denied Error Code 13 Please Update Your Library.

I am using this library for my needs. But as this library requires to send input and output file path, and from Android 10, we can't access File path directly,...

Hi, It is not working for android 10. Can you please assist how to build with android 10(29). Thank you.

facing following issue with android 10 java.io.IOException: Cannot run program "/data/user/0/com.example.123/files/ffmpeg": error=13, Permission denied Caused by: java.io.IOException: error=13, Permission denied

E/FFmpeg: Exception while trying to run: [Ljava.lang.String;@426024e java.io.IOException: Cannot run program "/data/user/0/PACKAGE NAME/files/ffmpeg": error=13, Permission denied at java.lang.ProcessBuilder.start(ProcessBuilder.java:1050) at java.lang.Runtime.exec(Runtime.java:698) at java.lang.Runtime.exec(Runtime.java:563) at com.github.kohiyadav.libffmpeg.ShellCommand.run(ShellCommand.java:10) at com.github.kohiyadav.libffmpeg.FFmpegExecuteAsyncTask.doInBackground(FFmpegExecuteAsyncTask.java:38) at com.github.kohiyadav.libffmpeg.FFmpegExecuteAsyncTask.doInBackground(FFmpegExecuteAsyncTask.java:10) at android.os.AsyncTask$3.call(AsyncTask.java:378)...

> ![Screenshot_2021-04-12-01-15-30-19_1ba429ce4cae05008cc829f8d4f8f5f2](https://user-images.githubusercontent.com/82390853/114405941-c2430700-9bc4-11eb-8504-7ad53014a41d.jpg) please help with my error

Hi, Is there a way to specify a network to use ffmep streaming fonctionnalyties? I'm trying to trim files on a local network devices through wifi while mobile datas are...