1
vote
1answer
160 views

How do I command Automator to convert the multiple images from PNG to ICNS once at all? (Solved)

I use OS X Mountain 10.8.2. I used Automator and added AppleScript, copying the command from the old app's developer at the Iconoodle - Convenient ICNS to PNG image conversion (Iconoodle isn't ...
0
votes
1answer
251 views

An Automator workflow for extracting text as speech from PDF files

I get PDFs to revise course content which I want to convert to MP3 files and take with me as spoken audio. Automator offers 'text to speech' conversion and it's great. When I try and build a workflow ...
5
votes
3answers
3k views

Converting WAV to MP3 using LAME and Automator

I'd like to convert many WAV files to MP3 files using LAME and Automator. I need a script that I could right click a folder and convert all the WAV files inside the folder to MP3 files. I've been able ...