ffmpeg -i suspect_clip.mp4 -vf "smartblur=lr=2" blurred_fake.mp4
: For more accurate cuts (though slower), place -ss after the -i : ffmpeg -i input.mp4 -ss 00:10:00 -t 00:01:00 output.mp4 you s04e02 ffmpeg