Skip to content

luismejiadev/python-video-converter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%