No.1370
If you want something actually infinite, it would have to be generated on the fly and streamed. You can do that with some video formats, but not GIF.
No.1371
>>1370Which formats? I'd like for it to be on a website And for each visitor to see there own random video for that instance.
No.1372
>>1371Maybe you should explain what you're going for before you getting into the technical details. Something like this?
https://bahamas10.github.io/tvstatic/Maybe in a box on a web page?
No.1375
>>1369Check this out;
https://github.com/def-/gifstreamhttps://hookrace.net/blog/time.gifIt generates each frame and sends them while the browser is still displaying it.
No.1376
>>1371You can manipulate SVGs with JavaScript. Does not really work for videos but you could do some interesting random infinite effects with that.
For videos just get a list of files on your server and select one randomly?
No.1469
you can embed Processing into browser. Check out Generative art by Matt pearson