I'd like to ask a Question about the Avi Writer and the used video dimension. I'm loading several 24 Bit Bitmap Files to a TImageEnIO Component and try to save these to an created Avi File. The Codec i use is 'DIB ', so it will be an uncompressed video. The created Avi file was always currupted and can't be played be Windows Media Player. The VLC Player plays the video but the video image is displaced. I could fix the problem by using a video width that is divisible by 8 and suddenly the video was ok. Is it correct that the video dimension must be divisible by 8 or is there something i didn't considered? If this behaviour is normal, don't you think an information for the user is useful?