bartekmotyl / simple-video-cutter

Windows-based tool for efficient browsing and cutting video footage
MIT License
320 stars 42 forks source link

Add "Jump to prev/next keyframe" #7

Closed pstein closed 4 years ago

pstein commented 4 years ago

I prefer to cut videos always at keyframe positions.

As far as I can see there is no necessary "jump to prev/next keyframe" menu in SVC.

Could you add it?

Thank you Peter

bartekmotyl commented 4 years ago

There is a key shortcut '.' (dot) that navigates to next frame. As far as I can see, VLC (the underlying engine I use to render the video) does not provide option to navigate to "previous frame", unfortunately. Anyway, exposing the "next frame" button in UI is a good idea.

bartekmotyl commented 4 years ago

Implemented in release 0.11.0 - toolbar button has been added.