Hi I am creating an avi-video like this: transcode -x imlist,null -i f_ofBR.lst -f 12 -o f_ofBR.avi -y xvid,null -g 1050x492 --use_rgb where ofBR.lst is a list of PNG images of size 1050x492.
However, the colors in the video are completely different from the colors appearing in the images. In the attachment you have representative section of an input image (image_orig.png) and the corrersponding section of a screenshot taken from the movie (image_video.png). It is as if red and blue had been exchanged, though it is not exactly so - for example: a pixel's color values (RGB) in the original is e3b34f and in the video image it is 4fb3e0. Is there an explanation for this? Thank You Jody
<<attachment: image_orig.png>>
<<attachment: image_video.png>>