My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Featured
Downloads

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

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)
- libzip - support for zipped cdg files.
- cmake version 2.6 or newer
- for ubuntu/kubuntu the following packages are required: libavcodec-dev, libavformat-dev, libavutil-dev, libswscale-dev and libzip-dev



Powered by Google Project Hosting