-
Good video analysis tools?
I am currently reading Ben Waggoner’s new video compression book. It’s awesome. In an effort to learn more about video compression I would like to use some analysis tools to reveal what decisions the encoder is making and how the decoder is interpreting the stream. I would love to know which frames are referenced by other frames, the vectors used by motion compensation, whether the frame is an I, P, or B frame. And bitrate graphs over time, I love bitrate graphs and I would like to generate my own.
I haven’t been able to find any tool which will show me which pixels are changing frame to frame, like on this website: https://www.animemusicvideos.org/guides/avtech/video3.htm. How are those images of motion delta created? The ones that show the chair is moving but the background is not (black)?
Ben Waggoner’s book mentions WMsnoop which is a great free WMV analyzer. It shows a bitrate graph, which frames are I frames and P frames, the size of each frame in bits, lots of useful information. Does anyone know of any tool like WMsnoop for other video formats such as mpeg variants?