Thanks a lot now I am getting I and P frames both, But facing some quality issue can you tell the best combination of GOP, time base, bit rate for good quality MPEG4 video. Thanks again I was struggling since 2 days.
Thanks Peeyush -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Luca Abeni Sent: Monday, November 03, 2008 5:18 PM To: Libav* user questions and discussions Subject: Re: [libav-user] MPEG 4 Encoding Problem : Encodes only I frame Peeyush Mishra wrote: > Thanks A lot for your reply, actually I took reference from > output_example.c, No, you did not. output_example.c initialises the coded (and writes the file header) only one time, before starting to encode/write frames. Your code initialises the coded every time you write a frame... This is why the resulting file is broken. Have a better look at output_example.c 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.5/1763 - Release Date: 11/2/2008 7:08 PM 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
