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

FFmpeg for Android compiled with x264, libass, fontconfig, freetype, fribidi and lame (Supports Android 4.1+)

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

i am using below code, which loads ffmpeg successfully, only command not executing, error is no such file or directory. how can i remove this error. `package com.example.project; import androidx.appcompat.app.AppCompatActivity;...

i am using com.writingminds:FFmpegAndroid:0.3.2 this library , please suggest command for adding text and audio to video. i tried below code, `public class MainActivity extends AppCompatActivity { FFmpeg ffmpeg; String...

Hello everyone. facing this issue in android 10 and it is working fine on older android versions. Any help or suggestions .? ?

I want to add transition animation while making video from Images like when Image changing one by one transition animation should display So how to achieve this functionality?

commands execute without crashing but output file isn't created. This happens only in Android 10 + Lower versions working fine.

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...

hello , any idea about how can we add one black-white Video between 2 Videos . i want to do like add black-white video at last second of **1 video**...

ERROR: Output file #0 does not contain any stream [FFMPEG] solution: so instead of passing an integrated string command you should do something like this: String[] cmds = new String[12];...

Hi sudo apt-get --quiet --yes install build-essential git autoconf libtool pkg-config gperf gettext yasm python-lxml ./init_update_libs.sh these 2 commands run successfully but the last one ./android_build.sh gives the error: patching...