Peeyush Mishra wrote:
> Hi, 
> 
> I am working of Desktop Streaming Project. I am using libavcodec APIs to
> encode RGB32 data into MPEG4 , I am getting MPEG4 file with I and P frames
> but when I play back this file through any player it plays very fast .Can
> any one tell me why encoded mpeg 4 data is playing so fast.

This is difficult to guess. Since the video is played at the wrong rate,
the problem is likely in the timestamps you use when encoding (maybe you
express them in the wrong timebase?).


                                Luca
_______________________________________________
libav-user mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/libav-user

Reply via email to