[Libav-user] Frame rate extract of mpg videos

2014-05-26 Thread Amir Hossein Rouhi
Hi I want to get the frame rate of videos that i call them in my C++ code. can you give me any advice how can i do it by FFMPEG windows version? or do you have any other solution for my request? Cheers Amir ___ Libav-user mailing list Libav-user@ffmpeg.or

[Libav-user] Jpeg encoding

2014-05-26 Thread caderbe.mat...@libero.it
Hi, I want to create an ancoder that take a coded jpeg images end create video using MJPEG codec in order to save time and do not encode and recode the images. Can you help me? Matteo ___ Libav-user mailing list Libav-user@ffmpeg.org http://ffmpeg.org

[Libav-user] avcodec_decode_video2(pCodecCtx, pFrame, &frameFinished, &packet) why most of the time frameFinished is zero ?

2014-05-26 Thread sithruk sana
Dear all, I received a packet from rtsp by av_read_frame and decode it through avcodec_decode_video2(pCodecCtx, pFrame, &frameFinished, &packet) After decoding i am checking the value of frameFinished. Most of the time i get the value of frameFinished is zero. May be around 50% of the packet