Covert audio books (m4b to ogg) to ogg format

Posted by Santiago Zarate on Monday, December 22. 2008 at 18:06 in Debian, planetubuntu, Tonterias, Ubuntu, ubuntu-ve

Just follow this easy steps:



sudo aptitude install vorbis-tools faad python
mkdir $HOME/conversion/
cd $HOME/conversion/
wget http://stuff.zarate.net.ve/m4b2ogg.py
chmod +x m4b2ogg.py



Having done this... all you need to do is put your files inside the conversion folder under your /home/< user >/conversion and the program will do the work


Source: http://robert.penz.name/94/convert-m4b-to-ogg-on-linux/