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.
- 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 .
- Or, unpack the tar.gz, navigate to root directory, and run
- 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.
- This package is dependent on Qt being already installed on linux distributions.