Releases: a914-gowtham/android-video-trimmer
Releases · a914-gowtham/android-video-trimmer
1.8.4-beta3
Full Changelog: 1.8.3.2...1.8.4-beta3
#116 issue fix
v1.8.3.3
1.8.4-beta1
Changes:
- Reduce the video resolution to match the resolution selected in the toolbar.
Full Changelog: 1.8.3...1.8.4-beta1
v1.8.3.2
1.8.3
- Resolution select popup background color
Full Changelog: 1.8.2...1.8.3
1.8.2
Changeset:
- Added percentage in video processing dialog
1.8.1
- Added option to enable/disable compression option
sample:
TrimVideo.activity(data)
.disableCompression()
.start(this, videoTrimResultLauncher);
1.8.0
- targetSdk verison to 36
- migrated to media3 library from ffmpeg(deprecated)
- Video compression option in toolbar
1.7.19
Fix:
- #102 Android 14 selected file permission handling
- Permission handling changes: As no permission is needed for files picked from the Photo Picker or Android File Picker, the storage permission is no longer checked in this case
Update:
Target sdk -> 34