- convert .bmx(bms, bml, bme, etc ...) to audio files(.wav / ogg)
- have dependency with
libiconv
,libogg
,libvorbis
- original project by CHILD (named after bmx2wav)
- cross-platform (win32 / linux)
-oc
output file to current directory (default)-ob
output file to bms directory-o
output file to my custom path (you need to enter path argument)-wav
output audio as wav-ogg
output audio as ogg (default)-flac
output audio as flac-q
set encoding quality (-1 ~ 1, default: 0.95 - about VBR 400kbps)-rate
set audio file speed rate (higher means faster)-ow
overwrite output file (default)-autofn, -noautofn
automatically reset file name (ex:[artist] title.ogg
) (default)
- bmsbelplus
- libiconv (glibc)
- libsndfile
- just drag & drop any
*.bmx
files to program and there'll be converted ogg file! - if you want to encode file as flac by default, rename file name including flac (ex:
bmx2wav-flag.exe
)
Title/Artist/Genre
metadata is automatically written if you encode as ogg/flac.- Download Executable file from here.