iknow4x / Android-Video-Trimmer

The Android-Video-Trimmer project implements the selection of clips for long and short videos. It uses MediaMetadataRetriever to obtain video frames, and uses ffmpeg for video cropping and video compression.
Apache License 2.0
1.11k stars 264 forks source link

fix calculation of bounds while scrolling #48

Closed dpproduction closed 4 years ago

dpproduction commented 4 years ago

Bounds time was calculated by the wrong formula when frames scrolling. This is now fixed.