Skip to content

Commit

Permalink
compress added
Browse files Browse the repository at this point in the history
  • Loading branch information
Gowtham committed Sep 9, 2020
1 parent f82bae2 commit 83274d8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ private void openTrimActivity(String data) {
if (trimType == 0) {
TrimVideo.activity(data)
.setDestination("/storage/emulated/0/DCIM/TESTFOLDER")
.setCompressOption(new CompressOption(30,2))
// .setCompressOption(new CompressOption(30,2))
.start(this);
} else if (trimType == 1) {
TrimVideo.activity(data)
Expand Down

0 comments on commit 83274d8

Please sign in to comment.