brianchirls / Seriously.js

A real-time, node-based video effects compositor for the web built with HTML5, Javascript and WebGL
MIT License
3.87k stars 354 forks source link

Delay effect #107

Open 16n opened 8 years ago

16n commented 8 years ago

I have a general question regarding WebGL and video effects.

How would one artificially delay a stream fetched directly from the users webcam (getUserMedia())? I would like to delay everything for a specific amount of time (e.g 1 sec).

Thanks for your help!

positlabs commented 8 years ago

Ohhh this might enable me to make something like Temporalis, but in webgl.