titansgroup / k4l-video-trimmer

A library with UI and mechanisms to trim local videos on Android applications.
MIT License
784 stars 221 forks source link

Custom setMaxDuration not worked properly. #37

Open sohel274 opened 6 years ago

sohel274 commented 6 years ago
Include the following:
Reproduction Steps

I implement one application in which I used this trimmer. When we apply custom duration of setMaxDuartion e.g 30 sec(30000 millisecond) Resulted video is not exatly 30 sec. It has random duration like 32,35 or 40 second.

Expected Result

It must be same that we give custom duration

Actual Result

Random duration near by given duration

Tell us what could be improved:

bansi8bhalodiya commented 6 years ago

I also have same issue.

kalpeshkumawat commented 5 years ago

I also have the same issue. Please help me