Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 782 Bytes

README.md

File metadata and controls

25 lines (13 loc) · 782 Bytes

Simple Cinemagraph

Simple Cinemagraph is a Python 3 script that outputs a cinemagraph from a video based on a user-selected region.

Requirements

Simple Cinemagraph requires ffmpeg and python3.

Installation

Install the requirements.

pip install -r requirements.txt

Usage

Run the cinemagraph-maker.py script. When your image pops up, click once to set the top left corner of the rectangular region you want to keep still. Click again to set the bottom right corner of the rectangular region. You should see a selected region. If you aren't happy, click again to reset the top left. Once you're done, right click to exit.

License

MIT