Blame doc/man3/libquvi.3.txt

Packit 3ff1e7
libquvi(3)
Packit 3ff1e7
==========
Packit 3ff1e7
Packit 3ff1e7
NAME
Packit 3ff1e7
----
Packit 3ff1e7
libquvi - Overview of the library
Packit 3ff1e7
Packit 3ff1e7
DESCRIPTION
Packit 3ff1e7
-----------
Packit 3ff1e7
libquvi is a cross-platform library with C API for parsing adobe
Packit 3ff1e7
flash media properties. "quvi" is an acronym for "query video".
Packit 3ff1e7
Packit 3ff1e7
ENVIRONMENT
Packit 3ff1e7
-----------
Packit 3ff1e7
Packit 3ff1e7
LIBQUVI_EXCLUSIVE_SCRIPTS_DIR::
Packit 3ff1e7
  When defined, the library will *only* use those scripts found at the
Packit 3ff1e7
  directories specified by the LIBQUVI_SCRIPTS_DIR.
Packit 3ff1e7
+
Packit 3ff1e7
NOTE: Useful, for example, when the current set of the scripts at
Packit 3ff1e7
      $top_srcdir/share/ (of libquvi-scripts) are being tested by the
Packit 3ff1e7
      testsuite of the libquvi-scripts.  The library would, otherwise,
Packit 3ff1e7
      include the scripts from the libquvi-scripts instance built with
Packit 3ff1e7
      the library and likely interfere with the tests.
Packit 3ff1e7
Packit 3ff1e7
LIBQUVI_SCRIPTS_DIR::
Packit 3ff1e7
  The library will additionally look in the colon-separated list of
Packit 3ff1e7
  directories specified by the LIBQUVI_SCRIPTS_DIR environment variable.
Packit 3ff1e7
Packit 3ff1e7
LIBQUVI_SCRIPTS_VERBOSE::
Packit 3ff1e7
  When defined, enables the output from any libquvi scripts using the
Packit 3ff1e7
  debug facility ('quvi/debug' module).
Packit 3ff1e7
Packit 3ff1e7
LIBQUVI_SHOW_DIR::
Packit 3ff1e7
  When defined, the library will output the paths of the searched
Packit 3ff1e7
  directories to the stderr.
Packit 3ff1e7
Packit 3ff1e7
LIBQUVI_SHOW_SCRIPT::
Packit 3ff1e7
  When defined, the library will output the file names of the found
Packit 3ff1e7
  scripts to stderr. The output will also indicate whether the script
Packit 3ff1e7
  was accepted by the library.
Packit 3ff1e7
Packit 3ff1e7
Proxy::
Packit 3ff1e7
  libquvi uses linkman:libcurl[3]. See the libcurl documentation (C API
Packit 3ff1e7
  and/or linkman:curl[1]) for a complete list of the supported proxy
Packit 3ff1e7
  environment variables.
Packit 3ff1e7
Packit 3ff1e7
SEE ALSO
Packit 3ff1e7
--------
Packit 3ff1e7
linkman:libquvi-scripts[7], linkman:quvi[1], linkman:quvi-object[7],
Packit 3ff1e7
linkman:quvi-modules[7], linkman:quvi-modules-3rdparty[7]
Packit 3ff1e7
Packit 3ff1e7
include::../footer.txt[]