reticivis-net / mediaforge

A Discord bot for editing and creating videos, images, GIFs, and more!
GNU General Public License v3.0
83 stars 28 forks source link

$chromashift #46

Open piotrek117studos opened 2 years ago

piotrek117studos commented 2 years ago

why dont you make this https://ffmpeg.org/ffmpeg-filters.html#toc-chromashift

Shift chroma pixels horizontally and/or vertically.

The filter accepts the following options:

cbh Set amount to shift chroma-blue horizontally.

cbv Set amount to shift chroma-blue vertically.

crh Set amount to shift chroma-red horizontally.

crv Set amount to shift chroma-red vertically.

edge Set edge mode, can be smear, default, or warp.

reticivis-net commented 2 years ago

Oh interesting. So my understanding is this does chromatic abberation?

piotrek117studos commented 2 years ago

from which i found on the ffmpeg filters documentation