Command Line MP3 Convert

Please let our ADS show!

This sites offers only FREE software and it's supported by a few advertisement boxes (no intrusive popups).
Please:

  • disable your AdBlocker by adding CoolSoft website to whitelist
  • give the proper cookie consent
  • enable JavaScript for this website

This seconds wait is to let you update your browser configuration...

Ok, I've done the required changes... now show me your content!
!!! Please enable JavaScript !!!
Posts: 1
Joined: 6 Gen 2021 - 17:40
Command Line MP3 Convert

Hi,

I would be nice to be able to have a command line option to covert a MIDI file to an MP3 file.

Thanks for considering it!

Posts: 1972
Joined: 25 Mar 2012 - 01:19
Re: Command Line MP3 Convert

This is a good suggestion.
It could be expanded to be more generic like having a CLI (command line interface) for most (or all) the tasks of VMS, like changing SF2 configuration, enabling/disabling soundfonts, changing mixer status, ...

Just added a TODO item, stay tuned 😉.

Posts: 44
Joined: 28 Giu 2018 - 13:02
Re: Command Line MP3 Convert

I am coding an utility program in VB.NET that act (edit, produce lyric text file, etc.) on MIDI files (one or more at once).

I'd like to get a dll which accept call from VB.NET code to convert MIDI to MP3 like the CLI utility you have planned to do.

Posts: 1972
Joined: 25 Mar 2012 - 01:19
Re: Command Line MP3 Convert

I can suggest you to have a look at BASS.NET.

It's a very good .NET wrapper lib around BASS.dll native libraries; it could save you from doing a lot of marshaling between .NET and C worlds...