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

When I change the progressbar to crop the video at specific duration then setMaxDuration is not working properly and video information is showing wrong

NooruddinLakhani opened this issue · comments

I am getting an issue. I have downloaded the latest code and integrate it on Android Studio. When i select a video, k4l-video-trimmer successfully prepared the video and correctly shows video info and snapshots. I have set the max duration to 10 sec but when move the progressbar to crop the video at specific duration, the cropping duration which is showing on screen like (01:21 sec - 01:31 sec) for 10 sec will change to (01:21 sec - 01:36 sec) becomes 15 sec duration that is an issue and when I crop the video, it will crop it for 23 sec. I don't know how to resolve this issue. Please help me to resolve this issue

me too.. i cant resolve this bug

Me too have same issue.