Hi all,

I've been looking for a quick way to extract the motion vectors from a
MPGE2 file.After being throughly frustrated with ffmpeg, I stumbled 
across libmpeg2 yesterday and was elated to find mpeg2dec.  However, I 
was wondering if someone could explain the motion vector structure:

typedef struct {
     uint8_t * ref[2][3];
     uint8_t ** ref2[2];
     int pmv[2][2];
     int f_code[2];
} motion_t;

and how slice determines the next p frame from it.

Thanks,
Sean McVeigh


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Libmpeg2-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/libmpeg2-devel

Reply via email to