Re: the xvid example problem!
Christoph Lampert <[email protected]>
| Newsgroups | gmane.comp.video.xvid.user |
|---|---|
| Message-ID | <[email protected]> |
Sorry, I pressed the wrong key in the last mail... Anyway, RGB is sometimes needed vertically flipped. Try using the XVID_CSP_VFLIP flag together with RGB output, that should solve the problem. gruel On Fri, 16 May 2003, linuxer wrote: > hello! I use the example form xvidcore package 0.9.1. I modify the > variable to set the programe xvid_encraw.c to compress a series rgb24 > pic to a m4v raw mpeg4 file, then I use xvid_decraw.c to decode the same > m4v to a rgb24 data file, when I display the decoded file , I find the > pic was bottom up! I was pazzled at this. can any one tell me why? I > attach the two file which I modified for refer. thanks! >