VideoCrop icon indicating copy to clipboard operation
VideoCrop copied to clipboard

Video cropping library

Results 19 VideoCrop issues
Sort by recently updated
recently updated
newest added

how can you set default 9:16 aspect ratio?

I had added this library as module and directly using it's `CropVideoView` and related classes. I am storing user's selected rectangle on saved instance state by `getCropRect()` and restoring on...

I'm getting the following error when I call _startActivityForResult(VideoCropActivity.createIntent(myActivity.this, input_filepath, output_filepath), 1);_ **Error:** java.lang.NoSuchMethodError: No direct method (Ld/e/a/b/y2/g;)V in class Ld/e/a/b/x2/d$b; or its super classes (declaration of 'd.e.a.b.x2.d$b' appears in...

I'm getting the following error when I call _startActivityForResult(VideoCropActivity.createIntent(myActivity.this, input_filepath, output_filepath), 1);_ **Error:** java.lang.NoSuchMethodError: No direct method (Ld/e/a/b/y2/g;)V in class Ld/e/a/b/x2/d$b; or its super classes (declaration of 'd.e.a.b.x2.d$b' appears in...

For all other types of video this will works fine but with camera videos, output videos will gets stretched..

Hello, I have a question. If I want to upgrade the ffmpeg library how do I rebuild the ffmpeg file? . Can you guide me how to build ffmpeg file?

I'm Getting null onActivityResult

Video crop not working on Api 29 so, please update ASAP