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

Results 14 videokit-ffmpeg-android issues
Sort by recently updated
recently updated
newest added

How can i use concat ffmpeg function to merge two videos with this library. When i use ffmpeg as precompiled binary I was able to it with this code: _LinkedList...

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

HI I am using your library for my application. There are only two call backs success and failure, I need on progress call back to show the progress, so will...

is there any way to get a Progress while compressing the Video using AsyncCommandExecutor?

Hi, I have modified the code to just send the custom command(in custom command i have send entire command parameter). but i am getting failure , as there is no...

final Command command = videoKit.createCommand() .inputPath("/storage/emulated/0/WhatsApp/Media/WhatsApp Video/VID-20181118-WA0003.mp4") .outputPath("/storage/emulated/0/abc.mp3") .customCommand("-vn -ar 44100 -ac 2 -ab 320 -f mp3") .build(); new AsyncCommandExecutor(command, this).execute();

Updated Gradle files for sample and videokit to Android SDK 28 MinSDK is now 14 CompileSDK is now 28

How to stop/cancel current ffmpeg execution?

Hi @IljaKosynkin, I appreciate all of your work on this library! I've tried to fork FFmpeg-Development-Kit and recompile the ffmpeg .so files with `--enable-libfreetype`. I was able to successfully compile...

Hi @IljaKosynkin and to everyone else. I tried to put watermark on one video but custom command won't execute and error code is 3037. I run the same code for...