Rendering a chain of images like a video in javascript

后端 未结 4 1285
清歌不尽
清歌不尽 2021-01-02 00:10

I\'m trying to synthesize a video using a stream of images in JavaScript. The problem is the \"video\" is either jerky, which was solved by using a buffer of sorts. However

4条回答
  •  失恋的感觉
    2021-01-02 00:40

    I had a similar problem (in firefox-not an issue in other browsers.) In the end I litterally downloaded my movie as a filmstrip, put it it in an overflow hidden div and offset the image by the height of a frame. Saves a few k on total file size to boot! I made my filmstrip with gdlib

提交回复
热议问题