Hi,
I am using FFMPEG to analyze H264 video and collect statistics on the relative number of macroblock types (16x16, 8x16, 8x8 etc.) That part works great but now I would like to get the sub-macroblock partition types too. I found the sub_mb_type table in the H264Context struct but it appears to only return the 4 sub-partition types for the last macro block of the frame. Is that correct? Is there any way to get all of the sub-partition types for all of the macroblocks of the frame the way the macroblock types are returned? Is there another table that they are stored in? Thanks! Phil _______________________________________________ libav-user mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/libav-user
