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 doesn't work with Trimtype.MIN_MAX_DURATION #66

Open hsinha76 opened 2 years ago

hsinha76 commented 2 years ago
                        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.