ozmartian / vidcutter

A modern yet simple multi-platform video cutter and joiner.
GNU General Public License v3.0
1.78k stars 134 forks source link

Thank you! (and an issue) #89

Open rykr opened 7 years ago

rykr commented 7 years ago

I want to thank you guys for working on this. I've been looking for an up to date, modern, video cutter for so long.

Now, my issue. On Windows it seems that single stepping backward in a file only works sporadically. Fast scrubbing works great with up/down and slow forward with right arrow works ok too. Slow backward works sometimes.

kn00tcn commented 6 years ago

on what video format/codec?

note that most are based on a keyframe concept, where the next frames only store the changed pixels, which means going backwards cannot work without decoding the previous keyframe set & all preceeding frames until the one you're trying to load

vertigo220 commented 7 months ago

I haven't had issues with it not working, but moving backwards is definitely slower. I understand the reasoning why, but other programs (some, not all, as there's definitely varied performance in this respect) are able to move backwards very smoothly/quickly.

Also, there should be an option to allow inverting the mouse wheel scrolling to change which direction moves the timeline which way.