xv
30th November 2011, 00:11
Is there a tool available that can analyze a H.264 bit/bytestream? I do not need some fancy motion vector visualization, just something like:
Frame 1234, byte offset 0xabc123: Bitstream broken
I tried with avconv/ffmpeg, these tools tell me only that the bitstream is broken somewhere but not at what frame/byte. I tried with "-debug bitstream", but no difference, are there other options or compile time switches that allow avconv/ffmpeg to do this?
Source is raw H.264 file.
Frame 1234, byte offset 0xabc123: Bitstream broken
I tried with avconv/ffmpeg, these tools tell me only that the bitstream is broken somewhere but not at what frame/byte. I tried with "-debug bitstream", but no difference, are there other options or compile time switches that allow avconv/ffmpeg to do this?
Source is raw H.264 file.