Skip to content

KSS2VGM converter

Technical discussion about the VGM format, and all the software you need to handle VGM files.

Moderator: Staff

  • User avatar
  • grauw Offline
  • Posts: 150
  • Joined: 2015-02-22, 3:40:22

KSS2VGM converter

Post by grauw »

https://github.com/digital-sound-antiques/kss2vgm

KSS2VGM is a libkss-based VGM (.vgm) file generator for various MSX music formats. Supported input formats are .kss, .mgs, .bgm, .opx, .mpk, .mbm.

Note that KSS2VGM is still an experimental, minimum command-line options are available and output .vgm file is not optimized.

TL;DR

The following command converts the 8th song of favorite.kss to out.vgm of 120 seconds.

Code: Select all

$ ./kss2vgm -p120 -s8 -oout.vgm favorite.kss
  • User avatar
  • bmos Offline
  • Posts: 92
  • Joined: 2014-07-14, 22:54:26

Post by bmos »

nice grauw :)
  • lo zaffo Offline
  • Posts: 39
  • Joined: 2016-08-03, 22:36:09
  • Location: Italy

Post by lo zaffo »

OOps! All my typos are there! :bash:
Good tool from okaxaki, in my opinion.

Ciao! :mrgreen:
Post Reply