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

Trimming process never succeeds #22

Closed khurana3192 closed 6 years ago

khurana3192 commented 6 years ago

I just downloaded your project and trimmed a video.

Looks like the process never succeeds, the alert dialog never hides.

By the way, the UI for trimming looks really cool

iknow4x commented 6 years ago

@khurana3192
Sorry for my late reply. I've optimized the video clipping commend, You can see if the problem still exists. Thank you!