Technology Jul 13, 2026 · 1 min read

Show HN: YouTube Guitar Tab Parser

I created a simple CLI that turns a YouTube guitar-lesson video into a PDF of the guitar tab.There are services that transcribe music from Youtube videos into tabs, but they never work well enough for me. Instead I'm taking a simpler approach. It downloads the video, samples frames, uses Claude vi...

HA
Hacker News
by neogenix
Show HN: YouTube Guitar Tab Parser

I created a simple CLI that turns a YouTube guitar-lesson video into a PDF of the guitar tab.

There are services that transcribe music from Youtube videos into tabs, but they never work well enough for me. Instead I'm taking a simpler approach. It downloads the video, samples frames, uses Claude vision to locate the tab region, crops every frame to that region, de-duplicates the crops by the bar number printed on each line of the score, and stitches the distinct tab lines vertically into a PDF.

I didn't test it on a lot of different Youtube videos yet, so problem will arise for sure.


Comments URL: https://news.ycombinator.com/item?id=48898154

Points: 12

# Comments: 6

HA
Source

This article was originally published by Hacker News and written by neogenix.

Read original article on Hacker News
Back to Discover

Reading List