How to create a RGB shift chromatic aberration creepy video effect | RGB split glitch VFX #ffmpeg

preview_player
Показать описание
Today, we show how to create a scarry RGB shift / split chromatic aberration glitch video effect. All parameters shown can be of course fully customized to suit your needs. Enjoy!

ꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷ
EXAMPLE
ꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷ
❶ Simple Red and Blue horizontal shift for a 3D effect:

with:
* ffmpeg = Calls Ffmpeg, a free video / audio handling software to …
* -vf rgbashift = … calls the «rgbashift» video filter (vf) to shift (r)ed / (g)reen / (b)lue / (a)lpha pixels (h)orizontally and/or (v)ertically…
* rh=20 = … choosing here to offset (r)ed pixels by 20 pixels (h)orizontally…
* bh=-20 = … and the (b)lue pixels by -20 pixels (h)orizontally…
* -pix_fmt yuv420p = … setting the Pixel format to yuv420p (for compatibility with Windows in my case)

BONUS EXAMPLE 02

All same as example 1 before, but with:
* colorchannelmixer=.3:.4:.3:0:.3:.4:.3:0:.3:.4:.3, = … converts the video to grey before applying the RGB shift video effect.

BONUS EXAMPLE 03

All same as example 2 before, but with:
* enable='between(t,1,3)+between(t,4,4.5)+between(t,8,9)' = … applies the RGB shift effect only between seconds 1 & 3 and seconds 4 & 4.5.

BONUS EXAMPLE 04

All same as example 3 before, but with:
* random = … randomizes the order of outputted frames to create a more erratic effect.
ꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷ
→ Catch up with the FFMPEG guy Channel
ꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷ
MUSIC
ꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷ
→ Taste - TrackTribe
ꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷ
An FFMPEG question?
Ask the FFMPEG guy
ꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷ
Рекомендации по теме
Комментарии
Автор

Hello. Can you help me combine multiple photos into a video with the sequence of photos being scrolled from the bottom up? i tried by vertical merge many pictures but with large number of images it is not possible😢

ostarcap
Автор

how to make animation on webp by exporting the image each frame?

perrchan
Автор

when trying to use the bonus 4th example(jittery frame shake) in ffmpeg it gives back -'error, too many arguments'

rondeau