mp32ogg-bash
mp32ogg-bash is a bash script to convert mp3 files into ogg vorbis files. It is licensed under GPLv3.
mp32ogg-bash depends on id3info, ogginfo, mpg123, oggenc and mp3info.
You can download it from here: download mp32ogg-bash.
If you have any feedback my email address is in the source code.
Current version: 0.2
Changelog
- 0.2
- added length comparison after the conversion
- fixed some regexp
- switched from id3info to mp3info 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
- renamed mp32ogg-file to mp32ogg_file and mp32ogg-dir to mp32ogg_dir
- 0.1