AVFilter
AVFilter is a component of the FFmpeg multimedia framework. It provides a powerful and flexible way to process audio and video streams. AVFilter allows users to apply a wide variety of filters to these streams, enabling operations such as scaling, cropping, color correction, deinterlacing, audio mixing, and many more.
The core concept of AVFilter is the filter graph. A filter graph is a directed acyclic graph
FFmpeg provides a rich set of built-in filters accessible through the AVFilter API. These filters cover a