![]() |
Home
| Calendar
| Mail Lists
| List Archives
| Desktop SIG
| Hardware Hacking SIG
Wiki | Flickr | PicasaWeb | Video | Maps & Directions | Installfests | Keysignings Linux Cafe | Meeting Notes | Linux Links | Bling | About BLU |
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 John Abreau wrote: ~ > FLAC is a lossless codec; you can convert it back to an exact copy of | the original WAV file as it was before encoding to FLAC. Then you can | use oggenc to create the ogg vorbis file. | | Here's a simple bash script that assumes the defaults are acceptable: | | #! /bin/bash | | for i do | flac -d $i | oggenc -q 7 ${i%.flac}.wav | # if you want to delete the intermediate files: | rm $i ${i%.flac}.wav | done | | Note that this assumes sane filenames, i.e. no spaces or other | problem characters. | Flac is great. I just have to save some space, the good stuff goes to cd and the not so good stuff goes to ogg. Thanks. - -- - -Eric "As a computer, I find your faith in technology amusing. ." -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFA6yC3txY9EH9Ev80RArTIAJoD1mrjO3L5+tMUFLjV8AjJY1P3ZQCdELxo e7P5V0lmyFw/4Eg7w/HIPHE= =JSiP -----END PGP SIGNATURE-----
![]() |
|
BLU is a member of BostonUserGroups | |
We also thank MIT for the use of their facilities. |