[FFmpeg-devel] [PATCH] doc/ffmpeg: remove reference to non-existent option

Moritz Barsnick barsnick at gmx.net
Tue Jul 17 12:36:16 EEST 2018


The "-deinterlace" option was removed in 481575d255195c6c2f32e04686b94de984ae78d4,
over five years ago. Refer to deinterlacing filters instead.

Signed-off-by: Moritz Barsnick <barsnick at gmx.net>
---
 doc/ffmpeg.texi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi
index 3717f22d42..071ed7b1bc 100644
--- a/doc/ffmpeg.texi
+++ b/doc/ffmpeg.texi
@@ -835,8 +835,8 @@ factor if negative.
 Force interlacing support in encoder (MPEG-2 and MPEG-4 only).
 Use this option if your input file is interlaced and you want
 to keep the interlaced format for minimum losses.
-The alternative is to deinterlace the input stream with
- at option{-deinterlace}, but deinterlacing introduces losses.
+The alternative is to deinterlace the input stream by use of a filter
+such as @code{yadif} or @code{bwdif}, but deinterlacing introduces losses.
 @item -psnr
 Calculate PSNR of compressed frames.
 @item -vstats
-- 
2.14.4



More information about the ffmpeg-devel mailing list