cinemagraph icon indicating copy to clipboard operation
cinemagraph copied to clipboard

A web implementation of cinemagraph

cinemagraph

Cinemagraphs are still photographs in which a minor and repeated movement occurs.

This is a web based cinemegraph generator.

http://en.wikipedia.org/wiki/Cinemagraph

Process

The script does the following:

  1. Captures video from a user
  2. Converts video to a gif
  3. Converts a gif to a cinemagraph (Allows the user to select an area they would like to "unlock")

Installing

  1. Fork the repository
  2. Clone the repsitory
  3. copy conf.default.php to conf.php
  4. edit conf.php
  5. cd api
  6. composer install