<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Channel 9 - Entries tagged with video encoding</title>
    <atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Tags/video+encoding/RSS"></atom:link>
    <itunes:summary></itunes:summary>
    <itunes:author>Microsoft</itunes:author>
    <itunes:subtitle></itunes:subtitle>
    <image>
      <url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/C9/images/feedimage.png</url>
      <title>Channel 9 - Entries tagged with video encoding</title>
      <link>http://channel9.msdn.com/Tags/video+encoding</link>
    </image>
    <itunes:image href=""></itunes:image>
    <itunes:category text="Technology"></itunes:category>
    <description>Channel 9 keeps you up to date with the latest news and behind the scenes info from Microsoft that developers love to keep up with. From LINQ to SilverLight – Watch videos and hear about all the cool technologies coming and the people behind them.</description>
    <link>http://channel9.msdn.com/Tags/video+encoding</link>
    <language>en</language>
    <pubDate>Thu, 23 May 2013 00:15:39 GMT</pubDate>
    <lastBuildDate>Thu, 23 May 2013 00:15:39 GMT</lastBuildDate>
    <generator>Rev9</generator>
    <c9:totalResults>2</c9:totalResults>
    <c9:pageCount>1</c9:pageCount>
    <c9:pageSize>25</c9:pageSize>
  <item>
      <title>MJPEG Decoder v1.2 - Now with WinRT, Windows Phone 8 support and samples too</title>
      <description><![CDATA[<p><a href="http://channel9.msdn.com/Niners/BrianPeek">Brian Peek</a> let me know that his project MJPEG Decoder has hit a cool milestone in that it now supports both Windows Phone 8 and WinRT (x86 &amp; ARM). So if you're looking to build an app that decodes MJPEG for a Surface RT or WP8 device, say an app that provides cool touch based security camera features, then this is a library you're going to want to check out...</p><h2><a href="http://mjpeg.codeplex.com/releases/view/98065" target="_blank">MJPEG Decoder v1.2</a></h2><blockquote><h5>Release Notes</h5><ul><li>Added support for WinRT (ARM and x86/x64) </li><li>Added support for Windows Phone 8 </li><li>Added Error event to catch connection exceptions (thanks to Mirek Czerwinski for the idea) <ul><li>Note that the XNA and WP7 assemblies remain at v1.1 and do not contain this addition </li></ul></li><li>Samples for WinRT in C#/XAML and HTML/JavaScript (in source code repository) </li><li>Sample for Windows Phone 8 in C#/XAML (in source code repository) </li></ul></blockquote><h3><a href="http://mjpeg.codeplex.com/" target="_blank">MJPEG Decoder</a></h3><blockquote><p>Library to decode MJPEG streams. Sample code showing usage is included with the distribution. For more information, see the full <a href="http://channel9.msdn.com/coding4fun/articles/MJPEG-Decoder">Coding4Fun Article</a>.</p></blockquote><h3><a href="http://channel9.msdn.com/coding4fun/articles/MJPEG-Decoder" target="_blank">MJPEG Decoder</a></h3><blockquote><p>Last year the Coding4Fun/Channel 9 guys asked me to work on a few things for <a href="http://live.visitmix.com/">MIX10</a>.&nbsp; One of these items was a way to output a webcam stream to Windows Phone 7 for use with Clint's <a href="http://blogs.msdn.com/b/coding4fun/archive/2010/03/16/9979874.aspx">t-shirt cannon project</a> you may have read about.&nbsp; I figured the easiest way to accomplish this was by using a network/IP camera capable of sending a Motion-JPEG stream, which can be easily decoded and displayed that can display a JPEG image.&nbsp; Thus, this library was born.</p><p>It has gone through quite a few changes and I have expanded it to easily display MJPEG streams on a variety of platforms.&nbsp; The developer just references the assembly appropriate to their platform, adds a few lines of code, and away it goes</p><p>...</p></blockquote><p>Here's a snap of the Solution;</p><p><img title="image" src="http://files.channel9.msdn.com/wlwimages/ae054c0b4d7b402ab1239e6800c0220f/image%5B2%5D-95.png" alt="image" width="325" height="305" border="0"></p><p>One important to note and that Brain mentions in the article, if you want to play with the test apps, you're going to need a MJPEG video source (which kind of makes sense, doesn't it?). If you've got one, then all you need to do is plug in the URI into the test apps, which as you can see there's a bunch, and off you go...</p> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/video+encoding/RSS&WT.dl=0&WT.entryid=Entry:RSSView:c3034878912e4cdd96ffa11301533245">]]></description>
      <comments>http://channel9.msdn.com/coding4fun/blog/MJPEG-Decoder-v12-Now-with-WinRT-Windows-Phone-8-support-and-samples-too</comments>
      <itunes:summary>Brian Peek let me know that his project MJPEG Decoder has hit a cool milestone in that it now supports both Windows Phone 8 and WinRT (x86 &amp;amp; ARM). So if you&#39;re looking to build an app that decodes MJPEG for a Surface RT or WP8 device, say an app that provides cool touch based security camera features, then this is a library you&#39;re going to want to check out... MJPEG Decoder v1.2Release NotesAdded support for WinRT (ARM and x86/x64) Added support for Windows Phone 8 Added Error event to catch connection exceptions (thanks to Mirek Czerwinski for the idea) Note that the XNA and WP7 assemblies remain at v1.1 and do not contain this addition Samples for WinRT in C#/XAML and HTML/JavaScript (in source code repository) Sample for Windows Phone 8 in C#/XAML (in source code repository) MJPEG DecoderLibrary to decode MJPEG streams. Sample code showing usage is included with the distribution. For more information, see the full Coding4Fun Article. MJPEG DecoderLast year the Coding4Fun/Channel 9 guys asked me to work on a few things for MIX10.&amp;nbsp; One of these items was a way to output a webcam stream to Windows Phone 7 for use with Clint&#39;s t-shirt cannon project you may have read about.&amp;nbsp; I figured the easiest way to accomplish this was by using a network/IP camera capable of sending a Motion-JPEG stream, which can be easily decoded and displayed that can display a JPEG image.&amp;nbsp; Thus, this library was born. It has gone through quite a few changes and I have expanded it to easily display MJPEG streams on a variety of platforms.&amp;nbsp; The developer just references the assembly appropriate to their platform, adds a few lines of code, and away it goes ... Here&#39;s a snap of the Solution;  One important to note and that Brain mentions in the article, if you want to play with the test apps, you&#39;re going to need a MJPEG video source (which kind of makes sense, doesn&#39;t it?). If you&#39;ve got one, then all you need to do is plug in the URI into the test apps, which as you can </itunes:summary>
      <link>http://channel9.msdn.com/coding4fun/blog/MJPEG-Decoder-v12-Now-with-WinRT-Windows-Phone-8-support-and-samples-too</link>
      <pubDate>Mon, 26 Nov 2012 14:00:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/coding4fun/blog/MJPEG-Decoder-v12-Now-with-WinRT-Windows-Phone-8-support-and-samples-too</guid>
      <media:thumbnail url="http://files.channel9.msdn.com/thumbnail/f565c2be-2d44-4782-9fe4-c7a9913dd29d.png" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://files.channel9.msdn.com/thumbnail/26c33b3b-656a-4182-ae8d-7a474a7ac1ae.png" height="165" width="220"></media:thumbnail>      
      <dc:creator>Greg Duncan</dc:creator>
      <itunes:author>Greg Duncan</itunes:author>
      <slash:comments>1</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/coding4fun/blog/MJPEG-Decoder-v12-Now-with-WinRT-Windows-Phone-8-support-and-samples-too/RSS</wfw:commentRss>
      <category>Coding4Fun</category>
      <category>WinForms</category>
      <category>WPF</category>
      <category>video encoding</category>
      <category>WinRT</category>
    </item>
  <item>
      <title>Live Silverlight Media Q&amp;A on Tuesday</title>
      <description><![CDATA[I'm doing a&nbsp;<a href="http://blogs.msdn.com/synergist/archive/2007/11/27/silverlight-media-encoding-q-a-with-ben-waggoner.aspx">Silverlight Media Q&amp;A</a> with <a href="http://blogs.msdn.com/user/Profile.aspx?UserID=34284">Michael S. Scherotter </a>next Tuesday (Dec 4th) at 1pm PST.<br><br>Michael is going to be collecting questions, and we'll spend an hour anwering them via a Live Meeting session. Forward your questions on to Michael <a href="http://blogs.msdn.com/synergist/contact.aspx">here</a>. <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/video+encoding/RSS&WT.dl=0&WT.entryid=Entry:RSSView:b2e1ffd5f89c4565a8b59e1000b09654">]]></description>
      <comments>http://channel9.msdn.com/Blogs/benwagg/Live-Silverlight-Media-QA-on-Tuesday</comments>
      <itunes:summary>I&#39;m doing a&amp;nbsp;Silverlight Media Q&amp;amp;A with Michael S. Scherotter next Tuesday (Dec 4th) at 1pm PST.Michael is going to be collecting questions, and we&#39;ll spend an hour anwering them via a Live Meeting session. Forward your questions on to Michael here.</itunes:summary>
      <link>http://channel9.msdn.com/Blogs/benwagg/Live-Silverlight-Media-QA-on-Tuesday</link>
      <pubDate>Wed, 28 Nov 2007 18:53:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/benwagg/Live-Silverlight-Media-QA-on-Tuesday</guid>      
      <dc:creator>Ben Waggoner</dc:creator>
      <itunes:author>Ben Waggoner</itunes:author>
      <slash:comments>0</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/benwagg/Live-Silverlight-Media-QA-on-Tuesday/RSS</wfw:commentRss>
      <category>Silverlight</category>
      <category>VC-1</category>
      <category>Q&amp;A</category>
      <category>Live Meeting</category>
      <category>video encoding</category>
    </item>    
</channel>
</rss>