There is a command for FFMPEG that applies a filter to the video
ffmpeg -threads 2 -y -i 6.mp4 -vf rgbashift=rh=20:bh=-20 -hide_banner -y -vcodec mpeg4 -crf 23 -b:v 1000K -maxrate 1500K -bufsize 500K 7.mp4
The question is how to make it overlap a certain time For example from 00:01:10 to 00:02:20 and then from 00:03:01 to 00:04:00?