jumpjack
10th April 2011, 20:55
Does it exist a program/plugin/method to capture a 3d side-by-side video stream from external source and turn it into anaglyph in realtime?
I found this avisynth script, but it raises an error on first line:
a = ConvertToRGB()
l = a.Crop(0,0,Floor(a.width/2),a.height)
r = a.Crop(Floor(a.width/2),0,Floor(a.width/2),a.height)
return MergeRGB(l.ShowRed(), r.ShowGreen(), r.ShowBlue())
Solutions? Alternatives? :confused:
I found this avisynth script, but it raises an error on first line:
a = ConvertToRGB()
l = a.Crop(0,0,Floor(a.width/2),a.height)
r = a.Crop(Floor(a.width/2),0,Floor(a.width/2),a.height)
return MergeRGB(l.ShowRed(), r.ShowGreen(), r.ShowBlue())
Solutions? Alternatives? :confused: