Transcoding audio and video
Posted
by Lance Fisher
on Stack Overflow
See other posts from Stack Overflow
or by Lance Fisher
Published on 2008-08-09T22:19:59Z
Indexed on
2010/05/06
23:48 UTC
Read the original article
Hit count: 270
What is the best way to transcode audio and video to show on the web?
I need to do it programmatically. I'd like to do something like YouTube or Google Video where users can upload whatever format they want, and I encode it to flv, mp3, and/or mp4. I could do it on our server, but I would rather use an EC2 instance or even a web service. We have a Windows 2008 server.
© Stack Overflow or respective owner