Re: [SLUG] audio conversion

From: Eben King (eben01@verizon.net)
Date: Sat Jul 21 2007 - 17:47:28 EDT


On Sat, 21 Jul 2007, vern wrote:

> I have aquired a mess of wma files that i would like converted to ogg.
> Is there a "simple" way of doing this or a quick way ?

If sox reads both (I have no idea whether it does either), you can do

for file in *.wma ; do
   sox "$file" "${file%wma}"ogg
done

This is not optimal if you have a dual-core CPU (or other SMP system).

-- 
-eben   QebWenE01R@vTerYizUonI.nOetP   royalty.mine.nu:81

Q: What kind of modem did Jimi Hendrix use? A: A purple Hayes. ----------------------------------------------------------------------- This list is provided as an unmoderated internet service by Networked Knowledge Systems (NKS). Views and opinions expressed in messages posted are those of the author and do not necessarily reflect the official policy or position of NKS or any of its employees.



This archive was generated by hypermail 2.1.3 : Fri Aug 01 2014 - 18:06:22 EDT