Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
a914-gowtham authored Jun 27, 2023
1 parent ad0191d commit 93e323a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ TrimVideo.activity(String.valueOf(videoUri))
Use 1M for better quality output
* `Width` Width of the video output video.
* `Height` Height of the video output video.Use `TrimmerUtils.getVideoWidthHeight(this,Uri.parse(videoUri));` method to get the width and height of the video
1. Video compressing process will take more time
1. Video compressing process will take more time and duration will be accurate
```java
TrimVideo.activity(String.valueOf(videoUri))
.setCompressOption(new CompressOption(30,"1M",460,320)) //pass empty constructor for default compress values
Expand Down

0 comments on commit 93e323a

Please sign in to comment.