Skip to content

Controlling video playback #872

Discussion options

You must be logged in to vote

Set Time is what you are looking for. It is relative to length of video.

But...

To have a smooth playback, you need intraframe-only encoded movie file. In this type of encoding, each frame is encoded as a standalone full frame (a keyframe), without referencing other frames for compression. This is in contrast to interframe compression, where some frames (non-keyframes) only store changes relative to other frames (e.g., P-frames and B-frames).

Doing this on the web seems to be a little bit tricking due to some player limitation.
I want to to this also and really think we are close to it...

Here is a patch and issue about it. You need to wait untill the player load all frames to be able to …

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ricardogsilva
Comment options

Answer selected by ricardogsilva
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants