8000 GitHub - Seiwert/sheetesia: Convert Synthesia piano roll tutorial videos into MIDI
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Seiwert/sheetesia

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sheetesia

Convert Synthesia piano roll videos into MIDI

Easily turn piano tutorials into music sheet

video to sheet

How to use

To compile this project you need cargo and opencv.

Install some dependencies

sudo apt install libclang-dev
sudo apt install llvm
sudo apt install pkg-config
sudo apt install libgtk2.0-dev

Install OpenCV

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

Other instructions

  • Clone this repository

  • Run cargo build or cargo 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

About

Convert Synthesia piano roll tutorial videos into MIDI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%
0