#!/bin/sh ext="wav" for f in *.$ext do time afconvert -v -f m4af -d aac -b 262144 $f done
Never been to CodeSnippets before?
Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world (or not, you can keep them private!)
Convert a directory full of wav or aiff files to m4a files using OSX's afconvert utility (See related posts)
You need to create an account or log in to post comments to this site.
Related Posts
» Set disksleep to never in shell osx mac tiger bash
» Find out if a mac is PPC/Int... in shell osx bash intel ppc
» Downloading large files with... in shell osx mac curl bash
» cmdparser - parse command li... in shell osx mac bash commandline parser
» Human Readable ls and df com... in osx bash unix linux commandline terminal
» ws - web search from the com... in shell osx mac search bash unix commandline web
Snippets (source code soon to be available) developed by Peter Cooper and powered by Ruby On Rails