[Libav-user] pts problem

2013-04-12 Thread Steffen . Roeber
I read many hours to understand pts in libav. But it seems there is no common simple way to retrieve. I used the method from http://dranger.com/ffmpeg/. I do something like: avcodec_decode_video2 (codecContext, frame, got_picture_ptr, p); uint64 pts = p.dts; if(pts ==

Re: [Libav-user] AAC encoding error

2013-04-12 Thread Andrey Utkin
It would be easier to help you if you provide short but complete compilable (i.e. with main() and so on) snippet reproducing your problem. ___ Libav-user mailing list Libav-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/libav-user

Re: [Libav-user] pts problem

2013-04-12 Thread Carl Eugen Hoyos
Steffen.Roeber@... writes: I read many hours to understand pts in libav. But it seems there is no common simple way to retrieve. I used the method from http://dranger.com/ffmpeg/. This is quite outdated, please have a look at the examples in doc/examples. [...] Dieses Dokument ist