android-video-trimmer icon indicating copy to clipboard operation
android-video-trimmer copied to clipboard

Seekbar doesn't work with Trimtype.MIN_MAX_DURATION

Open hsinha76 opened this issue 4 years ago • 0 comments
trafficstars

                        TrimVideo.activity(String.valueOf(data.getData()))
                                .setTrimType(TrimType.MIN_MAX_DURATION)
                                .setMinToMax(0, 30)
                                .start(this, videoTrimResultLauncher);

Using the above code but in this case I'm not able to move the seekbar. Suppose the video is of 50 seconds the seekbar covers the whole video.

hsinha76 avatar Sep 29 '21 15:09 hsinha76