An open API service indexing awesome lists of open source software.

https://github.com/animmouse/abc-sheet-music

Anim Mouse's sheet music written in ABC notation
https://github.com/animmouse/abc-sheet-music

abc-notation sheet-music

Last synced: about 1 month ago
JSON representation

Anim Mouse's sheet music written in ABC notation

Awesome Lists containing this project

README

          

# Anim Mouse's ABC sheet music
This is a collection of sheet music written in ABC notation.

## Rendering to video

### Video
[Zenith](https://github.com/arduano/Zenith-MIDI)

FFmpeg options: `-c:v libsvtav1 -preset 8 -crf 34 -pix_fmt yuv420p10le -svtav1-params "tune=0:keyint=10s"`

### Audio
[abctools](https://abcplus.sourceforge.net/index.it.html)

`abc2midi -o `

[Keppy's MIDI Converter](https://github.com/KeppySoftware/KMC)

[ffmpeg-normalize](https://github.com/slhck/ffmpeg-normalize)

`ffmpeg-normalize .flac -o _normalized.flac -c:a flac`

### Mux

`ffmpeg -i video_only.mkv" -itsoffset 2.333 -i "audio.flac" -to -c:v copy -c:a copy .mkv`