[FFmpeg-user] Trying to determine how video data is compressed and written after motion estimation has completed

Roger Pack rogerdpack2 at gmail.com
Sat Oct 27 16:53:45 CEST 2012


>  What I'm trying to do is trace all of the function calls for each frame
> after it goes through motion estimation up until the point the data is
> actually transmitted.

You may be able to trace through with gdb (use ffmpeg_g) or possibly
compile it with "gprof" symbols so that it tells you what methods it
calls...
-r


More information about the ffmpeg-user mailing list