Page 1 of 1
single frame back-movement
Posted: 07 Sep 2018 18:43
by DavidRenshaw
Could we please have a means of moving back a frame at a time. (The hotkey 'e' produces forward movement, so the obvious combination would be <shift>e ) At present we have to pause slightly before the desired frame, move forwards by leaning on the 'e' key, and almost always find we've moved just too far.
PS: Would it be possible to have a frame-count, i.e. hh:mm:ss/ff ? (Obviously a frame no. would only be helpful when paused).
Re: single frame back-movement
Posted: 28 Oct 2018 22:57
by TheCreepler
I 100% Agree, it would be vary helpful.
I hate going back a second just to miss the exact frame i wanted to screen shot :
Re: single frame back-movement
Posted: 16 Feb 2019 23:45
by Jean-Baptiste Kempf
Maybe, it will come.
Re: single frame back-movement
Posted: 07 Apr 2019 23:07
by DavidRenshaw
Jean-Baptiste,
In another thread on this topic (titled "reverse frame by frame") you - or it may have been Remi - outlined the difficulty of coding this feature. (as I understand it, the problem would be to provide & maintain large amounts of separate data buffering for an indeterminate number of frames that were no longer on display.) As a partial solution would it be possible for the hotkey functions "very short backwards jump" and "very short forwards jump" to have increments of, say, 0.1 seconds instead of the present integer values (1 sec minimum) ?
This would make it much quicker to arrive at the desired frame - typically three or four key-strokes. I suspect that coding would not be too difficult.
Regards, David.
Re: single frame back-movement
Posted: 10 Apr 2019 11:18
by mederi
Re: single frame back-movement
Posted: 07 Jun 2019 11:23
by momotron2000
I would donate for this frame by frame feature to become better!
Re: single frame back-movement
Posted: 23 Jun 2019 02:11
by phnxgirl
Yes please! I would use this feature DAILY! Please add this feature! (A frame count would be helpful too, but less of a priority than have a one-frame back button/key
Re: single frame back-movement
Posted: 08 Nov 2024 19:59
by Chalisque
I'm guessing that what the playback code needs to do is to cache the previous keyframe and any intermediate frame info between then and current.
When paused, there is plenty of time to grab surrounding keyframes, but a frame advance/frame rewind mode is different than what is desirable and
efficient for simple playback. But, yes, I would love frame advance/rewind in VLC. I would love OSC support*, and in particular being able to send
an OSC message with a 'skipby' message with a number of seconds or frames as the parameter or something. *While some things can be done via
telnet, sending a telnet message requires an entire telnet login procedure vs simply receiving a UDP packet.