[FFmpeg-cvslog] Improve the fieldmatch documentation about mixed telecined content.

Carl Eugen Hoyos git at videolan.org
Wed Oct 29 10:19:16 CET 2014


ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Wed Oct 29 10:17:37 2014 +0100| [fd1652b3ba6c74ff2a6a1640053283010c172a88] | committer: Carl Eugen Hoyos

Improve the fieldmatch documentation about mixed telecined content.

The fieldmatch filter has no problem with mixed telecined and
progressive content but the decimate filter does not detect the
changing framerate and drops progressive frames.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=fd1652b3ba6c74ff2a6a1640053283010c172a88
---

 doc/filters.texi |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/filters.texi b/doc/filters.texi
index 01eb893..7be29de 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -4447,9 +4447,9 @@ and VIVTC/VFM (VapourSynth project). The later is a light clone of TFM from
 which @code{fieldmatch} is based on. While the semantic and usage are very
 close, some behaviour and options names can differ.
 
-The filter currently only works for constant frame rate input. Do not use it
-if your input has mixed telecined and progressive content with changing
-framerate.
+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.
 
 The filter accepts the following options:
 



More information about the ffmpeg-cvslog mailing list