Skip to content
Daniel Schultz edited this page Aug 20, 2013 · 7 revisions

Below are notes about the major steps required in building a cinemagraph, and how one might accomplish those steps in the browser.

  1. Capture video:

http://www.html5rocks.com/en/tutorials/getusermedia/intro/

html5-demos.appspot.com/static/getusermedia/record-user-webm.html

  1. Lock down a specific part of an image:

  2. Creating a gif from canvas: http://antimatter15.com/wp/2010/07/javascript-to-animated-gif/ , https://github.com/h5bp/mothereffinganimatedgif/tree/master/assets/js/libraries

Clone this wiki locally