Skip to content

Latest commit

 

History

History
executable file
·
27 lines (19 loc) · 556 Bytes

README.md

File metadata and controls

executable file
·
27 lines (19 loc) · 556 Bytes

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