Guitaraoke: Automating Chord Generation for Karaoke Videos

To enhance his monthly Guitaraoke night, Dylan Beattie built a system that automatically displays song chords on karaoke videos. He uses the Vamp plugin to extract chord information from audio, then ImageSharp and FFMpegCore to generate a transparent video overlay with the chords, finally compositing this onto the original video. This involves audio analysis, image processing, and video composition, resulting in real-time chord display for guitarists. Future improvements include automatic beat detection and batch processing.
Read more