On Mon, 2009-10-12 at 12:30 +0200, jody wrote: > 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.
Hi The --use_rgb option impliess the input is into RGB24 format. Are the images BGR (red/blue channels swapped?) Try to see if the -k option helps. Bests, -- Francesco Romani // Ikitt http://fromani.exit1.org ::: transcode homepage http://tcforge.berlios.de ::: transcode experimental forge