Creating a simple boomerang effect video in javascript
Simple steps to create an instagram-like Video Boomerang effect on the web
Articles and experiments related to captureStream.
Simple steps to create an instagram-like Video Boomerang effect on the web
I've encountered a bug in Chrome on Android where MediaRecorder, using Canvas.captureStream(), fails to encode video from large canvas elements (e.g., 1280x720). While the process works on desktop Chrome, on Android, the recording stops abruptly at unpredictable points, likely due to limitations in the MediaRecorder API's encoding capabilities. A smaller canvas (640x480) works fine, suggesting resolution-based limitations. I've reported this as Chrome bug 897727 and created a demo to illustrate the issue.
I'm trialing a newsletter. Join for monthly insights into web dev, Chrome, and the open web.