They're perfectly fine for me


short vid but the effect is very nice. most noticable is the contrast between the car chassie on the left and the road ahead
might be worth "playing" with FOV for deeper feeling.
cheers

clip=directshowsource("stereo.avi.WMV",25)
clip1=clip.crop(0,240,clip.width/2, 480)
clip2=clip.crop(clip.width/2,240,clip.width/2, 480)
clip1=clip1.tweak(sat=0).converttorgb().RGBAdjust(2,0,0,1).converttoyuy2()
clip2=clip2.tweak(sat=0).converttorgb().RGBAdjust(0,2,0,1).converttoyuy2()
overlay (clip1,clip2, opacity=0.5)



