using xvid
Jean Francois Delerue <[email protected]>
| Newsgroups | gmane.comp.video.xvid.user |
|---|---|
| Message-ID | <[email protected]> |
Hello all, I made a program to encode movies from series of images. The library seems to work fine: I first init the encoder using xvid_init, the return value is 0 Then I create an encoder with xvid_encore, the retunr value is 0 which should be fine. Then I encode frames using XVID_MPEGQUANT or XVID_H263QUANT quantization. The return value is 0, and the length of the bitstream for each frame look good (first time much higher than next frames). However, I wanted see the result using mplayer ( with xvid codec) or mpeg4ip but they cannot reconize the format. Did I miss anything? Is their a header to add before the movie? Thanks in advance for any tips, Jean Francois. PS: I am programming under Linux Mandrake, on a PIII. I tryed both xvid 2002/07/28 snapshot and yesterday cvs snapshot.