How to go one frame back?

Feature requests for VLC.
sntshkmr60
New Cone
New Cone
Posts: 9
Joined: 05 Sep 2012 11:10

How to go one frame back?

Postby sntshkmr60 » 05 Sep 2012 11:27

When `E` is pressed while video is being played, the video pauses and the video is shown frame by frame on each keystroke of `E` (in forward direction).

Is there any equivalent keystroke that simulates the same but in backward direction?

P.S.: It is annoyfull when you are watching any video frame by frame and by mistake you passed a few frames. In this condition you need to use your mouse to go back to previous position.

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: How to go one frame back?

Postby Jean-Baptiste Kempf » 07 Sep 2012 17:33

This is not possible in VLC.
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

a2m1n
New Cone
New Cone
Posts: 2
Joined: 26 Feb 2016 21:17

Re: How to go one frame back?

Postby a2m1n » 26 Feb 2016 21:49

Hello!

just wanted to add to this request if possible -
I work with a large animation studio and we have a number of users that would like to use VLC -
the one thing holding us back from deploying the app to everyone is the lack of ability to scrub backward frame by frame (this is used for timers)
the ability to scrub forward with the E key is awesome but when checking walk cycles and such with animation you need both forward and backward...
currently we're deploying quicklime 7 to our systems - and we're noticing that gets buggier each time apple releases a new OS so VLC !!! HELP!!!! we love you =)

tragicmagic
New Cone
New Cone
Posts: 5
Joined: 10 Nov 2017 22:23

Re: How to go one frame back?

Postby tragicmagic » 10 Nov 2017 22:26

If you install the Jump to time (Previous frame) v2.1 VLC extension and modify the lua script, you can use alt+b and alt+f to move back/forward one frame at a time.

https://addons.videolan.org/default/hiv ... ent/156396

After installing, change the following two sections of script in the lua file:

jumps = { -- drop-down list
{"1/FPS", "vlcfps"},
{"2 sec", 2},
{"20 sec", 20},
-- {"30 sec", 30},
{"1 min", "1:00"},
{"5 min", "5:00"},
{"10 min", "10:00"},
{"1/2 sec", 0.5},
{"1/x", "reciprocal"},
{"1/23.976", 1/23.976},
{"1/24", 1/24},
{"1/25", 1/25},
{"1/29.97", 1/29.97},
{"1/30", 1/30},
{"1/60", 1/60},
}

AND

function activate()
Create_dialog()
click_Get_time()
click_Use_jump()
end

Now when you launch a video in VLC, hit alt+i, up-arrow twice (or until you have the Jump to Time extension highlighted in the menu), enter, then you can use alt+b/alt+f to move back/forward one frame at a time.

Someday, when I'm more familiar with VLC extensions, maybe I'll figure out how to enable and launch the extension dialog by default, or with one simple hotkey. But until then, this at least makes the functionality possible, and easy enough to enable/use.

dandv
New Cone
New Cone
Posts: 4
Joined: 15 May 2008 07:12

2021 update

Postby dandv » 22 Mar 2021 21:45

For those who land here from a web search, please see this 2015 - 2021 thread.

jonpalawan
Blank Cone
Blank Cone
Posts: 11
Joined: 23 Jan 2011 02:29

Re: How to go one frame back?

Postby jonpalawan » 08 Feb 2022 05:25

SMPlayer can easily go one step back.
It also remembers where you stopped viewing a video and returns to that location the next time you open the video.
smplayer.info


Return to “VLC media player Feature Requests”

Who is online

Users browsing this forum: No registered users and 13 guests