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 41 android-video-trimmer issues
Sort by recently updated
recently updated
newest added

Hi I am getting issue after adding this library showing like this Duplicate value for resource 'attr/position' with config 'DEFAULT' and product ''. Resource was previously defined here: C:\Users\Monalisa\.gradle\caches\transforms-3\111b3c1041cfa849abd75762f0636c23\transformed\jetified-android-video-trimmer-1.7.3\res\values\values.xml:172:4: Duplicate...

lib does not work because of some jni lib need some configuration 2 files found with path 'lib/arm64-v8a/libavcodec.so' from inputs: - C:\Users\Mo3taz kayad\.gradle\caches\transforms-3\1fdf81708dc15537556e07a2f6a5f1ba\transformed\amplituda-2.1.4\jni\arm64-v8a\libavcodec.so - C:\Users\Mo3taz kayad\.gradle\caches\transforms-3\21c9d9e443a8ac2dad4ceed6d96f9b65\transformed\mobile-ffmpeg-min-4.4.LTS\jni\arm64-v8a\libavcodec.so If you are using...

`Caused by: org.gradle.api.internal.artifacts.ivyservice.DefaultLenientConfiguration$ArtifactResolveException: Could not resolve all files for configuration ':app:debugCompileClasspath'.` What i have added the lib in app level build.gradle: ` implementation 'com.github.a914-gowtham:android-video-trimmer:1.7.0' ` and added this in project...

I am using ffmpeg in my project and this library also have ffmpeg so i am getting duplication class error.

E/GlideExecutor: Request threw uncaught throwable java.lang.IllegalStateException: Only owner is able to interact with pending item content://media/external_primary/video/media/35?requireOriginal=1 at android.os.Parcel.createExceptionOrNull(Parcel.java:2433) at android.os.Parcel.createException(Parcel.java:2409) at android.os.Parcel.readException(Parcel.java:2392) at android.database.DatabaseUtils.readExceptionFromParcel(DatabaseUtils.java:190) at android.database.DatabaseUtils.readExceptionWithFileNotFoundExceptionFromParcel(DatabaseUtils.java:153) at android.content.ContentProviderProxy.openTypedAssetFile(ContentProviderNative.java:780) at android.content.ContentResolver.openTypedAssetFileDescriptor(ContentResolver.java:2027)...

Created a wrapper for react native using this library. I created it for my personal use, so it's not that extensible yet, feel free to open PRs to make the...

After trimming my videos with this my video's audio quality decrease by 50 % Please give me a solution or please fix it sir

This problem seems to affect Android 32 devices. To produce the error, I just run the demo app in an android emulator with API 32, choose a video from gallery....

Hi I have project to implement with requirement whatever size more than 10mb compress it and dont trim it. What code should i use and which library that suitable that...