Hi, I am using AXIS243SA encoder to get a MPEG-4 stream and perform the decoding. FFmpeg library is used for decoding. While the decoding seems to be working, I am unable to find the timestamp of the current frame (the frame capture time at the camera).
av_read_frame(AVFormatContext*, AVPacket *) is the function call which returns a new packet in the stream. There is a property time_stamp in AVFormatContext which is always 0. I was wondering if I am overlooking some data which gives me the current frame's time stamp. I would appreciate if anyone who came across this problem point me in the right direction. Thanks, Sateesh. _______________________________________________ libav-user mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/libav-user
