iknow4 / 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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Trimming process never succeeds

khurana3192 opened this issue · comments

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

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