Hi,

Michael Conrad wrote:
> 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.
> 

If you implement AVSEEK_FLAG_FRAMENUM for formats supporting it (with an
index), Im pretty sure it will be accepted.

-- 
Baptiste COUDURIER                              GnuPG Key Id: 0x5C1ABAAA
Key fingerprint                 8D77134D20CC9220201FC5DB0AC9325C5C1ABAAA
checking for life_signs in -lkenny... no
_______________________________________________
libav-user mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/libav-user

Reply via email to