add more metadata
This commit is contained in:
parent
93bb914f5e
commit
d761d93f8c
2 changed files with 5 additions and 0 deletions
2
README
2
README
|
@ -1,5 +1,7 @@
|
||||||
oxtimelines - create timeline from video
|
oxtimelines - create timeline from video
|
||||||
|
|
||||||
|
https://wiki.0x2620.org/wiki/oxtimelines
|
||||||
|
|
||||||
This program takes one or more video files as input and outputs timeline images.
|
This program takes one or more video files as input and outputs timeline images.
|
||||||
If a cuts path is given, it also outputs a json file containing cuts. If in and
|
If a cuts path is given, it also outputs a json file containing cuts. If in and
|
||||||
out points are given, only that part of the video(s) will be rendered.
|
out points are given, only that part of the video(s) will be rendered.
|
||||||
|
|
3
setup.py
3
setup.py
|
@ -27,6 +27,9 @@ setup(name='oxtimelines',
|
||||||
],
|
],
|
||||||
author='0x2620',
|
author='0x2620',
|
||||||
author_email='0x2620@0x2620.org',
|
author_email='0x2620@0x2620.org',
|
||||||
|
url="https://wiki.0x2620.org/wiki/oxtimelines",
|
||||||
|
download_url="http://code.0x2620.org/oxtimelines/download",
|
||||||
|
license="GPLv3",
|
||||||
description='extract timelines from videos',
|
description='extract timelines from videos',
|
||||||
classifiers=[
|
classifiers=[
|
||||||
'Development Status :: 5 - Production/Stable',
|
'Development Status :: 5 - Production/Stable',
|
||||||
|
|
Loading…
Reference in a new issue