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

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

Open sonantgithub opened this issue 2 years ago • 0 comments

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"};

sonantgithub avatar Feb 09 '22 10:02 sonantgithub