Log in

View Full Version : Black'n'white filter


leonid_makarovsky
16th March 2005, 03:17
Quick question. If I want to convert the color footage to black and white footage, is this the right way to do so:
ColorYUV(cont_u = -256, cont_v = -256)

Thanks.

--Leonid

Video Dude
16th March 2005, 03:32
Greyscale()

Guest
16th March 2005, 04:20
Tweak(sat=0)

sh0dan
16th March 2005, 15:41
MergeChroma(last, blankclip(last))

sh0dan
16th March 2005, 15:42
Limiter(0,255,127,127)