dyne / frei0r

A large collection of free and portable video plugins
https://frei0r.dyne.org/
GNU General Public License v2.0
427 stars 89 forks source link

Add rgbsplit0r plugin #9

Closed namikiri closed 7 years ago

namikiri commented 7 years ago

One more effect which is popular in the web. This plugin allows you to split the video into its RGB channels and shift them across X and Y axis.

See the examples: before and after.

// This is a correct pull request, thanks @jaromil for explanation. The older one can be closed.

d-j-a-y commented 7 years ago

@namikiri Nice one ! i planned someday to write it ;-)

One suggestion,

example for inst->shiftX :

namikiri commented 7 years ago

@d-j-a-y thank you for your suggestion, I'll include it in the next pull request with some other improvements! :3