Loading...
image
Ever wanted to know how to batch convert a load of Windows WMA files to work with iTunes on a Mac? Here's how to do it without spending money.

Ongoing Projects

Microcyte Content Management System
Snatch (Mac OS X)
Snatch is a website scraping tool which can be used to retrieve links, images and email addresses from a given webpage and linked pages.
image
Distribution (Mac OS X)
Distributions is a mailing list management tool for Mac OS X. It features support for Multiple Classifications and some CRM functions.
image
??? (Mac OS X)
This is a new project I am working on for OS X (leopard). more soon!
image

Opinions & Views

image Previous | Next image

A quick thanks to everyone who helped with or attended my wedding as a guest at the weekend!
A look at Amazon's EC2 and S3 cloud hosting services
In this article I'll be taking a look at Google's entry to the Cloud Hosting arena
You may already have heard of Cloud Computing, Cloud Hosting is an exciting extension of this relatively new area.
I'm now back online after an outage in America caused my Hosting Provider some downtime.
Recently I had to convert a shed load on WMA's to work with iTunes on a Mac, heres how I did it at no cost.
As I work towards the 2.0 release of MicroCyte I wonder whether I should scrap XML/static files in favor of a database?
I've recently had the opportunity make extensive use of a 24" iMac 2.8Ghz, here's what I thought!
Recently I went to see Nizlopi perform at the Norwich arts centre, here's what I thought
MicroCyte has been released! head on over to microcyte.co.uk to checkout the demo and download your copy!
Very soon Firefox 3 will be released. This update will mean support for Microcyte CMS.
Regulars may have noticed that the site has been quiet for the last few days, click through to find out why!
In the last couple of days I've implemented a comments plugin for my Microcyte CMS
In Part 3 of building a DAL in Classic ASP I look at how I implemented my Dynamic SQL module to fulfull my DAL requirements
In part 2 of building a DAL in Classic ASP I look at how to create a functional Dynamic SQL module.
Classic ASP is not known for its rich data access tools, so I look at how you can build a strong Data Access Layer.
Are there compelling reasons for an old school scripting house to move to a new fangled framework?
After 9 months of work, the W3C has published the first working draft of HTML 5.
E-shots can help drive targeted traffic to your website, but how do you avoid making them look like SPAM?
A/B testing can be used to dramically increase conversions on your e-commerce site. Here is basic overview.
In the final part of 'how websites get hacked' I'm going to look at Social Engineering, the non technical hack.
In part 2 of 'how sites get hacked' we look at XSS and SQL Injection

Converting Window's WMAs to MP4s on a Mac

What you'll need:
  • Flip4Mac free WM* codec for quicktime available here
  • Apple's Automator (built in since tiger)
  • Quicktime Automator actions for compression and workflow available here
  • Some WMA's
The Process:
  1. Install all the software you have downloaded above
  2. Choose 1 WMA file and open it in quicktime
  3. Choose export from the file menu and make sure the settings are to export sound to quicktime movie and use the option menu to setup your required target settings, these are the setting which will get used for your batch conversion
  4. Open automator and start a new custom workflow
  5. Find the 'set value of variable' action and add it to the workflow
  6. with this action create a new variable called 'currentfolder', this action will take whatever value is passed to it a store it in the variable for use later
  7. Next, add the 'get folder contents' action to the work flow and check the 'repeat for each subfolder found' option
  8. Next, add the 'Filter finder items' action and set it up to match where: 'name extension' - is equal to - 'wma'
  9. Now choose the 'compress quicktime using most recent setting' action which you have installed. Choose the 'currentfolder' variable you created earlier as the directory for the converted files, and choose Mpeg4 as the format the files will be converted to.
  10. Save the workflow as a finder plug-in, call it whatever you want
Thats it! To use your new workflow simple right-click on the folder containing the WMAs you want to convert and the go to 'more' -> 'automator' -> the workflow you just created! This will then launch the batch process which will convert all WMA files in that directory to MP4. You can then drag these MP4's into iTunes to import them, job done!
 
The only major issue with this is that this method does not preserve the meta data of each track so you'll lose artist and album names, etc, and you'll have to re-create it in iTunes which might be a bit of a bind!
Title
Alias
Comment