Hi,
My aim is to create a cross platform application (preferably Flex/AIR) to batch convert WAVs->MP3s, zip them and upload them to a server where I have an ecommerce site.
My ideal encoder would be LAME but as far as I'm aware it's not possible to exec from within AIR. I've also looked at JLayer but I think encoding is restricted to MP3->WAV.
I've seen an mp3 encoder by Tritonus which extends JLayer but it too is dependent on LAME and is also restricted to Windows/Linux (I'm on OSX).
I guess I could write platform specific apps but I don't really know much about programming on Windows and don't really want to go and learn a whole new system!
Another possibility would be to create a web service or script hosted on my own server which could access LAME but I think it would be more efficient if the encoding was done client side.
Does anybody have any suggestions as to how to achieve cross platform encoding without using LAME?
Hope this makes some sense!
Many thanks,
Josh.
