[FFmpeg-cvslog] Mention in the documentation that fieldmatch needs cfr input.

Carl Eugen Hoyos git at videolan.org
Wed Oct 29 02:55:43 CET 2014


ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Wed Oct 29 01:59:52 2014 +0100| [238ed47faeadf4ed0008da774cf61d6b224e4254] | committer: Carl Eugen Hoyos

Mention in the documentation that fieldmatch needs cfr input.

This can be improved in the decimate filter but for the moment
explicitely mentioning that mixed telecined and progressive
content is unsupported is an improvement.

Fixes ticket #3968.

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

 doc/filters.texi |    4 ++++
 1 file changed, 4 insertions(+)

diff --git a/doc/filters.texi b/doc/filters.texi
index c70ddf3..01eb893 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -4447,6 +4447,10 @@ 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 filter accepts the following options:
 
 @table @option



More information about the ffmpeg-cvslog mailing list