Skip to content

collab-project/django-encode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2c1c9d8 · Apr 10, 2017

History

76 Commits
Sep 30, 2016
Apr 10, 2017
Jun 17, 2016
Sep 17, 2015
Apr 10, 2017
Mar 11, 2015
Dec 15, 2015
May 22, 2016
Feb 17, 2016
Apr 10, 2017
Apr 10, 2017
Apr 10, 2017

Repository files navigation

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. 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.