doc/ffmpeg.texi: drop a non-existent option

-ilme has not existed for 17 years, since
637b5326f3
This commit is contained in:
Anton Khirnov 2022-11-24 12:51:39 +01:00
parent f566032bfd
commit 1a6ba73ff7
1 changed files with 0 additions and 6 deletions

View File

@ -1011,12 +1011,6 @@ list separated with slashes. Two first values are the beginning and
end frame numbers, last one is quantizer to use if positive, or quality
factor if negative.
@item -ilme
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 by use of a filter
such as @code{yadif} or @code{bwdif}, but deinterlacing introduces losses.
@item -psnr
Calculate PSNR of compressed frames. This option is deprecated, pass the
PSNR flag to the encoder instead, using @code{-flags +psnr}.