[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: mass conversion from ogg to mp3



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         | tzafrir@jabber.org | VIM is
http://tzafrir.org.il |                    | a Mutt's
tzafrir@cohens.org.il |                    |  best
ICQ# 16849754         |                    | friend


Reply to: