
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.
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.
Currently all seek actions are done via time and not frame unfortunately.
You can, for fractions of seconds?
I believe that our seeking mechanism relies on keyframes within content.
EJ: I can do this:
jwplayer().getPosition(); position -= 0.0333; jwplayer().seek(position);
or
jwplayer().getPosition(); position += 0.0333; jwplayer().seek(position);
I’m not certain that this will work with such precision, but is this working properly on a site?
it does not work
Indeed, as mentioned, frame-specific seeking is not going to be possible in this case.