<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.silverlight.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Video and Media</title><link>http://forums.silverlight.net/forums/20.aspx</link><description>Discussions about video and media in Silverlight applications</description><dc:language>en</dc:language><generator>CommunityServer 2007 (Build: 20416.853)</generator><item><title>Re: Timecode support</title><link>http://forums.silverlight.net/forums/thread/176100.aspx</link><pubDate>Wed, 18 Feb 2009 22:36:20 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:176100</guid><dc:creator>JohnDeutscher</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/176100.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=20&amp;PostID=176100</wfw:commentRss><description>&lt;p&gt;Sorry I am way late to this thread!&amp;nbsp; &lt;/p&gt;
&lt;p&gt;I have your answer.&amp;nbsp; You can do SMPTE timecode with Silverlight, but currently not in the way the old WMP.ocx would allow you to navigate based on the embeded per-frame Data Unit Extension that is in the Format SDK.&amp;nbsp; &lt;/p&gt;
&lt;p&gt;However for IMM we wrote a helper class that looks like a TimeSpan, but actually contains all of the conversion functions for the various SMPTE 12M format timecodes. You can easily convert the TimeSpan object that is reported back from Silverlight&amp;#39;s MediaElement to SMPTE 12M timecode using a class that I wrote&amp;nbsp;that is now included in the Expression Encoder 2 SP1 player templates.&amp;nbsp; &lt;/p&gt;
&lt;p&gt;If you have Expression Encoder 2.0 SP1 installed. Go to this location to see the Timecode class. &lt;/p&gt;
&lt;p&gt;C:\Program Files (x86)\Microsoft Expression\Encoder 2\Templates\en\SL2Standard\Source\MediaPlayer\TimeCode.cs&lt;/p&gt;
&lt;p&gt;This is a Stuct that&amp;nbsp;works just like a TimeSpan in&amp;nbsp;.NET.&amp;nbsp; You&amp;nbsp;pass it&amp;nbsp;the TotalSeconds from the CurrentPosition timespan of the&amp;nbsp;MediaElement and the SMPTE 12M framerate&amp;nbsp;that you want calculated (say for example SMPTE 29.97 Drop Frame), and the Struct will give you back a valid SMPTE timecode string.&amp;nbsp; &lt;/p&gt;
&lt;p&gt;You can also use it in reverse. Pass it a time and framerate that you want to go to, and get back the Absolute time in seconds, then set the current position to that. &lt;/p&gt;
&lt;p&gt;If you wanted, you could even build a nice little SMPTE timecode calculator using this class.&amp;nbsp; I have built a Silverlight based Rough Cut Editor with this code as well.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Timecode support</title><link>http://forums.silverlight.net/forums/thread/14474.aspx</link><pubDate>Mon, 17 Sep 2007 18:56:52 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:14474</guid><dc:creator>lewalpert</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/14474.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=20&amp;PostID=14474</wfw:commentRss><description>Did you ever get an answer about Silverlight supporting timecode?</description></item><item><title>Re: Timecode support</title><link>http://forums.silverlight.net/forums/thread/14040.aspx</link><pubDate>Thu, 13 Sep 2007 13:07:26 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:14040</guid><dc:creator>halabala</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/14040.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=20&amp;PostID=14040</wfw:commentRss><description>To MS Team: Could you answer the question.&lt;br /&gt;</description></item><item><title>Re: Timecode support</title><link>http://forums.silverlight.net/forums/thread/4818.aspx</link><pubDate>Mon, 11 Jun 2007 22:57:28 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:4818</guid><dc:creator>m3taverse</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/4818.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=20&amp;PostID=4818</wfw:commentRss><description>&lt;p&gt;I&amp;#39;m not from MS so don&amp;#39;t consider this the definitive answer, but this is what I think based on information available so far.&lt;/p&gt;
&lt;p&gt;I do not personally have experience with the Windows Media timecode functionality, so I am not exactly sure how this is implemented in Windows Media. But as embedding it in the header seems to make little sense, and Windows Media Encoder supports adding timecode data to live streams (realtime), it would appear that timecode data is a closer relative of the script stream technology than of the marker techology. Markers being in the header by definition, and script commands having their own synchronized stream in the asf/wmv container.&lt;/p&gt;
&lt;p&gt;Silverlight 1.0 beta only supports metadata that is available in the header of the file, it has no support for scripts streams, and I would think no support for timecodes by extension. The only thing the SL team have said about supporting the script stream is that they will consider usage scenarios. So no commitment on supporting this in the future, which I think pretty much rules out support for it in 1.0.&lt;/p&gt;</description></item><item><title>Re: Timecode support</title><link>http://forums.silverlight.net/forums/thread/4766.aspx</link><pubDate>Mon, 11 Jun 2007 12:11:09 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:4766</guid><dc:creator>s3ncha</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/4766.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=20&amp;PostID=4766</wfw:commentRss><description>&lt;p&gt;Do you suggest to divide number of second by 25 for&amp;nbsp;pal or &amp;nbsp;25.99 for ntsc?&amp;nbsp; This would give me approximate timecode, not frame accurate timecode.&lt;/p&gt;
&lt;p&gt;Guys seriously can we get an answer on this please? In your Interactive Media Manager ( &amp;nbsp;&lt;a href="https://www.microsoft.com/resources/mediaandentertainment/solutions_imm_sharepointplayer.mspx"&gt;https://www.microsoft.com/resources/mediaandentertainment/solutions_imm_sharepointplayer.mspx&lt;/a&gt;&amp;nbsp;) I can see you have timecode display. Is that done through TimeSpan approximation or is it an undocumented feature to give MS advantage over guys like us? :)&amp;nbsp; No offence. Not 100% sure if it&amp;#39;s done with Silverlight though &lt;img src="http://silverlight.net/emoticons/emotion-2.gif" alt="Big Smile" /&gt;&lt;/p&gt;</description></item><item><title>Re: Timecode support</title><link>http://forums.silverlight.net/forums/thread/4633.aspx</link><pubDate>Fri, 08 Jun 2007 22:00:56 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:4633</guid><dc:creator>slyi</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/4633.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=20&amp;PostID=4633</wfw:commentRss><description>&lt;p&gt;Whats wrong with position ? &lt;a href="http://msdn2.microsoft.com/en-us/library/bb188473.aspx"&gt;http://msdn2.microsoft.com/en-us/library/bb188473.aspx&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Re: Timecode support</title><link>http://forums.silverlight.net/forums/thread/3991.aspx</link><pubDate>Wed, 30 May 2007 16:41:49 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:3991</guid><dc:creator>s3ncha</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/3991.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=20&amp;PostID=3991</wfw:commentRss><description>&lt;p&gt;Please, can anyone answer on this question?&amp;nbsp; Does dev. team read this forum at all?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;</description></item><item><title>Re: Re: Timecode support</title><link>http://forums.silverlight.net/forums/thread/3837.aspx</link><pubDate>Mon, 28 May 2007 13:54:03 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:3837</guid><dc:creator>mseredynski</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/3837.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=20&amp;PostID=3837</wfw:commentRss><description>&lt;p&gt;Timecode support is something that we would really love to see in the 1.0 version of Silverlight.&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Timecode support</title><link>http://forums.silverlight.net/forums/thread/3750.aspx</link><pubDate>Sat, 26 May 2007 12:37:35 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:3750</guid><dc:creator>halabala</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/3750.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=20&amp;PostID=3750</wfw:commentRss><description>&lt;p&gt;&lt;span&gt;Dear Development Team,&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span&gt;&lt;br /&gt;
Could you answer on this question? Timecode (reading and seeking) is necessary feature
for my team too.&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span&gt;Thank&lt;/span&gt;&lt;span&gt; you&lt;/span&gt;&lt;span&gt; for&lt;/span&gt;&lt;span&gt; help&lt;/span&gt;!&amp;nbsp;&lt;/p&gt;</description></item><item><title>Timecode support</title><link>http://forums.silverlight.net/forums/thread/2917.aspx</link><pubDate>Fri, 18 May 2007 09:49:53 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:2917</guid><dc:creator>s3ncha</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/2917.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=20&amp;PostID=2917</wfw:commentRss><description>&lt;p&gt;Hi All,&lt;/p&gt;
&lt;p&gt;Is there way to query&amp;nbsp;current timecode (and navigate to)&amp;nbsp;of the media that is being played in MediaElement? &lt;/p&gt;
&lt;p&gt;It&amp;#39;s working&amp;nbsp;great in embedded Windows Media&amp;nbsp;Player&amp;nbsp; (using controls.currentPositionTimecode&amp;nbsp; property) and the lack of this feature is the only thing that stops us from using SilverLight in&amp;nbsp;our solution.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;If it&amp;#39;s not supported at the moment, is there chance that this will be added soon?&lt;/p&gt;
&lt;p&gt;Many thanks,&lt;/p&gt;
&lt;p&gt;S3ncha&lt;/p&gt;</description></item></channel></rss>