Skip to content

Whatsapp like video trimmer to trim videos within a defined file size.

Notifications You must be signed in to change notification settings

deepandroid/video-trimmer

Repository files navigation

Screenshots:

Screenshot 1 :

Video Trimmer Screenshot 1

Screenshot 2 :

Video Trimmer Screenshot 2

Screenshot 3 :

Video Trimmer Screenshot 3

Video Trimmer

Whatsapp like video trimmer to trim videos within a defined file size.

Add in your project

Gradle :

maven { url 'https://dl.bintray.com/deeppatel13/maven/' }

implementation 'com.deep.videotrimmer:videotrimmer:1.0'

Note: If you have jCenter() added, then no need to write maven dependancy. only using implementation line it will be integrated.

XML :

 <com.deep.videotrimmer.DeepVideoTrimmer
      android:layout_width="match_parent"
      android:layout_height="match_parent" />

Customization Settings :

Mention your own path to save trimmed videos: setDestinationPath(StringPath);

Mention your desired max duration for trimmed videos: setMaxDuration(int seconds); //Defaults to 100Seconds

Mention your desired max file size for trimmed videos: setMaxFileSize(int mb); //Defaults to 25Mb

Mention your desired video URI to get trimmed video: setVideoURI(Uri for video to trim);

About

Whatsapp like video trimmer to trim videos within a defined file size.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages