Parameters for bulk-conversion

Started by DJDaemon, September 14, 2022, 16:38:20

Previous topic - Next topic

DJDaemon

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?

manx

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/, or directly https://lib.openmpt.org/files/libopenmpt/bin/libopenmpt-0.6.5+release.bin.windows.zip for the current version.

DJDaemon