开发者

MPEG4 AVC header size?

Just one question : what is the size in bytes of the header of a .mp4 file ?

The goal i开发者_如何学JAVAs to fuzz just this header.

Thanks Karl


It depends. ISO media container format (.mp4) uses a strusture of elements called atoms. It depends on the number of tracks, the H.264 encoding properties, the muxers also like to put their names in the file in a free atom.

Expect it to be at least 1 kByte. Anything over 4k is not very likely.

If you encounter the string mdat (header of the movie data atom), the file header is probably over.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜