Closed developercrazy021 closed 3 years ago
You can use below code.
TrimVideo.activity(videoUri)
.setTrimType(TrimType.MIN_MAX_DURATION)
.setMinToMax(10, 30) //seconds
.start(this);
The issue with this is max duration is not restricted by seekbar, done option menu will be disabled if it exceed the max duration and a error toast will be shown when click option menu. there is a open issue regarding this #34
I mean set max duration to seekbar
hello tnx for this library because is the best how can set max duration ?