Metadata-Version: 2.1
Name: bob.io.video
Version: 3.0.5
Summary: Video I/O support for Bob
Home-page: http://gitlab.idiap.ch/bob/bob.io.video
Author: Andre Anjos
Author-email: andre.anjos@idiap.ch
License: BSD
Platform: UNKNOWN
Classifier: Framework :: Bob
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Environment :: Plugins
License-File: LICENSE

.. vim: set fileencoding=utf-8 :
.. Sun 14 Aug 2016 18:25:23 CEST

.. image:: https://img.shields.io/badge/docs-v3.0.5-orange.svg
   :target: https://www.idiap.ch/software/bob/docs/bob/bob.io.video/v3.0.5/index.html
.. image:: https://gitlab.idiap.ch/bob/bob.io.video/badges/v3.0.5/pipeline.svg
   :target: https://gitlab.idiap.ch/bob/bob.io.video/commits/v3.0.5
.. image:: https://gitlab.idiap.ch/bob/bob.io.video/badges/v3.0.5/coverage.svg
   :target: https://gitlab.idiap.ch/bob/bob.io.video/commits/v3.0.5
.. image:: https://img.shields.io/badge/gitlab-project-0000c0.svg
   :target: https://gitlab.idiap.ch/bob/bob.io.video


===========================
 Video I/O Support for Bob
===========================

This package is part of the signal-processing and machine learning toolbox
Bob_. It contains support for Video I/O in Bob. Video reading and writing is
implemented using either FFmpeg or LibAV, whichever is installed. By importing
this package, you activate a transparent plugin that makes possible reading and
writing video files using ``bob.io.base`` functionalities.


Installation
------------

Complete Bob's `installation`_ instructions. Then, to install this package,
run::

  $ conda install bob.io.video


Contact
-------

For questions or reporting issues to this software package, contact our
development `mailing list`_.


.. Place your references here:
.. _bob: https://www.idiap.ch/software/bob
.. _installation: https://www.idiap.ch/software/bob/install
.. _mailing list: https://www.idiap.ch/software/bob/discuss


