[SCM] libav/experimental: Factorize common options documentation.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:56:18 UTC 2013


The following commit has been merged in the experimental branch:
commit 5f6cb6eb9c45a02f591645abd5b1040069a19e81
Author: Stefano Sabatini <stefano.sabatini-lala at poste.it>
Date:   Mon Dec 21 21:32:09 2009 +0000

    Factorize common options documentation.
    
    Originally committed as revision 20907 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/doc/ffmpeg-doc.texi b/doc/ffmpeg-doc.texi
index f5c0e64..0734189 100644
--- a/doc/ffmpeg-doc.texi
+++ b/doc/ffmpeg-doc.texi
@@ -225,53 +225,7 @@ specified for the inputs.
 @section Main options
 
 @table @option
- at item -L
-Show license.
-
- at item -h, -?, -help, --help
-Show help.
-
- at item -version
-Show version.
-
- at item -formats
-Show available formats.
-
-The fields preceding the format names have the following meanings:
- at table @samp
- at item D
-Decoding available
- at item E
-Encoding available
- at end table
-
- at item -codecs
-Show available codecs.
-
-The fields preceding the codec names have the following meanings:
- at table @samp
- at item D
-Decoding available
- at item E
-Encoding available
- at item V/A/S
-Video/audio/subtitle codec
- at item S
-Codec supports slices
- at item D
-Codec supports direct rendering
- at item T
-Codec can handle input truncated at random locations instead of only at frame boundaries
- at end table
-
- at item -bsfs
-Show available bitstream filters.
-
- at item -protocols
-Show available protocols.
-
- at item -filters
-Show available libavfilter filters.
+ at include fftools-common-opts.texi
 
 @item -f @var{fmt}
 Force format.
@@ -316,20 +270,6 @@ ffmpeg -i in.avi -metadata title="my title" out.flv
 @item -v @var{number}
 Set the logging verbosity level.
 
- at item -loglevel @var{loglevel}
-Set the logging level used by the library.
- at var{loglevel} is a number or a string containing one of the following values:
- at table @samp
- at item quiet
- at item panic
- at item fatal
- at item error
- at item warning
- at item info
- at item verbose
- at item debug
- at end table
-
 @item -target @var{type}
 Specify target file type ("vcd", "svcd", "dvd", "dv", "dv50", "pal-vcd",
 "ntsc-svcd", ... ). All the format options (bitrate, codecs,
diff --git a/doc/ffplay-doc.texi b/doc/ffplay-doc.texi
index a544d61..2b1df55 100644
--- a/doc/ffplay-doc.texi
+++ b/doc/ffplay-doc.texi
@@ -29,22 +29,7 @@ ffplay [options] @file{input_file}
 @section Main options
 
 @table @option
- at item -h, -?, -help, --help
-Show help.
- at item -version
-Show version.
- at item -L
-Show license.
- at item -formats
-Show available formats.
- at item -codecs
-Show available codecs.
- at item -bsfs
-Show available bitstream filters.
- at item -protocols
-Show available protocols.
- at item -filters
-Show available libavfilter filters.
+ at include fftools-common-opts.texi
 @item -x @var{width}
 Force displayed width.
 @item -y @var{height}
@@ -64,20 +49,6 @@ Seek by bytes.
 Disable graphical display.
 @item -f @var{fmt}
 Force format.
- at item -loglevel @var{loglevel}
-Set the logging level used by the library.
- at var{loglevel} is a number or a string containing one of the following values:
- at table @samp
- at item quiet
- at item panic
- at item fatal
- at item error
- at item warning
- at item info
- at item verbose
- at item debug
- at end table
- at end table
 
 @section Advanced options
 @table @option
diff --git a/doc/ffserver-doc.texi b/doc/ffserver-doc.texi
index 8f0903f..444a8cd 100644
--- a/doc/ffserver-doc.texi
+++ b/doc/ffserver-doc.texi
@@ -237,36 +237,7 @@ ffserver [options]
 @section Options
 @c man begin OPTIONS
 @table @option
- at item -version
-Show version.
- at item -L
-Show license.
- at item -formats
-Show available formats.
- at item -codecs
-Show available codecs.
- at item -bsfs
-Show available bitstream filters.
- at item -protocols
-Show available protocols.
- at item -filters
-Show available libavfilter filters.
- at item -h, -?, -help, --help
-Show help.
- at item -loglevel @var{loglevel}
-Set the logging level used by the library.
- at var{loglevel} is a number or a string containing one of the following values:
- at table @samp
- at item quiet
- at item panic
- at item fatal
- at item error
- at item warning
- at item info
- at item verbose
- at item debug
- at end table
-
+ at include fftools-common-opts.texi
 @item -f @var{configfile}
 Use @file{configfile} instead of @file{/etc/ffserver.conf}.
 @item -n
diff --git a/doc/fftools-common-opts.texi b/doc/fftools-common-opts.texi
new file mode 100644
index 0000000..60b0500
--- /dev/null
+++ b/doc/fftools-common-opts.texi
@@ -0,0 +1,62 @@
+ at item -L
+Show license.
+
+ at item -h, -?, -help, --help
+Show help.
+
+ at item -version
+Show version.
+
+ at item -formats
+Show available formats.
+
+The fields preceding the format names have the following meanings:
+ at table @samp
+ at item D
+Decoding available
+ at item E
+Encoding available
+ at end table
+
+ at item -codecs
+Show available codecs.
+
+The fields preceding the codec names have the following meanings:
+ at table @samp
+ at item D
+Decoding available
+ at item E
+Encoding available
+ at item V/A/S
+Video/audio/subtitle codec
+ at item S
+Codec supports slices
+ at item D
+Codec supports direct rendering
+ at item T
+Codec can handle input truncated at random locations instead of only at frame boundaries
+ at end table
+
+ at item -bsfs
+Show available bitstream filters.
+
+ at item -protocols
+Show available protocols.
+
+ at item -filters
+Show available libavfilter filters.
+
+ at item -loglevel @var{loglevel}
+Set the logging level used by the library.
+ at var{loglevel} is a number or a string containing one of the following values:
+ at table @samp
+ at item quiet
+ at item panic
+ at item fatal
+ at item error
+ at item warning
+ at item info
+ at item verbose
+ at item debug
+ at end table
+

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list