Question

Does anyone know if its feasible to convert PCM/FLAC files to some compressed format (mp3/wma/ogg, not picky), with the conversion process running on Azure?

An Amazon EC2 based solution would be trivial, as 3rd party libraries could be installed; but what about Azure?

Was it helpful?

Solution 2

With Azure 1.3 one can now install basic software to web and worker roles by RDPing and installing. For automated tasks a VM role can also be created. Between the two, this could be solved.

OTHER TIPS

Unless you need admin privileges (like to install a codec or something), this shouldn't be a problem in Windows Azure. I bet you can find a standalone command-line tool for this that you can just run in Windows Azure.

That being said, I haven't specifically seen this done yet, so there might be difficulties I'm not anticipating. :)

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top