Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1020 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 1020 Bytes

Delaunay-Dream

Description

This Application allows the user to apply Delaunay triangulation to videos as a visual effect. It also allows for other visual effects such as changing the hue, saturation, and brightness of the video. All of these tools are presented in a simple and intuitive gui.

Installation

  • To install from PyPI, run pip install DelaunayDream
  • To install from the sdist, run pip install (name_of_the_file).tar.gz
    • Or, unpack the tar.gz, navigate to root directory, and run pip install .

Commands

  • To run the program, type delaunaydream in your terminal.
    • This program is extremely RAM intensive, recommended to use videos < 30 seconds for PC with 16GB of RAM.

Dependences

  • This package is dependent on Qt being already installed on linux distributions.