bartekmotyl / simple-video-cutter

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

[Feature request] backward frame button & keystroke #42

Closed the-liquid-metal closed 2 years ago

the-liquid-metal commented 2 years ago

There is forward button, but no backward button. If we want to seek prev frame, we have to click the timelime. This is very annoying for lenghty movies. the current frame is too far from the target frame. Moreover, there is no jump button (forward and backward). it would be better if jump buttons is configurable: every definitive seconds/minutes and changeable keystroke.

bartekmotyl commented 2 years ago

This is duplicate of issue #15. The reason for lack of this function is the fact is it not provided by the library (libvlc) that is used to play the video. Note: positioning depends on file type. For example, in case of mp4 you can position only in certain places/frames (depends on video file properties)

the-liquid-metal commented 2 years ago

Is there any chance for jump button? VLC has jump button. Moreover, it has 4 type of jump: very short, short, medium, and long. All are forward and backward. Although its just hotkeys.