Texture in/out video manipulation

Hello,
I’m searching for an easy way to manipulate a video stream (given as texture) to send it afterwards to a quad.
I would like to do some corrections of the color, contrast, gamma etc.
Maybe also some artificial manipulations would be great.

Another thing: Is there no “switch” for texture as for values etc?

Thanks!!

in the nodebrowser type fx to get a list of all available (~90) TextureFX by mostly contributed by @unc.

as a texture-switch you can use Switch (Node Input).

Hello livevideo,

Use Levels(ex9 texture filter)for correction and use Switch(string input) or Switch (Node input)for changing textures.

Thank you so much!
I had not yet installed the addon package… now its all fine :)