diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2014-04-07 01:49:40 +0000 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2014-04-08 23:24:42 +0200 |
commit | 0d671ade99059fd47b155df85c10c35eb6d54878 (patch) | |
tree | 85a6121bde7564c7daccab0fc3c48cba8c259e91 | |
parent | be59675add2a05a7400b1abf86201ab069d7b1dd (diff) | |
download | ffmpeg-0d671ade99059fd47b155df85c10c35eb6d54878.tar.gz |
doc: Use a 3 columns multitable
Make the html output much nicer.
-rw-r--r-- | doc/encoders.texi | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/doc/encoders.texi b/doc/encoders.texi index 21beb17cb5..d99eda74fe 100644 --- a/doc/encoders.texi +++ b/doc/encoders.texi @@ -576,13 +576,13 @@ a list of key=value tuples as accepted by x264_param_parse. The following options are supported by the x264 wrapper, the x264-equivalent options follow the Libav ones. -@multitable @columnfractions .2 .2 +@multitable { } { } { } @item b @tab bitrate -Libav @code{b} option is expressed in bits/s, x264 @code{bitrate} in kilobits/s. +@tab Libav @code{b} option is expressed in bits/s, x264 @code{bitrate} in kilobits/s. @item bf @tab bframes -Maximum number of B-frames. +@tab Maximum number of B-frames. @item g @tab keyint -Maximum GOP size. +@tab Maximum GOP size. @item qmin @tab qpmin @item qmax @tab qpmax @item qdiff @tab qpstep @@ -592,23 +592,23 @@ Maximum GOP size. @item sc_threshold @tab scenecut @item trellis @tab trellis @item nr @tab nr -Noise reduction. +@tab Noise reduction. @item me_range @tab merange @item me_method @tab me @item subq @tab subme @item b_strategy @tab b-adapt @item keyint_min @tab keyint-min @item coder @tab cabac -Set coder to @code{ac} to use CABAC. +@tab Set coder to @code{ac} to use CABAC. @item cmp @tab chroma-me -Set to @code{chroma} to use chroma motion estimation. +@tab Set to @code{chroma} to use chroma motion estimation. @item threads @tab threads @item thread_type @tab sliced_threads -Set to @code{slice} to use sliced threading instead of frame threading. +@tab Set to @code{slice} to use sliced threading instead of frame threading. @item flags -cgop @tab open-gop -Set @code{-cgop} to use recovery points to close GOPs. +@tab Set @code{-cgop} to use recovery points to close GOPs. @item rc_init_occupancy @tab vbv-init -Initial buffer occupancy. +@tab Initial buffer occupancy. @end multitable @subsection Private Options |