HTML5 Inverted Video

Asked

Viewed 92 times

0

I would like to know how I do so that when I play the video, it starts backwards in an infinite loop.

  • 1

    http://stackoverflow.com/q/5277293/4056678

  • @re22 Transforms in response :)

1 answer

1

Unfortunately this is impossible. Since the HTML5 tag plays a video by streaming, in the sense of beginning to end, that is, it plays as it receives, and the browser is unable to play the last frames of the video (from the end to the beginning), because they have not yet been loaded.

However, there is a code ON THIS PAGE that makes the video run backwards. However I do not believe that it will meet what proposes your question.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.