Re: [Libav-user] Why is av_seek_frame() inaccurate in some cases ?

2012-04-14 Thread Lucas Soltic
Le 14 avr. 2012 à 18:49, Michael Bradshaw a écrit : > On Sat, Apr 14, 2012 at 10:40 AM, Lucas Soltic wrote: > So I don't think I did anything fancy, but I still can't find out why the > video seeking is inaccurate. I would be really grateful if someone had ideas > about this issue. > > There

Re: [Libav-user] Why is av_seek_frame() inaccurate in some cases ?

2012-04-14 Thread Michael Bradshaw
On Sat, Apr 14, 2012 at 10:40 AM, Lucas Soltic wrote: > > So I don't think I did anything fancy, but I still can't find out why the > video seeking is inaccurate. I would be really grateful if someone had > ideas about this issue. > There's two reasons I can see why you would be getting this resul

[Libav-user] Why is av_seek_frame() inaccurate in some cases ?

2012-04-14 Thread Lucas Soltic
Hello, I'm working on a movie playback library but I'm getting issues with seeking. I'm using av_seek_frame() and FFmpeg 0.10. The problem is that the audio stream is correctly sought but not the video stream, except for H.264 video stream (not working for DivX, MPEG4v2 or Theora video streams)