0

Does anybody know where i can find a good chroma keying pixel bender code example. Or does anybody know how to write such a code in pixel bender. Or a create pixel bender tutorial to create a chroma keying filter. Does anybody know how to get it in flex 3.

every help is welcome.

ketan
  • 19,129
  • 42
  • 60
  • 98
DJ.
  • 2,031
  • 2
  • 13
  • 22

2 Answers2

2

Here is a simple Difference Key pixel bender kernel: http://code.google.com/p/quasimondolibs/source/browse/trunk/quasimondolibs/com/quasimondo/shaders/DifferenceKey.pbk

Quasimondo
  • 2,485
  • 1
  • 22
  • 30
  • thank you Mr Quasimondo, i have also checked out your Realtime Video Color Keying. thanks again – DJ. Jun 27 '10 at 16:23
  • hey quasimondo, I saw your realtime key color too and am looking for an AS3 solution. I just installed PB and your DifferenceKey.pbk. Do you have an example on your blog on using it? – Ronnie Apr 30 '12 at 17:42
1

Yep http://code.google.com/p/quasimondolibs/source/browse/trunk/quasimondolibs/com/quasimondo/shaders/DifferenceKey.pbk by Quasimondo is perfect. Easy to build upon as well

Nick Polet
  • 41
  • 5