[XviD-devel] image inverted by encoder

Marc FD xvid-devel@xvid.org
Sat, 23 Nov 2002 14:59:50 +0100


> Hi,
>
> When I use XviD to encode video, images are inverted.(Buttom line --> Top
line).
> Why? Is it possible to disable this feature?
>
> Thanks
>

i think you're encoding in BGR, right ?
BGR is always fliped.
try XVID_CSP_VFLIP when you call the xvid decoder to flip the image back.