What are FFmpeg filters?
A filter transforms a stream as it passes through FFmpeg. Video filters are chained with -vf, audio filters with -af, and anything that needs more than one input or produces more than one output needs -filter_complex instead.
