On Mon, May 25, 2009 at 07:29:08PM +0100, Harry Rickards wrote:

> Try using the following command in the CLI:
> 
> for i in *.ogg; do [[ ! -a "${i%ogg}mp3" ]] && oggdec "$i" -o - | lame
> - --preset standard - "${i%ogg}mp3" ; done

This loses all the metadata in the file. The audio stream will be mostly
kept (barring the fact that you re-save it in another lossy format) but
any other fields will be lost.

-- 
Tzafrir Cohen         | tzaf...@jabber.org | VIM is
http://tzafrir.org.il |                    | a Mutt's
tzaf...@cohens.org.il |                    |  best
ICQ# 16849754         |                    | friend


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to