summaryrefslogtreecommitdiff
path: root/doc/avconv.texi
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2012-01-30 16:05:28 +0100
committerAnton Khirnov <anton@khirnov.net>2012-01-30 21:43:08 +0100
commitd7edd359ec28142120eb7fde77b775309b6038d8 (patch)
tree254ebcf196db8efd23664f78194b9ea23d71f1da /doc/avconv.texi
parentc9b309e8cbc460beb50fffce6c38054f9cbdecfc (diff)
avconv: deprecate the -deinterlace option
Its quality is horrible, yadif should always be used instead.
Diffstat (limited to 'doc/avconv.texi')
-rw-r--r--doc/avconv.texi2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/avconv.texi b/doc/avconv.texi
index 0a83326379..6d96a2f0d3 100644
--- a/doc/avconv.texi
+++ b/doc/avconv.texi
@@ -528,6 +528,8 @@ How strictly to follow the standards.
@item -deinterlace
Deinterlace pictures.
+This option is deprecated since the deinterlacing is very low quality.
+Use the yadif filter with @code{-filter:v yadif}.
@item -vstats
Dump video coding statistics to @file{vstats_HHMMSS.log}.
@item -vstats_file @var{file}