/python-video-converter

Python Video Converter (ffmpeg wrapper)

Primary LanguagePython

Video Converter
===============

This is a video conversion library for Python, that makes
use of external ffmpeg utilities for the heavy lifting.

There's a fair amount of documentation in doc/ directory.
To generate it from Sphinx sources, use:

    python setup.py doc

and then visit doc/_build/html/index.html.

To run the automated tests:

    python setup.py test

To install the package:

    python setup.py install