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 104 ffmpeg-android-java issues
Sort by recently updated
recently updated
newest added

libvideokit.so load Fail: It is not loading so file in android 6.0 (samsung on5) /data/app/com.examples.ffmpeg4android_demo-1/lib/arm/libvideokit.so args is not NULL more then one arg function symbol not found Please help me...

When audio is short,How I can Loop the audio until video is not over ? I am working in Android Studio. I need to write this command like this String...

As per the google guidelines we need 64 bit architecture, but the existing code is having 32-bit architecture. please update the architecture. reference of the guideline : https://developer.android.com/distribute/best-practices/develop/64-bit

I am using ffmpeg for text over video using drawtext command. Please recommend Do ffmpeg require any GPL/LGPL licences for using it in Android app? Do i need to open...

After calling loadBinary method in the Application class. The text throughout the application gets aligned to the left which overwrites all the existing property in the application. Please suggest after...

-y -i /storage/emulated/0/input.mp4 -f srt -i /storage/emulated/0/test.srt -vcodec copy -acodec copy -scodec mov_text -metadata:s:s:0 language=eng /storage/emulated/0/output.mp4 configuration: --target-os=linux --cross-prefix=/home/ifeimo/ffmpeg/ffmpeg-android/toolchain-android/bin/arm-linux-androideabi- --arch=arm --cpu=cortex-a8 --enable-runtime-cpudetect --sysroot=/home/ifeimo/ffmpeg/ffmpeg-android/toolchain-android/sysroot --enable-pic --enable-libx264 --enable-libass --enable-libfreetype --enable-libfribidi --enable-fontconfig --enable-pthreads...

I have one Intent service to work in background to execute compressing video file command because I want to compress video file upto 30GB (4KVideo), but meanwhile I want to...

Hi How can I get video info like bitrate? now I run "FFmpeg -i inputfile" and get the result > Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/storage/emulated/0/test1/20180113_112128.mp4': Metadata: major_brand : mp42 minor_version...

In the update (0.3.2) ARMv7-Neon entry is missing under CPUArch EnumType What would be the value in case we want to add Neon ffmpeg as well

discussion

I want to use assets folder file as input in ffmpeg but not able to use it. I am trying to use "-i file:///android_asset/sample_videos/sample_2.mp4" but i am getting error "no...