On Tue, 16 Dec 2008 06:44:21 -0500, Smart, Gary <[email protected]>  
wrote:

> I need to navigate the movie file by frame number - is this possible?

There is a project for this: see  
https://sourceforge.net/projects/ffmpeg-fas

> Does anyone know where the timestamp for a decoded frame is stored?

Unfortunately it isn't.  You have to do some tricky logic to match a frame  
to the packet that generated it, and then use the packet's timestamp.  See  
ffplay.c for how they do this.

-- 
Michael Conrad
IntelliTree Solutions llc.
513-552-6362
[email protected]
_______________________________________________
libav-user mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/libav-user

Reply via email to