A free & open source video editor
Most deps will be aquired through Git via CPM, however some will have to be aquired manually.
ffmpeg (version 7.1.1) can be aquired from here for your platform. Be sure to grab the lgpl-shared version. From there, place the binaries in ./libs/ffmpeg/ext/<your platform> and you can proceed with the build.
Supported platforms: Linux, macOS, Windows (using msys2)
cmake . -B build
cmake --build build
