Archive for the música Category

Ogg to Mp3, easy way :D

| January 9th, 2009

Just found out this nice post http://liquidat.wordpress.com/2007/12/03/short-tip-convert-ogg-file-to-mp3/ showing how to convert ogg files to mp3. Had to apply some changes to the command line, so here it is (just in case you need it like I did):

[code] for file in *.ogg;do oggdec -o - "$file"|lame --vbr-new -h -V 4 - - "$(basename "$file" .ogg).mp3";done[/code]

The only flaw is that music tags (artist, album, etc) get lost in the process. There must be a way to maintain them in the mp3 file, but I haven’t had the time to play with it yet …

Graças ao Carlos Costa, amigo e companheiro de trabalho, cheguei no blog Som Barato – uma verdadeira vitrine para a música popular brasileira. Vale *muito*  a pena conferir.

OBS: links para os álbuns disponíveis no rapidshare (damn’t… eu não queria me associar.. MASSS…. dessa vez vai valer cada cent!)