Hi, Would someone advice how it is possible to place two videos alongside? For example, to demonstrate deshake filter. I try many combinations, but... For example, i thought that this should work: ffmpeg -i video_one -vf pad=2w:h:w:0:violet -i video_two -filter_complex 'overlay=0:0' Thank You in advance, Andrew