[linux-audio-user] converting large number of ogg's to mp3's
kurtz
kurtz611 at yahoo.es
Sat Jan 8 13:58:10 EST 2005
rob escribe:
> On Sat, 2005-01-08 at 10:04 -0600, Jan Depner wrote:
> > "find" is your friend ;)
> >
> > Try something like:
> >
> > find . -name \*.ogg -print -exec sox ..... {} \;
> >
> > I don't really know sox. If you send me the command you're using to
> > convert one file I'll put the find command together for you (or a shell
> > script).
>
> thanks for your help
>
> to convert the files I'm just doing:
>
> sox /shared/music/albums/albumName/song.ogg ~/mp3/albumName/song.mp3
>
> using find I'm not sure how I change the extension from ogg to mp3.
Then basename is also your friend. :)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://lists.linuxaudio.org/pipermail/linux-audio-user/attachments/20050108/6ba277f4/attachment.pgp
More information about the Linux-audio-user
mailing list