brarcher / video-transcoder

Android app for video and audio transcoder, based on FFmpeg
GNU General Public License v3.0
486 stars 56 forks source link

Can't clip to very end of video #163

Open JohnVeness opened 5 years ago

JohnVeness commented 5 years ago

I wanted to extract the last section of the video. Despite the right hand indicator being at the very end, the last less than a second wasn't included in the selection. Maybe the selection only works on 1s boundaries?

brarcher commented 5 years ago

I recall that it works on 1 sec boundaries. I suppose the case of the last portion of a second at the end of the video is not being handled properly.

Wilker-uwu commented 5 years ago

edit: wrong thread, sorry. i'm copying this comment to the other.

i think it should be able to select by frames, with buttons that can be used to go back and forth one frame at a time.

in addition to that, make it so the timestamps of the videos are shown like HH:MM:SS'FF, where FF is the frame of that second — e.g 9:26'30 referencing the frame 30 of that second of the video