09-02-2005 03:22 PM
09-06-2005 02:42 PM
What's the source of the image data?
Are you capturing from hardware or computing the images from an algorithm?
Are you using a CODEC or is the image data raw uncompressed?
09-06-2005 03:04 PM
The images are coming from a camera. Upon further thought over the weekend, I realized the problems began about the time I switched the compression. I was using the MPEG Codec V1 when I encountered the problems. By using other encoding routines, I have managed to get rid of the shift. I am still trying to balance file size, write time, and acceptable image quality. But think the encoding was the source of the problems.
Thanks.