You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 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] .
9
+
- 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.
10
+
- This library handled various issues that the original had, while also having 100% code in Kotlin.
11
+
- At first it was a fork, but as it became completely 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