Skip to main content
Home Forums Silverlight Design Video and Media WMV Conversion and Streaming
4 replies. Latest Post by MayurGondaliya on September 5, 2009.
(0)
WebAppGuy
Member
0 points
2 Posts
04-15-2009 11:27 AM |
Hello,
I was wondering if I could get some adivice for good video conversion software that will convert virtually any other format video to wmv. I need to be able to control the conversion process in c#. We currently have a media hosting system that uses flash. We use on 2 video engine to convert everything to .flv videos and it works nicely. But recently we have been talking about switching to silverlight for our media solution. I havent been able to find any good video engines out there like On2 for wmv conversion. Any help, tips or advice would be greatly appreciated.
Thank you
bryant
Star
9937 points
1,629 Posts
04-15-2009 11:34 AM |
Doesn't convert all other media to WMV, but you should at least take a look at Expression Encoder.
Import files from the content creation application of your choice. AVI, QuickTime, MPEG and any codec with a DirectShow decoder can be imported into Expression Encoder and output as a WMV, ready for Silverlight.
04-15-2009 11:39 AM |
Ya I have looked into Expression Encoder. But unfortunately it does not convert from enough formats. For example .flv or mjpeg encodings. I have also looked into ffmpeg, which does most of the conversions but quality is kinda low. I have also looked into Direct Show with not much luck on quality eaither.
uninspired
2 points
1 Posts
06-11-2009 6:26 PM |
Might be overkill for your needs, but I've yet to find anything that competes with ProCoder (http://desktop.grassvalley.com/products/ProCoderSW/index.php) as far as sheer format compatibility (especially decoding) goes. It's an alternate brand but uses the basic guts from Rhozet Carbon Coder, and at a fraction of the cost.
MayurGon...
4 points
09-05-2009 4:37 PM |
Is it possible to convert the videos to WMV using C# ? I am able to do this using FFMPEG. But, the destination WMV file does not play in my silverlight player or windows media player. Is there any library provided by Microsoft for this? Please advice.