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

FFMpeg - move overlay **gif** from a point `a` to `b`. I used somebody posted here FFMpeg - move overlay from point `a` to `b` to `c` to `d`. I...

Hi, Please provide the JNI wrapper used in Writingminds/ffmpeg-android-java code

I want to add other architecture .so file with x86, armabi-v7a. how to define them in ArmArch.java file as some enum is defined here and some value is assigned like...

Please let me know how to show the progress in percentage(10%, 20% completed like this). We can calculate the percentage from this line in FFmpegExecuteAsyncTask . ``` try { String...

@WritingMinds @hiteshsondhi88 @miteshsondhi @jacobtabak , I have below command for removing green color from video and then adding another video as overlay. **Issue -** The command excecution time is 6...

**Task**: Mix Audio Files using FFmpeg in Android. File m1 = new File(Environment.getExternalStorageDirectory() + "/MyFolder/m1.mp3"); File m2 = new File(Environment.getExternalStorageDirectory() + "/MyFolder/m2.mp3"); //m1,m2 are mp3 files //File outputDirectory2 = new...

I am getting this error: `[NULL @0x5bc2c00] Unable to find a suitable output format for '|' |: Invalid argument` My command is : `filter_complex [0:v][1:v][2:v]hstack=inputs=3[t];[3:v][4:v][5:v]hstack=inputs=3[m];[6:v][7:v][8:v]hstack=inputs=3[b];[t][m][b]vstack=inputs=3[c] -map "[c]" -f matroska -...

![image](https://user-images.githubusercontent.com/34123428/46928815-f4fcfa80-d06e-11e8-9cdd-a9b68600d6ac.png),I use this commands to Merge audio and video,BUT,no output,How can I solve this problem。please

Hi ffmpeg team! I have a application that use ffmpeg to extract mp3 in webm format and i want to use mutiple extracter in a time to improve my app's...

I'm trimming mp4 files and noticed if I ran another command while one was running, I get this error. ``` com.github.hiteshsondhi88.libffmpeg.exceptions.FFmpegCommandAlreadyRunningException: FFmpeg command is already running, you are only allowed...