android-video-trimmer icon indicating copy to clipboard operation
android-video-trimmer copied to clipboard

Helps to trim local videos with compress option on Android applications using Exoplayer 2 and FFmpeg.

Results 47 android-video-trimmer issues
Sort by recently updated
recently updated
newest added
trafficstars

Hello, When I am trying to add implementation with dependency in build.gralde I have this error. Caused by: org.gradle.api.internal.artifacts.ivyservice.DefaultLenientConfiguration$ArtifactResolveException: Could not resolve all files for configuration ':app:debugRuntimeClasspath'. Any idea? Thank...

can you please help me regarding to this issue "cannot locate symbol "av_default_item_name" referenced by "/data/app/com.social.forteindia-jupcSy3f5nKEVWrNV-cRcw==/lib/arm64/libmobileffmpeg.so"..." thank you

![c1](https://user-images.githubusercontent.com/56568775/135880024-d13e07fd-d387-43ee-9602-8fecc5424a61.png)

![image](https://user-images.githubusercontent.com/91874597/135817045-83fb8fa9-1d71-43f2-81c0-0a8856248f34.png) In your library, this function is crashing the application while launching the trimmer in android P. I have tested it on Oneplus mobile phone.

Hi, I am using 11.0 (R) - API 30 and getting this error when start video trimmer. Below is code: ``` TrimVideo.activity(Uri.fromFile(File(p0?.first()?.originalPath)).toString()) .start(this@ChatActivity, startForResult) ``` Please let me know if...

``` TrimVideo.activity(String.valueOf(data.getData())) .setTrimType(TrimType.MIN_MAX_DURATION) .setMinToMax(0, 30) .start(this, videoTrimResultLauncher); ``` Using the above code but in this case I'm not able to move the seekbar. Suppose the video is of 50 seconds...

Hi, can you say when this pull request (Added Max Duration #27) will be released ? And did i undesrstand it right. if i will set 10s max duration then...

Issue

Recommeded frameRate is 30 what are other options?

Can we Customize the Title Bar ?