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 #8

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.

namikiri commented 7 years ago

BTW don't know why these commits about previous plugin appeared, sorry.

jaromil commented 7 years ago

I believe the problem of old commits slipping in is because you did not rebase your master on frei0r's master. If you simply create a new branch on your repository and then put new commits there and create a new pull request it should be all more ordered, so on your side then you have one branch per pull request and keep master aligned to our master for local rebases. From now then you can first backup the relevant files (always! don't risk to lose code..) then align your master to ours (which has glitch0r included) then create a branch rgbsplit0r and add there the new code and open an pull request from that branch.