Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 413 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 413 Bytes

механизм

A rythm-based video editor. Uses libopenshot, OpenCV (soon) and Qt5. WIP and very buggy, beware. This is one of those 3 am hobby projects, don't judge.

it also has many memory leaks rn

Building

Install Qt5, cmake takes care of the rest.

$ mkdir build
$ cd build

$ cmake -DCMAKE_BUILD_TYPE=Debug ..
# or
$ cmake ..

$ make -j4

Using

$ ./src/mechanizm