Skip to content
Daniel Schultz edited this page Aug 15, 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/
  2. Lock down a specific part of an image:
  3. 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