cdg2video is a command-line tool for converting karaoke CDG MP3 files to a video.
Requirements:
- ffmpeg shall be installed (libavcodec and libavformat are required as shared libraries)
- for ubuntu/kubuntu the following packages are required: libavcodec-dev, libavformat-dev, libavutil-dev and libswscale-dev
- cmake version 2.4 or newer
How to compile:
Compiling and installing from the source code goes as follows : (replacing X.Y by the correct version number)
tar -xvzf cdg2video-X.Y.tar.gz
cd cdg2video-X.Y
cmake .
make
make install
Product's homepage