diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2014-10-29 01:59:52 +0100 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2014-10-29 01:59:52 +0100 |
commit | 238ed47faeadf4ed0008da774cf61d6b224e4254 (patch) | |
tree | 8322287e95c0a783eb7718116300ecf2d07251ae | |
parent | b608fba67265eae1d46d043793073afae80f4b42 (diff) | |
download | ffmpeg-238ed47faeadf4ed0008da774cf61d6b224e4254.tar.gz |
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.
-rw-r--r-- | doc/filters.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index c70ddf3b50..01eb8935b8 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 |