-
Automator
WebDev Scripts
Amazon S3 Snow Leopard Service
Audio Conversion as a Service Menu
- Install LAME
- In Automator, create a new Service
- Get Selected Finder Items
- Run AppleScript
on run {input, parameters}
if input is not {} then set posix_file to POSIX path of item 1 of input if input is not {} then tell application "Terminal" activate set thescript to "/usr/local/bin/lame -V 0 -q 0 \"" & posix_file & "\" " do script thescript end tell end if end if
return input end run
- Save your workflow as "Convert to MP3"
- Right-click on audio file in Finder, go to the Services menu and choose your workflow.
Then you can use the Amazon S3 Snow Leopard Service to share a link to the file.
-
Meta