Easily turn piano tutorials into music sheet
To compile this project you need cargo and opencv.
sudo apt install libclang-dev
sudo apt install llvm
sudo apt install pkg-config
sudo apt install libgtk2.0-dev
OpenCV Installation info: https://docs.opencv.org/4.x/d7/d9f/tutorial_linux_install.html
However be sure to to add the -D OPENCV_GENERATE_PKGCONFIG=YES
cmake arguement as outlined in addtional detail here --> Compile OpenCV generating a pkg-config file
-
Clone this repository
-
Run
cargo build
orcargo build --release
-
Run
cargo run
providing the video you want to convert as the first argument -
Wait for it to finish
-
Done! The resulting midi will be at
out.mid