It aims to be easier to read and easier to navigate.
FFmpeg 7.1 was released on (changes).
It aims to be easier to read and easier to navigate.
FFmpeg 7.1 was released on (changes).
Each filter has its own dedicated page.
Filters are organized into groups (like Filters / Audio, or Sources / Multimedia).
The groups are guessed from the section headers in the official documentation.
All pages have a search box to jump to another filter.
It can be focused by pressing the key /, and then use arrows (↓, ↑) to select one of the results.
The filter's description in the search results is the first sentence of its documentation.
Many code snippets are rendered with syntax highlighting.
This is an example from the overlay filter:ffmpeg -i left.avi -i right.avi -filter_complex " nullsrc=size=200x100 [background]; [0:v] setpts=PTS-STARTPTS, scale=100x100 [left]; [1:v] setpts=PTS-STARTPTS, scale=100x100 [right]; [background][left] overlay=shortest=1 [background+left]; [background+left][right] overlay=shortest=1:x=100 [left+right] "
The highlighting is inferred from the content, so it may not work in some cases. The official documentation does not specify the language in which the snippets are written.
Responsive design for smaller screens.
Dark and light themes.
Documentation for all major.minor versions, under Other Vers. in the sidebar.
This is helpful when you have to use an older version of FFmpeg.
The Version Matrix shows which filters are available in each FFmpeg version.