Skip to content

Commit b755fb2

Browse files
2 parents 41d25c8 + 674e679 commit b755fb2

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

README.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
2+
[![Release](https://img.shields.io/github/release/AndroidDeveloperLB/VideoTrimmer.svg?style=flat)](https://jitpack.io/#AndroidDeveloperLB/VideoTrimmer)
3+
4+
# VideoTrimmer
5+
6+
Allows to trim videos on Android, including UI.
7+
8+
import using [Jitpack](https://jitpack.io/#AndroidDeveloperLB/VideoTrimmer) :
9+
10+
allprojects {
11+
repositories {
12+
...
13+
maven { url 'https://jitpack.io' }
14+
}
15+
}
16+
17+
dependencies {
18+
implementation 'com.github.AndroidDeveloperLB:VideoTrimmer:#'
19+
}
20+
21+
![screenshot](https://github.com/AndroidDeveloperLB/VideoTrimmer/blob/master/screenshot.png?raw=true)
22+
23+
- Code based on "[k4l-video-trimmer](https://github.com/titansgroup/k4l-video-trimmer)" library, to handle various issues on it, that I've asked about [here](https://stackoverflow.com/q/54503331/878126) and [here] .
24+
- Trimming is done by using "[mp4parser](https://github.com/sannies/mp4parser)" library (that was used on the original library) and on [this answer](https://stackoverflow.com/a/44653626/878126), which is based on the Gallery app of Android.
25+
- This library handled various issues that the original had, while also having 100% code in Kotlin.
26+
- At first it was a fork, but as it became very different in code, and because the original one isn't maintained anymore, I decided to create this one as a new repository.

0 commit comments

Comments
 (0)