-
Tool to determine metadata from online videos
I wrote this little Flash app to help quickly read the metadata from online video.
https://blog.omnivibe.com/2009/06/12/determine-metadata-from-flv-or-h-264-video-on-the-web/
Useful if you want to know what the duration, bitrate, and frame size of the video is. I’ve needed an app like this several times when designing players for pages, wondering exactly what codec an old video was in (especially since I had to rename AVC files to .flv to play nicely with FLVPlayback in early stages), etc.
Hope it’s of some use to you 🙂