ModPlug Central

OpenMPT => Help and Questions => Topic started by: DJDaemon on September 14, 2022, 16:38:20

Title: Parameters for bulk-conversion
Post by: DJDaemon on September 14, 2022, 16:38:20
I use Xmp for bulkconverting modules into .flac files. But OpenMPT has superior compatibility with Impulsetracker, so I wish to switch. But I cannot find a way to tell OpenMPT to accept a file and convert it to a .wav or .flac file. Any ideas how to make this happen?
Title: Re: Parameters for bulk-conversion
Post by: manx on September 14, 2022, 16:47:30
You can do that with the openmpt123 command line tool:

openmpt123 --render somemodule.it --output-type wav

or

openmpt123 --render somemodule.it --output-type flac.

openmpt123 is distributed as part of libopenmpt, see https://lib.openmpt.org/libopenmpt/download/ (https://lib.openmpt.org/libopenmpt/download/), or directly https://lib.openmpt.org/files/libopenmpt/bin/libopenmpt-0.6.5+release.bin.windows.zip (https://lib.openmpt.org/files/libopenmpt/bin/libopenmpt-0.6.5+release.bin.windows.zip) for the current version.
Title: Re: Parameters for bulk-conversion
Post by: DJDaemon on September 14, 2022, 16:50:20
You just made my day. Awesome!!!