> 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
I'm pretty sure sox won't read wma. However, you could do a similar
thing with ffmpeg, which should: ffmpeg -i "$file" "${file%wma}"ogg
-- something = cheese(manatee){ begin learjet.each |mustard| do cthulhu{ mustard } end rescue yield ensure return end } http://www.gnu.org/philosophy/shouldbefree.html ----------------------------------------------------------------------- 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:30 EDT