Music Transcoder To MP3 is a cross-platform tool to transcode music files from multiple formats (music files, audio track of video files and module files) to MP3 format.
If you want to support this project you can do it on Ko-fi.
The tool can be configured:
- the output files can be renamed according to the input file metadata and the specified reformatting options.
- large audio files can be splitted into tracks if a CUE sheet is provided in the same folder of the audio file.
- ID3v1/ID3v2 tags can be removed if the input file is already in MP3 format.
- can create M3U playlists in the input folders after the files have been converted.
- the cover picture of the input file, if present in the file metadata, can be extracted to disk.
The following file formats are detected and supported by the tool as input files:
- Audio formats: flac, ogg, ape, wav, wma, m4a, voc, wv and mp3.
- Video formats: mp4, avi, ogv and webm.
- Module formats: 669, amf, apun, dsm, far, gdm, it, imf, mod, med, mtm, okt, s3m, stm, stx, ult, uni, xt and xm.
The following libraries are required:
- lame - Lame Ain't An Mp3 Encoder.
- libav - Open source audio and video processing tools.
- libcue - CUE sheet parser library.
- tagparser - Tag Parser Library.
- libopenmt - OpenMPT based module player library.
- Qt opensource framework.
MusicTranscoder is available for Windows 10 onwards. You can download the lastest installer from the releases page. Neither the application or the installer are digitally signed so the system will ask for approval before running it the first time.
The last version compatible with Windows 7 & 8 is version 1.4.4, you can download it here.
Configuration dialog.
Simple main dialog.
Dialog shown while processing files.
Version: 1.5.1
Status: finished
License: GNU General Public License 3
cloc statistics
Language | files | blank | comment | code |
---|---|---|---|---|
C++ | 12 | 632 | 403 | 2700 |
C/C++ Header | 11 | 276 | 796 | 608 |
CMake | 1 | 23 | 19 | 104 |
Total | 24 | 931 | 1211 | 3412 |