FLV Info : duration, width, height, videodatarate, framerate, videocodecid, stereo
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, height, videodatarate, framerate, videocodecid and stereo values.
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).
duration, width, height, videodatarate, framerate, videocodecid, stereo



LinkedIn
Twitter
![Validate my RSS feed [Valid RSS]](http://blog.sitedaniel.com/valid-rss.png)
Hi,
Im trying to get some FLV statistics
My question is how do I (in C code) convert the metadata values
(represents as DOUBLE) to the actual value, like you show in your example above
Thanks in adavance
Tal.
Hi Tal,
There is some information here that might be useful for you: http://www.cs.tut.fi/~jkorpela/round.html
Cheers
Hello,
thanks first for your useful tool.
Can you offer me the clue, how to get such information on flash?
thanks anyway.
Hi papierli, I’m not sure what you are after but suspect it might be this: http://blog.sitedaniel.com/2009/11/swf-info-width-height-swf-version-actionscript-version-framerate/