[FFmpeg-cvslog] doc/fftools-common-opts: document -help long and full output

Stefano Sabatini git at videolan.org
Tue Sep 17 12:33:00 CEST 2013


ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Tue Sep 17 00:14:54 2013 +0200| [4149981b376d010f99864dc54ff2f7013ccf0a9f] | committer: Stefano Sabatini

doc/fftools-common-opts: document -help long and full output

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

 doc/fftools-common-opts.texi |   11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/doc/fftools-common-opts.texi b/doc/fftools-common-opts.texi
index 3892a4a..2d31199 100644
--- a/doc/fftools-common-opts.texi
+++ b/doc/fftools-common-opts.texi
@@ -59,10 +59,18 @@ Show license.
 
 @item -h, -?, -help, --help [@var{arg}]
 Show help. An optional parameter may be specified to print help about a specific
-item.
+item. If no argument is specified, only basic (non advanced) tool
+options are shown.
 
 Possible values of @var{arg} are:
 @table @option
+ at item long
+Print advanced tool options in addition to the basic tool options.
+
+ at item full
+Print complete list of options, including shared and private options
+for encoders, decoders, demuxers, muxers, filters, etc.
+
 @item decoder=@var{decoder_name}
 Print detailed information about the decoder named @var{decoder_name}. Use the
 @option{-decoders} option to get a list of all decoders.
@@ -82,7 +90,6 @@ Print detailed information about the muxer named @var{muxer_name}. Use the
 @item filter=@var{filter_name}
 Print detailed information about the filter name @var{filter_name}. Use the
 @option{-filters} option to get a list of all filters.
-
 @end table
 
 @item -version



More information about the ffmpeg-cvslog mailing list