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
- Host: GitHub
- URL: https://github.com/animmouse/abc-sheet-music
- Owner: AnimMouse
- License: other
- Created: 2023-11-04T15:23:29.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-02T10:13:08.000Z (almost 2 years ago)
- Last Synced: 2025-02-08T04:21:12.774Z (about 1 year ago)
- Topics: abc-notation, sheet-music
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`