Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
324 views

Flash Pixel Bender: Number Crunching for Audio Processing

I've seen some example of using a Pixel Bender for mixing two tracks together (per shader passes). However, would it be technically possible to write a Pixel Bender kernel that could do this? ...
2
votes
2answers
3k views

Advanced chroma key code samples

I'm working on an application that needs to key out the background from an image taken by a webcam in front of a green screen. I figured this would be a very common task, but to my surprise i'm having ...
1
vote
1answer
74 views

Detect when the Shader is done mixing the audio

so this the code with it i am able to mix several tracks with a Shader done in pixel bender. the problem here i don't know when the mixing is finish or all the sound reache their end to be able to ...
0
votes
0answers
106 views

Image Zoom in PixelBender

What is the best way to zoom on a point in an image using PixelBender? My goal is to achieve virtually endless zoom in Flash regardless the original image size. Thanks!
0
votes
0answers
97 views

Is a PixelBender Kernel reliable for realtime sound manipulation?

Although there are some existing libraries out there to integrate sequencers, sounds, tempo, ASDR Filter / Amp envelopes and all kinds of delicious sound features - I'm curious if PixelBender can play ...
0
votes
1answer
84 views

Flex Pixel Blender Performance

I remember seeing some articles about using Pixel Blender to speed up performance on heavy computation, but i cant find them anymore. Can anyone suggest an article on this?