Hi, Can u tell me what may be the reasons for blurred video out put ,,,How can I resolve this issue because I have to send that data over network so again some quality loss. That’s why I try to encode a good quality MPEG 4 video to compensate with network loss , Please help me to remove this blur ,,,,,
Thanks Peeyush Mishra -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Luca Abeni Sent: Wednesday, November 05, 2008 4:06 AM To: Libav* user questions and discussions Subject: Re: [libav-user] MPEG4 encodoed data is playing fast 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 -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. No virus found in this incoming message. Checked by AVG. Version: 7.5.549 / Virus Database: 270.8.6 - Release Date: 11/3/2008 12:00 AM No virus found in this outgoing message. Checked by AVG. Version: 7.5.549 / Virus Database: 270.8.6 - Release Date: 11/3/2008 12:00 AM _______________________________________________ libav-user mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/libav-user
