tid-bisquet: how to convert every .flac to .ogg

Jason Clinton me at jasonclinton.com
Thu Oct 7 23:41:46 CDT 2004


Just for fun, here's a tiny one liner to turn every .flac file on your
system in to a ~150Kb .ogg Vorbis file in the same directory the .flac
file lives -- inspired by the Neuros Audio Computer.

find / -iregex ^.*\\.flac$ -exec oggenc -q 5 {} \;






More information about the Kclug mailing list