CDG to Video Converter - cdg2video

cdg2video is a command line tool for converting karaoke CDG+MP3 files to a video.


It's released under the GNU GPL License

Download:
cdg2video Version 0.2
Source code cdg2video-0.2.tar.gz
Gentoo ebuild cdg2video-0.2.ebuild

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

Requirements
- ffmpeg shall be installed (libavcodec and libavformat are required as shared libraries)
- cmake version 2.4 or newer


Home