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:
Install all the software you have downloaded above
Choose 1 WMA file and open it in quicktime
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
Open automator and start a new custom workflow
Find the 'set value of variable' action and add it to the workflow
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
Next, add the 'get folder contents' action to the work flow and check the 'repeat for each subfolder found' option
Next, add the 'Filter finder items' action and set it up to match where: 'name extension' - is equal to - 'wma'
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.
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!