mp3 to ogg
Art Alexion
art.alexion at verizon.net
Mon Jan 29 16:36:27 UTC 2007
On Monday 29 January 2007 09:29, O. Sinclair wrote:
> I need to convert an mp3 file to ogg format. Can I do that from terminal
> or is there a GUI of some kind?
GUI -> SoundKonverter
Command line oggdec for ogg to wav, then lame for wav to mp3
or edit this script I used to use before I got k3b
#!/bin/bash
for i in ./*.ogg; do sox -V ${i//ogg/ogg} ${i//ogg/cdr}; done
cdrecord -v speed=10 dev=/dev/hdc
driveropts=burnfree -dao -pad -overburn -audio ./*.cdr
rm *.cdr
Be aware that lossy ogg to lossy mp3 will further degrade the sound quality.
I wanted to do this for loading ogg files into my iPod and found the best
solution was the transcode script. This script converts ogg and flac files
to aac on the fly while loading the iPod without disturbing the original
file. That way you still retain the better quality original file on your HD.
--
_____________________________________________________________
Art Alexion
PGP fingerprint: 52A4 B10C AA73 096F A661 92D2 3B65 8EAC ACC5 BA7A
Keyserver: hkp://subkeys.pgp.net
The attachment - signature.asc - is my electronic signature; no need for
alarm. Info @
http://mysite.verizon.net/art.alexion/encryption/signature.asc.what.html
_____________________________________________________________
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 309 bytes
Desc: not available
URL: <https://lists.ubuntu.com/archives/kubuntu-users/attachments/20070129/b7321077/attachment.sig>
More information about the kubuntu-users
mailing list