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

I was able to import but what if your trying to do a set duration (similar to whatsapp stories). 10 second minimum and a 90 second maximum? Any ideas? ![imageedit_1_9179818240](https://github.com/a914-gowtham/android-video-trimmer/assets/162244021/0d9e6006-8011-4f47-b03e-7c0ca7ac4853)

Hi ya ! As you can see from the title Im trying to create a thumbnail using MediaMetadataRetriever and the method .setDataSource(), but Im getting this error in my logcat...

As far as I understand, FFmpeg comes under the LGPL license. However, you have licensed your codebase under the MIT License. Considering you are using LGPL-licensed code as a library,...

Failed to resolve: com.arthenica:ffmpeg-kit-min:6.0-1 Show in Project Structure dialog Affected Modules: app, library >> Ask Gemini /// FFmpeg Library was not live ![Image](https://github.com/user-attachments/assets/68788595-f929-44ef-8c25-eb574b1ad3cd)

Caused by: java.lang.NullPointerException: Attempt to invoke virtual method 'void androidx.appcompat.widget.Toolbar.setNavigationOnClickListener(android.view.View$OnClickListener)' on a null object reference at com.gowtham.library.ui.ActVideoTrimmer.onCreate(ActVideoTrimmer.java:149) at android.app.Activity.performCreate(Activity.java:7893) at android.app.Activity.performCreate(Activity.java:7880) at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1307) at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3283) at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3457)  at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:83)  at...

![photo_2024-11-22_09-27-12](https://github.com/user-attachments/assets/68934e22-acbd-426b-8f8c-12c47cbaa9bf) Android 15 sdk 35 edgeToEdge Default Settings Need to disable edge to edge or add paddings code to add paddings ``` ViewCompat.setOnApplyWindowInsetsListener( findViewById(R.id.appbar) ) { v: View, insets: WindowInsetsCompat...

Hello, Getting `Can not add resource (com.android.aaptcompiler.ParsedResource@75f9af6a) to table`. While running APK after adding library. Please help me as soon as possible.