Log in

View Full Version : Bad colour after encoding :-(


mariuco
29th October 2003, 11:54
Hi all,
I'm using DVD2SVCD to convert DivX movies to SVCD.
I think I have all the process under control, but I have problems with de colour.

In the SVCD movie, the colour is more blue that in de DivX Avi file.
For example, the skin colour on the faces is more similar to blue than to sand colour.

I use TMPGEnc or CCE as encoder.

¿Do you have any idea where the problem is?

Additional information:
DVD2SVCD 1.2.1 build 2
TMPGEnc 2.59
CCE 2.5 Trial

Athlon 1.7
256 Mb Ram

Wilbert
30th October 2003, 15:48
You probably need to add SwapUV to your script. Thus

AviSource(...)
SwapUV()
...

mariuco
30th October 2003, 17:49
What script are you talking about?

I didn't make or edit (manually) any scritp.

If I change the script (¿Which one?) this changes will
be permanente?

Thanks.

ronnylov
4th November 2003, 16:13
I did have this problem after installing Xvid. I had to install another version of Xvid. Try to deinstall and install latest divx and xvid codecs.

mariuco
5th November 2003, 09:59
Thank you veri much Ronny.

¡¡¡ It works !!!

I changed the DivX codec from 5.0.2 to 5.1 and the problem
is fixed.

ThanX, first for try to help, and second for give the
right help.

Karovaldas
22nd November 2003, 17:50
I had the same problem with DivX-3 file. Reinstalling codecs did not help, but adding the

...
SwapUV ()
...

command to the Avisynth command file solved the problem.

Thanks!