Commit 1a5a204e authored by Seb's avatar Seb
Browse files

housekeeping

parent 4098444c
=================================================
DO NOT USE THIS, IT IS BROKE AND BEING DEVELOPED.
Work in progress
=================================================
......@@ -7,18 +7,25 @@ DO NOT USE THIS, IT IS BROKE AND BEING DEVELOPED.
wagtailvideos
=============
A wagtail module for uploading and displaying videos in various codecs.
Based on wagtailimages. The aim was to have feature parity with images but for html5 videos.
Must have have ffmpeg installed with the correct codecs *(todo: put codec requirements here )* to be able to use the transcoding feature.
Installing
==========
**This package is not on PyPI yet**yayyy
Install using pip::
pip install wagtailvideos
**This package is not on PyPI yet**
It works with Wagtail 1.4 and upwards.
Using
=====
TODO
On a page model:
//TODO
In template
//TODO
How to transcode using ffmpeg
//TODO
......@@ -13,8 +13,8 @@ setup(
version='0.1.0',
description="A wagtail module for uploading and displaying videos in various codecs.",
long_description=readme,
author='Liam Brenner',
author_email='liam@takeflight.com.au',
author='Takeflight',
author_email='developers@takeflight.com.au',
url='https://github.com/takeflight/wagtailvideos',
install_requires=[
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment