Re: [FFmpeg-devel] Finding residuals in h264 decoding in ffmpeg

2014-10-22 Thread Michael Niedermayer
On Tue, Oct 21, 2014 at 01:11:39PM +0200, Norbert Schmitt wrote: > Hello, > > I am trying to understand how the H.264 Decoder in ffmpeg works and > saving data (Macroblock types and motion vectors for example) from > the decoding of a H.264 video. I also want to save the residuals for > each frame

[FFmpeg-devel] Finding residuals in h264 decoding in ffmpeg

2014-10-21 Thread Norbert Schmitt
Hello, I am trying to understand how the H.264 Decoder in ffmpeg works and saving data (Macroblock types and motion vectors for example) from the decoding of a H.264 video. I also want to save the residuals for each frame but I cant seem to find them. There is something I am missing. It g