<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ActionScript Scraps &#187; metadata</title>
	<atom:link href="http://blog.sitedaniel.com/tag/metadata/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sitedaniel.com</link>
	<description>Flash, Flex and AIR development</description>
	<lastBuildDate>Wed, 28 Jul 2010 11:15:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>FLV Info : duration, width, height, videodatarate, framerate, videocodecid, stereo</title>
		<link>http://blog.sitedaniel.com/2010/01/flv-info-duration-width-height-videodatarate-framerate-videocodecid-stereo/</link>
		<comments>http://blog.sitedaniel.com/2010/01/flv-info-duration-width-height-videodatarate-framerate-videocodecid-stereo/#comments</comments>
		<pubDate>Sat, 23 Jan 2010 12:00:25 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[actionscript]]></category>
		<category><![CDATA[flv]]></category>
		<category><![CDATA[flvinfo]]></category>
		<category><![CDATA[metadata]]></category>
		<category><![CDATA[onmetadata]]></category>
		<category><![CDATA[tool]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://blog.sitedaniel.com/?p=489</guid>
		<description><![CDATA[This FLV Info tool enables you to view embedded MetaData without needing to play the video. Just like the SWFInfo tool I blogged about last year, using this tool you select your FLV file using the FileReference class and then you can view all you need to know about your Flash video : duration, width, [...]]]></description>
			<content:encoded><![CDATA[<p>This FLV Info tool enables you to view embedded MetaData without needing to play the video. Just like the <a href="http://blog.sitedaniel.com/2009/11/swf-info-width-height-swf-version-actionscript-version-framerate/">SWFInfo tool</a> I blogged about last year, using this tool you select your FLV file using the FileReference class and then you can view all you need to know about your Flash video : duration, width, height, videodatarate, framerate, videocodecid and stereo values.</p>
<p>It works by converting the loaded FLV data into a ByteArray and then searching for the string values associated with each metadata value. Then it reads either a double-precision (64-bit) floating-point number from the ByteArray, or in the case of 'stereo', a Boolean value. Also it will tell you how the videocodecid number translates into an understandable string value (i.e. VP6, H263 or AVC).</p>
<p><a href="http://dev.sitedaniel.com/tools/flvinfo/flvinfo.swf" rel="shadowbox;height=152;width=200"><img src="http://dev.sitedaniel.com/tools/flvinfo/flvinfo.png" alt="flvinfo" title="flvinfo" width="200" height="152" class="alignnone size-full wp-image-358" /></a></p>
<p> duration, width, height, videodatarate, framerate, videocodecid, stereo</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sitedaniel.com/2010/01/flv-info-duration-width-height-videodatarate-framerate-videocodecid-stereo/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
