django-encode

Django media encoding.


License
MIT
Install
pip install django-encode==1.0.4

Documentation

django-encode

django-encode allows you to encode and transfer media files async.

https://travis-ci.org/collab-project/django-encode.svg?branch=master

Installation

Use pip to install the download and install the package from PyPi:

pip install django-encode

Or checkout the source code from Github:

git clone https://github.com/collab-project/django-encode.git
cd django-encode
pip install -e .

The dependency python-video-converter is not available on PyPi and needs to be installed manually:

pip install -e git+https://github.com/thijstriemstra/python-video-converter.git#egg=python-video-converter

Documentation

Documentation can be found on readthedocs.org.