-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
70 lines (45 loc) · 2.13 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
Videoencoding is a module for the Tchaker module for the Ikaaro CMS.
It use Ffmpeg and x264 for encoding submited video int the Tchacker.
The videos are displayed with the Flowplayer player, which is included.
Requirements
============
Software Version Used by Home
---------- ------- ---------------- --------------------------------------
itools 0.62.1 https://www.github.com/hforge/itools
ikaaro 0.62.1 https://www.github.com/hforge/ikaaro
tchacker 0.62 https://www.github/Ramel/tchacker
ffmpeg https://ffmpeg.org/trac/ffmpeg/wiki/UbuntuCompilationGuide
x264
Install
=============
If you are reading this instructions you probably have already unpacked
the ikaaro tarball with the command line:
$ tar xzf videoencoding-X.Y.Z.tar.gz
And changed the working directory this way:
$ cd videoencoding-X.Y.Z
So now to install ikaaro you just need to type this:
$ python setup.py install
In the Ikaaro instance folder, edit the config.conf file:
$ vim .databases/IKAARO_INSTANCE_FOLDER/config.conf
Edit the module import line:
modules = tchacker videoencoding thickbox
Copyright
=============
Copyright (C) 2009-2012 Armel FORTUN
Check the CREDITS.txt file for the list of authors.
Includes some external free software:
Software License Home
-------------- ------- -----------------------------------------
Flowplayer GPL http://flowplayer.org
License
=============
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.