PyKaraoke 0.7.2 Released

We are pleased to announce the release of PyKaraoke v0.7.2, with improvements to the external MPG/AVI viewer support.

PyKaraoke is a cross-platform karaoke player written using Python, utilising the pygame library. It supports the CDG (MP3+G, OGG+G, WAV+G), MIDI (.KAR, .MID) and MPEG formats.

Download the new release here.

3 thoughts on “PyKaraoke 0.7.2 Released

  1. I am running on a Windows 32 platform and I would like to use this application/toolset to export CDG+MPE files to MPEG (love the rendering via the pykaraoke application).

    Is there a good guide to follow? I cannot seem to find one.

    Any help is greatly appreciated.

    Thanks!

    Kevin

    kevin.caulfield@comcast.net

  2. Hi Kevin,

    It should be possible to do this, but it’s not exactly point-and-click at this stage.

    You can generate a set of JPG files using the command-line –dump option. The resulting set of images can then be put back together using many different programs to generate an MPG file. Typically mjpegtools is used to do this on Linux and we provide a Python script to take away the pain of doing this – I’m not sure if mjpegtools is available for Windows, but you could use any video editing software, or mplayer/mencoder on the command-line to splice the JPGs back together. There should be a wide range of Windows programs capable of splicing together still images in this way.

    Instructions for using the –dump option are in the README file delivered with the source code.

Leave a Reply

Your email address will not be published. Required fields are marked *