Back Forum Reply New

How can I simply analyse AVC?

Maybe this is an old question, but there is a tool that allows you to check if an avc streams has cabac or cavlc, how many b-frame uses and if it use multiple reference and exc.?
The H_264parse isn't so useful imo. There is another program?

h264_parse shows you exactly all info about the avc stream a decoder needs for decoding the stream. you hardly can have much more

But it simply shows the info for each frame right? Or there is a summary info option.

Is there a binary of H264_parse anywhere? I dont know jack about compiling sources. Much appreciated.

I think that you can find it at rarewares. In the mpeg4IP tools.


Originally Posted by Hyper ShinchanBut it simply shows the info for each frame right? Or there is a summary info option.

the sps/pps content can be seen as some sort of summary

hmm, u can get more up-to-date version of mpeg4iptools at here  :
cd.asp?dir=/mpeg4iptools


Originally Posted by bondthe sps/pps content can be seen as some sort of summary

How can I do that?


Originally Posted by Hyper ShinchanHow can I do that?

h264_parse shows it at the beginning (as its at the beginning of every avc stream)


Originally Posted by Hyper ShinchanMaybe this is an old question, but there is a tool that allows you to check if an avc streams has cabac or cavlc, how many b-frame uses and if it use multiple reference and exc.?
The H_264parse isn't so useful imo. There is another program?

products/product.php?product_id=146
¥
Back Forum Reply New