H.264 encoded bitstream analyzer

4ernov 4ernov at gmail.com
Wed Dec 12 13:01:41 PST 2012


> Please do let me know any free software to analyze H.264 encoded bit stream.

What the exact information do you need? h264bitstream utility can
analyze H.264-encoded data and gather some bytestream and bitstream
statistics. Also, debug and log output of GStreamer's h264parse
element could help, especially caps detected. To see it you can do
like this:

gst-launch playbin2 uri=<data-uri> --gst-debug=h264parse:5

Best regards,
Alexey Chernov


More information about the gstreamer-devel mailing list