mp32ogg-bash
Warning : I neither use nor maintain this project anymore.
mp32ogg-bash is a bash script to convert mp3 files into ogg vorbis files. It is licensed under GPLv3.
Current version : 0.2.1
Dependencies
id3info
ogginfo
mpg123
oggenc
mp3info
Downloads
Changelog
- 0.2.1 : minor fixes
- 0.2
- added length comparison after the conversion
- fixed some regexp
- switched from
id3info
tomp3info
for bitrate, frequency, channels, length and genre, we can't use it for the other tags because it doesn't support ID3v2 - improved temp files handling
- added
--debug
,-a
,-n
,-s
,--tags-charset
and--listen
- fixed double
--raw
- 0.1.1 :
-d
now works when conversion is skipped - 0.1 : Initial release