开发者

Flash / FLV - How do I extract MetaData from an FLV? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
开发者_开发技巧

We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.

Closed 6 years ago.

Improve this question

What software is available for extracting metadata from an FLV? I'm testing an flv streaming module for apache (mod_flvx) and need to extract keyframe info from an flv for debugging purposes.

I was only able to find FLV MetaData Viewer, but its dated, from 2006, and doesn't install properly on Win7. http://www.buraks.com/flvmdv/

Edit: I'm open to any method of extraction, either app or library.


Don't know about tools, but maybe you can use ffmpeg as reference.

You must parse flv to find metadata chunk. It's not hard.

Then look at flv_read_metabody function from libavformat\flvdec.c. Metadata in flv is simply an AMF object.

But if keyframe info is only you need, you can don't touch metadata at all. You can parse flv: each video chunk marked if it's a kayframe.


Update:

You can use FLVTool2 to extract MetaData.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜