Skip to content

collab-project/django-encode

Repository files navigation

django-encode

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

image

image

image

image

image

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. This installs a fork of python-video-converter that supports ffmpeg 2.x and newer:

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

Documentation

Documentation can be found on readthedocs.io.