Skip to content

Commit 043cebe

Browse files
Merge remote-tracking branch 'origin/master'
2 parents b87023b + fdf491a commit 043cebe

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[![](https://jitpack.io/v/jZAIKO/android-video-trimmer.svg)](https://jitpack.io/#jZAIKO/android-video-trimmer)
22
[![](https://jitpack.io/v/a914-gowtham/android-video-trimmer.svg)](https://jitpack.io/#a914-gowtham/android-video-trimmer)
33

4-
### Starting from latest version 1.8.0 this library is using [media3](https://developer.android.com/media/media3/transformer/transformations) for media transcoding. Previously it was using [ffmpeg](https://github.com/arthenica/ffmpeg-kit?tab=readme-ov-file) which is deprecated now.
4+
### Starting from 1.8.0 this library is using [media3](https://developer.android.com/media/media3/transformer/transformations) for media transcoding. Previously it was using [ffmpeg](https://github.com/arthenica/ffmpeg-kit?tab=readme-ov-file) which is deprecated now.
55

66

77
# Android-video-trimmer
88

9-
##### Helps to trim local videos with many customizations on Android applications using exoplayer2 and FFmpeg [Demo app](https://github.com/a914-gowtham/android-video-trimmer/releases)
9+
##### Helps to trim local videos with many customizations on Android applications using exoplayer2 and FFmpeg [Demo app](https://github.com/a914-gowtham/android-video-trimmer/releases/1.8.1)
1010

1111
![](https://github.com/a914-gowtham/Android-video-trimmer/blob/master/demo.gif)
1212

@@ -19,7 +19,7 @@
1919
```gradle
2020
// replace x.y.z with latest available jitpack version
2121
dependencies {
22-
implementation 'com.github.a914-gowtham:android-video-trimmer:1.8.0'
22+
implementation 'com.github.a914-gowtham:android-video-trimmer:x.y.z'
2323
}
2424
```
2525
+ Add to project's root `build.gradle` file:
@@ -64,7 +64,7 @@ allprojects {
6464
```java
6565
TrimVideo.activity(String.valueOf(videoUri))
6666
.setHideSeekBar(true)
67-
.disableCompression() // enabled by default
67+
.disableCompression() // to disable compression ui. enabled by default
6868
.start(this,startForResult);
6969
```
7070

@@ -107,6 +107,10 @@ TrimVideo.activity(videoUri)
107107
-keep interface com.gowtham.library** { *; }
108108
```
109109

110+
## Development roadmap:
111+
112+
1. Currently, compression only reduces the bitRate to reduce the file size. converting video to the selected resolution is in under development.
113+
110114
## Compatibility
111115

112116
* Library - Android Nougat 7.0+ (API 24)

video6273891696883276229.mp4

2.04 MB
Binary file not shown.

0 commit comments

Comments
 (0)