Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Websites UFRPE
Wagtail Videos
Commits
1a5a204e
Commit
1a5a204e
authored
Jul 06, 2016
by
Seb
Browse files
housekeeping
parent
4098444c
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.rst
View file @
1a5a204e
=================================================
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
setup.py
View file @
1a5a204e
...
...
@@ -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
=
[
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment