titansgroup / k4l-video-trimmer

A library with UI and mechanisms to trim local videos on Android applications.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Custom setMaxDuration not worked properly.

sohel274 opened this issue · comments

commented
  • I have verified there are no duplicate active or recent bugs, questions, or requests
Include the following:
  • k4l-video-trimmer version: 1.0.3
  • Device OS version: 7.0.0
  • Devide Manufacturer: Motorola
  • Device Name: G5 Plus
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:

I also have same issue.

I also have the same issue. Please help me