July 13, 2026
Stairway to Comment War
Show HN: YouTube Guitar Tab Parser
This tool turns free guitar lesson videos into PDFs — and the comments instantly went to war
TLDR: A new tool can turn YouTube guitar lesson videos into printable tab PDFs automatically, which could save players a lot of hassle. Commenters split instantly between cheering a long-needed hack, questioning how well it works, and accusing it of hurting creators who sell those PDFs.
A scrappy new Show HN project just dropped a very specific promise: paste in a YouTube guitar lesson, and it spits out a neat PDF of the tab so you can stop pausing, squinting, and rewinding like it’s 2009. The maker’s tool grabs frames from the video, finds where the on-screen music lives, removes repeats, and stacks the useful bits into a printable document. For anyone who has ever muttered “why is the video free but the PDF costs extra,” the comments lit up fast.
And wow, the crowd had feelings. One camp was instantly obsessed, basically yelling, “finally!” A fan said they’d been looking for something like this forever because paid tab tools are everywhere and they just want to learn songs without opening their wallet. But the honeymoon lasted about five seconds before the thread swerved into ethics court. One furious commenter argued that, legal or not, turning lesson videos into PDFs is basically stealing from creators who rely on selling those downloadable tabs. That take brought the classic internet energy: part moral outrage, part guilt trip, part “you should be ashamed.”
Meanwhile, the practical nerds showed up with side-eye. One music-tech veteran politely asked what happens when the tab itself moves across the screen instead of staying still. Another wondered why the tool uses image-reading AI at all when old-school image detection might be cheaper. And someone else popped in with the dream question: forget reading tabs off videos — can’t we just generate tabs straight from the song audio already? In other words, the invention is clever, but the real show was the comments section: hype, guilt, skepticism, and a tiny masterclass in how fast a guitar hack can become a culture war.
Key Points
- •tab-parser is a CLI that converts a YouTube guitar-lesson video into a PDF of the displayed guitar tab.
- •The workflow downloads the video, extracts frames, detects the tab region with Claude vision, crops frames, deduplicates by bar number, and assembles the results into a PDF.
- •The tool requires Node.js 20+, yt-dlp, ffmpeg, and an Anthropic API key.
- •It is designed to work with default settings, with optional controls for frame interval, model choice, sample count, dedup threshold, maximum height, and temp-file retention.
- •The final output is saved as `out/<video-title>.pdf`, using the original video title for the filename, first-page heading, and PDF metadata.