cropsly / ffmpeg-android-java

Android java library for FFmpeg binary compiled using https://github.com/writingminds/ffmpeg-android
http://writingminds.github.io/ffmpeg-android-java
GNU General Public License v3.0
3.32k stars 831 forks source link

I am using ffmpeg in android but taking much time to crop the video #374

Open sonantgithub opened 2 years ago

sonantgithub commented 2 years ago

String[] commondForCropingVideoFast = {"-i", "/storage/emulated/0/Movies/sample.mp4", "-vf", "crop=" + 1080 + ":" + 1600 + ":" + 0 + ":" + 350, "-strict", "experimental", "-vcodec", "libx264", "-preset", "ultrafast", "/storage/emulated/0/Movies/cropped.mp4"};