a914-gowtham / android-video-trimmer

Helps to trim local videos with compress option on Android applications using Exoplayer 2 and FFmpeg.
Other
362 stars 115 forks source link

Seekbar's start position and end position are not seeking to given Minimum-Maximum duration #34

Open mithuns14 opened 3 years ago

mithuns14 commented 3 years ago

Even after adding min, max values in EditText. It always taking min value as 0.

a914-gowtham commented 3 years ago

Did your result video's duration was 0 from the given value? or you are having an issue with seek bar?

mithuns14 commented 3 years ago

is it possible to set positions programmatically without the help of Seek bar? like min 0.0 sec to max 40.0 sec min 40.0 sec to max 80.0 sec min 80.0 sec to 120.0 sec like that

a914-gowtham commented 3 years ago

Sorry, it can't be done in the library. you can only give minimum duration, maximum duration and seekbar will take 0 as start position and given minimum duration as end positionn