diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-12-30 02:12:49 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-12-30 02:12:53 +0100 |
commit | 4aa9c91508203fdcaa687abff2d8d4ae46d4cde6 (patch) | |
tree | 720510e61e5045d8775eff5219c8e82799ebd029 /doc/fftools-common-opts.texi | |
parent | e80aa47abf74b9dda336d3e156fb49402093ec44 (diff) | |
parent | de40905f55cdd668b50a143f8e30936d22a09a37 (diff) | |
download | ffmpeg-4aa9c91508203fdcaa687abff2d8d4ae46d4cde6.tar.gz |
Merge remote-tracking branch 'cehoyos/master'
* cehoyos/master:
Fix condition for transparency warning in xsub encoder.
Allow hiding the banner.
Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/fftools-common-opts.texi')
-rw-r--r-- | doc/fftools-common-opts.texi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/fftools-common-opts.texi b/doc/fftools-common-opts.texi index ff6478a1de..dcfe9b5a35 100644 --- a/doc/fftools-common-opts.texi +++ b/doc/fftools-common-opts.texi @@ -194,6 +194,13 @@ to a plain @code{%} Errors in parsing the environment variable are not fatal, and will not appear in the report. +@item -hide_banner +Suppress printing banner. + +All FFmpeg tools will normally show a copyright notice, build options +and library versions. This option can be used to suppress printing +this information. + @item -cpuflags flags (@emph{global}) Allows setting and clearing cpu flags. This option is intended for testing. Do not use it unless you know what you're doing. |