Play MovieTexture Backwards

Hi, guys! Is it possible to play video (MovieTexture) backwards in Unity 5? I searched in the web but could not find the solution. When a user clicks a button video (not reversed copy) shall be played in backwards.

I don’t think it’s possible by default. Best bet is probably create an inverted version on the go, as a new object, and then play it.