Welcome to Windows Presentation Foundation (WPF)
Top Tasks :

WPF Team Bloggers

Browse by Tags

All Tags » silverlight » media   (RSS)

  • Transcoding media files for Silverlight

    Silverlight supports Windows Media Audio and Video (WMA, VC-1/WMV7-9) and MP3 formats. If you have existing media assets in other formats, you can convert them into a format Silverlight can understand. There are a couple ways to do this. On your desktop using Expression Encoder Use the user interface for granular control over the entire user experience on your media files with support for encoding, enhancement and publishing for Silverlight Or use the command line interface for batch processing Choose this when you do not have abundant bandwidth to upload media assets to Silverlight Streaming for encoding or transcoding Choose this if you have adequate CPU power on your desktop to transcode your assets Expression Encoder can upload your media files to the Silverlight Streaming service using this plug-in In the cloud using Silverlight Streaming The companion service to Silverlight on the cloud at http://silverlight.live.com/ provides transcoding support in the Video Management area Choose Read More...
  • Introducing Video.Show: A Silverlight Reference-quality Sample

    One of the favorite things about my job is being able to share really cool new content with you all, and so today is a good day to end the week on! Since we completed the Family.Show WPF reference sample, we've been working away in partnership with a great developer team from Vertigo Software on a Silverlight video scenario, and today is the day when we get to open it up to the developer community in the form of a first public beta. Video.Show is an end-to-end solution that provides a reference-quality sample for user-generated video content sites. Taking advantage of all of our latest technologies: .NET Framework 3.5 , ASP.NET AJAX , LINQ , Silverlight , Expression Encoder and Silverlight Streaming , Video.Show provides support for uploading, encoding, tagging, viewing and commenting on videos. Since not many people are building video sites like YouTube that have millions of videos, we've optimized the experience for sites with tens to thousands of videos. The version published today is Read More...
  • Demo: The Power of Silverlight Video

    As we were pretty explicit in declaring at the MIX conference last month, one of the key scenarios for Silverlight 1.0 is delivering rich video experiences. But since the word "rich" is something of a cliché in the web world, I wanted to give a small example of what this means in reality. To include a video file in your Silverlight application, you simply add a line like the following within the XAML content: < MediaElement x:Name = " Video " Width = " 320 " Height = " 180 " Source = " sample.wmv " /> This creates a pretty raw player, but you can then add a custom skin for the player, along with event handlers to add playback control, handle download or buffering, adjust volume or balance, retrieve metadata, or trigger an action on a timeline marker being reached. If you happen to use Expression Media Encoder (currently a free beta) to re-encode your video file, you can have it automatically generate a skin based on a variety of templates - and indeed you can then use Expression Blend Read More...
  • Introducing Expression Media Encoder

    It's been a busy day of announcements! Amidst the hubbub of the introduction of Silverlight, complete with industry pundits drooling with glee at the thought of a titanic clash between Adobe and Microsoft, we also announced a key new media utility as part of the Expression Suite. Expression Media Encoder is aimed at video and audio professionals who want to generate rich media content for use within Silverlight. Having imported a raw video file, you can set a plethora of encoding options: output size, format, bit rate, key frames, overlays, cropping; you can do A/B comparisons of different encoding settings to identify the appropriate trade-off between bandwidth and quality; you can add markers to the video that can be used for subtitles, chapter headings, or even firing off script events; and lastly, you can save all these settings to an XML file for batch operation from a command line. It's pretty hard to describe a video tool in words alone, so instead I brought the Channel 9 camcorder Read More...

Copyright © 2006 Microsoft Corporation. All Rights Reserved. | Terms of Use | Privacy Statement | Contact Us