Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

forward and rewind by frame


Hello, good morning. I need to forward and rewind the video frame by frame MP4.
So far I've only found a second. Thank you for your reply and help.
Greetings.

7 Community Answers

Andrew

JW Player Support Agent  
1 rated :

Currently all seek actions are done via time and not frame unfortunately.

operaciones

User  
1 rated :

You can, for fractions of seconds?

Andrew

JW Player Support Agent  
1 rated :

I believe that our seeking mechanism relies on keyframes within content.

operaciones

User  
0 rated :

EJ: I can do this:


jwplayer().getPosition(); position -= 0.0333; jwplayer().seek(position);​

or

jwplayer().getPosition(); position += 0.0333; jwplayer().seek(position);​

Andrew

JW Player Support Agent  
0 rated :

I’m not certain that this will work with such precision, but is this working properly on a site?

operaciones

User  
0 rated :


it does not work

Andrew

JW Player Support Agent  
0 rated :

Indeed, as mentioned, frame-specific seeking is not going to be possible in this case.

This question has received the maximum number of answers.