Log in

View Full Version : avisynth 2.5 color in virtualdub


John2002
13th March 2003, 18:18
Really basic question. I'm trying to get Avisynth 2.5 to work in VirtualDub or VirtualDubMod. I can open the .avs file OK but the colors in the video are all wrong, like yellows show up as blue, blue shows up as red. The file I'm trying to recompress was captured in UYUV. This is before including any filters in the .avs file though I've tried the ConvertTo???() commands to see if they made a difference.

Is Avisynth 2.5 for use with general video files using VirtualDub and how do you get it to have the right colors? Thanks.

TelemachusMH
13th March 2003, 19:31
Here's the AviSynth Manual (http://avisynth.org/index.php?page=AviSynthManual), just for reference. It is a very useful resource.
As for your problem, my guess would be that you need to use SwapUV (http://www.avisynth.org/index.php?page=Swap). I have seen many people use this to fix there DV captures.

TelemachusMH

John2002
14th March 2003, 01:55
TelemachusMH, I bookmarked the manual and SwapUV did the trick. Thanks.