android-video-trimmer
android-video-trimmer copied to clipboard
Helps to trim local videos with compress option on Android applications using Exoplayer 2 and FFmpeg.
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? 
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 
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...
 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.