<p><br>
On 31 Jul 2012 21:34, "aa aaaa" <<a href="mailto:faliakis@yahoo.gr">faliakis@yahoo.gr</a>> wrote:<br>
><br>
> Hello everyone, I am newbie to ffmpeg and I am trying to use it in project I am working on.<br>
><br>
> I am using OpenCv but the standar functions give wrong results so I decided to try with ffmpeg.<br>
><br>
> So I would like someone to help me out with the steps I need to do in order to get the timestamp of a frame in a h264 avi file.<br>
><br>
> for example , I would appreciate advice on how to do it. <br>
><br>
> Which libraries must I use, and which steps or procedure must I do. <br>
><br>
> Steps I mean something lik<br>
><br>
> 1.load the video<br>
> 2.parse video frame by frame<br>
> 3.use command to get the timestamp.<br>
><br>
><br>
> Any piece of code would be great to help me understand better.<br>
><br>
> So thank everyone in advance for every info they can give me to solve my problem.</p>
<p>Start with a classic tutorial <a href="http://dranger.com/ffmpeg/tutorial05.html">http://dranger.com/ffmpeg/tutorial05.html</a>, look for "frame pts".</p>
<p>BR,<br>
Alex</p>