Commit 3cf0c959 authored by Carl Eugen Hoyos's avatar Carl Eugen Hoyos

doc: Explain how to use the fps and the fieldmatch filter together.

Fixes ticket #3968.
parent fddcd9e5
......@@ -5483,8 +5483,9 @@ which @code{fieldmatch} is based on. While the semantic and usage are very
close, some behaviour and options names can differ.
The @ref{decimate} filter currently only works for constant frame rate input.
Do not use @code{fieldmatch} and @ref{decimate} if your input has mixed
telecined and progressive content with changing framerate.
If your input has mixed telecined (30fps) and progressive content with a lower
framerate like 24fps use the following filterchain to produce the necessary cfr
stream: @code{dejudder,fps=30000/1001,fieldmatch,decimate}.
The filter accepts the following options:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment