theraneman
theraneman

Reputation: 1630

Encoding video files in different formats

I am working on a site which would allow users to upload a video and my site would encode into 3 formats, wmv, iPod and zune. Are there any 3rd party tools/API's that can be used to do this? I am not sure how sites like http://channel9.msdn.com/ , http://www.hanselman.com/blog/ have got this.

Upvotes: 2

Views: 526

Answers (3)

Nick Haddad
Nick Haddad

Reputation: 8927

Some of the more robust commercial offerings are:

Adobe Flash Media Encoding Server

Wowza Media Server Pro

Rhozet Carbon Coder

MainConcept Reference

These solutions are expensive but extremely high quality. You get what you pay for in my opinion.

Upvotes: 1

Matthew Flaschen
Matthew Flaschen

Reputation: 284806

Try libavcodec/ffmpeg.

Edit: Since you're using .NET, you can try FFmpeg.NET or FFLib.net, besides Media Handler Pro, which you already mentioned. However, I haven't personally used any of these bindings.

Upvotes: 6

Geoff Appleford
Geoff Appleford

Reputation: 18832

You could use an external service such as encoding.com although this will probably work out more expensive.

Expression encoder will also encode to those formats and it has a nice, easy to use SDK or command line interface if you prefer.

Upvotes: 1

Related Questions