bartekmotyl / simple-video-cutter

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

Add a previous frame command #15

Closed sylux6 closed 11 months ago

sylux6 commented 4 years ago

As for the Next frame button, it would be very useful to have a Previous frame one

bartekmotyl commented 4 years ago

Unfortunately, this is not that easy, as the underlying library (wrapper for VLC library) does not support navigation to previous frame, only to next frame. I would need to check whether it is possible to get over this limitation somehow.

bartekmotyl commented 11 months ago

Implemented, will be released in version 0.29.0.

The solution is not perfect and jumps 2-3 frames backward, but I think it better than nothing.