From 5226be0dd5167581277857fa267c7ad32a1aefaa Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Sun, 1 Jan 2012 17:19:58 +0100 Subject: ffprobe: add -show_program_version and -show_library_versions options --- doc/ffprobe.texi | 17 +++++++++++++++++ doc/ffprobe.xsd | 26 ++++++++++++++++++++++++++ 2 files changed, 43 insertions(+) (limited to 'doc') diff --git a/doc/ffprobe.texi b/doc/ffprobe.texi index a49c3f803c..66e3755118 100644 --- a/doc/ffprobe.texi +++ b/doc/ffprobe.texi @@ -133,6 +133,23 @@ particular shown element. This option is enabled by default, but you may need to disable it for specific uses, for example when creating XSD-compliant XML output. +@item -show_program_version +Show information related to program version. + +Version information is printed within a section with name +"PROGRAM_VERSION". + +@item -show_library_versions +Show information related to library versions. + +Version information for each library is printed within a section with +name "LIBRARY_VERSION". + +@item -show_versions +Show information related to program and library versions. This is the +equivalent of setting both @option{-show_program_version} and +@option{-show_library_versions} options. + @item -i @var{input_file} Read @var{input_file}. diff --git a/doc/ffprobe.xsd b/doc/ffprobe.xsd index d6947649ff..e8269de333 100644 --- a/doc/ffprobe.xsd +++ b/doc/ffprobe.xsd @@ -13,6 +13,8 @@ + + @@ -131,4 +133,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3