[FFmpeg-cvslog] doc/avconv: remove entries for nonexistent options

Anton Khirnov git at videolan.org
Mon Sep 12 00:38:59 CEST 2011


ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Sat Sep  3 07:08:55 2011 +0200| [d3d6a2582e68bb503cd8a5e8a23cd623549779c7] | committer: Anton Khirnov

doc/avconv: remove entries for nonexistent options

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d3d6a2582e68bb503cd8a5e8a23cd623549779c7
---

 doc/avconv.texi |   58 -------------------------------------------------------
 1 files changed, 0 insertions(+), 58 deletions(-)

diff --git a/doc/avconv.texi b/doc/avconv.texi
index 1bab785..5382993 100644
--- a/doc/avconv.texi
+++ b/doc/avconv.texi
@@ -442,50 +442,6 @@ Try just the (0, 0) vector.
 exhaustive search (slow and marginally better than epzs)
 @end table
 
- at item -dct_algo @var{algo}
-Set DCT algorithm to @var{algo}. Available values are:
- at table @samp
- at item 0
-FF_DCT_AUTO (default)
- at item 1
-FF_DCT_FASTINT
- at item 2
-FF_DCT_INT
- at item 3
-FF_DCT_MMX
- at item 4
-FF_DCT_MLIB
- at item 5
-FF_DCT_ALTIVEC
- at end table
-
- at item -idct_algo @var{algo}
-Set IDCT algorithm to @var{algo}. Available values are:
- at table @samp
- at item 0
-FF_IDCT_AUTO (default)
- at item 1
-FF_IDCT_INT
- at item 2
-FF_IDCT_SIMPLE
- at item 3
-FF_IDCT_SIMPLEMMX
- at item 4
-FF_IDCT_LIBMPEG2MMX
- at item 5
-FF_IDCT_PS2
- at item 6
-FF_IDCT_MLIB
- at item 7
-FF_IDCT_ARM
- at item 8
-FF_IDCT_ALTIVEC
- at item 9
-FF_IDCT_SH4
- at item 10
-FF_IDCT_SIMPLEARM
- at end table
-
 @item -er @var{n}
 Set error resilience to @var{n}.
 @table @samp
@@ -522,27 +478,13 @@ FF_MB_DECISION_BITS: Choose the one which needs the fewest bits.
 FF_MB_DECISION_RD: rate distortion
 @end table
 
- at item -4mv
-Use four motion vector by macroblock (MPEG-4 only).
- at item -part
-Use data partitioning (MPEG-4 only).
 @item -bug @var{param}
 Work around encoder bugs that are not auto-detected.
 @item -strict @var{strictness}
 How strictly to follow the standards.
- at item -aic
-Enable Advanced intra coding (h263+).
- at item -umv
-Enable Unlimited Motion Vector (h263+)
 
 @item -deinterlace
 Deinterlace pictures.
- at 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 with
- at option{-deinterlace}, but deinterlacing introduces losses.
 @item -vstats
 Dump video coding statistics to @file{vstats_HHMMSS.log}.
 @item -vstats_file @var{file}



More information about the ffmpeg-cvslog mailing list