diff options
author | Anton Khirnov <anton@khirnov.net> | 2012-01-30 16:05:28 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2012-01-30 21:43:08 +0100 |
commit | d7edd359ec28142120eb7fde77b775309b6038d8 (patch) | |
tree | 254ebcf196db8efd23664f78194b9ea23d71f1da /doc | |
parent | c9b309e8cbc460beb50fffce6c38054f9cbdecfc (diff) | |
download | ffmpeg-d7edd359ec28142120eb7fde77b775309b6038d8.tar.gz |
avconv: deprecate the -deinterlace option
Its quality is horrible, yadif should always be used instead.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/avconv.texi | 2 |
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} |