MP3 GUI

MP3 GUI

MP3 GUI is a Graphical User Interface that enables the encoding of audio files to the MP3 format.

MP3 GUI v1.0
MP3 GUI v1.0

This software makes use of ffmpeg to encode audio files. Ffmpeg needs to be compiled with libmp3lame or libshine. Both are needed to enable both encoders.

  • libmp3lame (Best audio quality)
  • libshine (Faster audio encoding)

The Graphical User Interface allows configuring the Variable Bitrate mode when using libmp3lame. It can also encode in Constant Bitrate Mode leaving that option turned off or when using libshine.

The GUI also allows for multithreaded encoding where each CPU thread will encode an audio file. This greatly speeds encoding of multiple audio files.

Downloads

Documentation


THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.