diff options
author | Anton Khirnov <anton@khirnov.net> | 2013-05-04 14:15:06 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2013-05-07 12:31:55 +0200 |
commit | 481575d255195c6c2f32e04686b94de984ae78d4 (patch) | |
tree | 57c743074d8bf739dd3d64cd97806afe9d46bded /doc | |
parent | a97d8cc16e0da30c9ffefa1ede2a0adf3db5f3f8 (diff) | |
download | ffmpeg-481575d255195c6c2f32e04686b94de984ae78d4.tar.gz |
avconv: remove -deinterlace
It is incompatible with refcounted frames and since it's been deprecated
for a long time now, fixing it is not worth the effort.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/avconv.texi | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/avconv.texi b/doc/avconv.texi index 3e1dc4cf34..1842422610 100644 --- a/doc/avconv.texi +++ b/doc/avconv.texi @@ -521,10 +521,6 @@ Discard threshold. @item -rc_override[:@var{stream_specifier}] @var{override} (@emph{output,per-stream}) rate control override for specific intervals -@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} |