{ "info": { "author": "Joshua Goddard", "author_email": "joshua.goddard@students.mq.edu.au", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Framework :: Django", "Framework :: Django :: 1.10", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Natural Language :: English", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5" ], "description": "=============================\nsignbank-video\n=============================\n\n.. image:: https://badge.fury.io/py/signbank-video.png\n :target: https://badge.fury.io/py/signbank-video\n\n.. image:: https://travis-ci.org/hujosh/signbank-video.png?branch=master\n :target: https://travis-ci.org/hujosh/signbank-video\n \n.. image:: https://codecov.io/gh/hujosh/signbank-video/branch/master/graph/badge.svg\n :target: https://codecov.io/gh/hujosh/signbank-video\n\n\n \nThe video component of the Signbank app\n\nDocumentation\n-------------\n\nThe full documentation is at https://signbank-video.readthedocs.org.\n\nQuickstart\n----------\n\nInstall signbank-video::\n\n pip install signbank-video\n\nThen use it in a project::\n\n import video\n \nYou must define the following variables in ``settings.py``:\n\n* ``FFMPEG_PROGRAM = \"/usr/bin/ffmpeg``\n* ``FFMPEG_TIMEOUT = 60``\n* ``FFMPEG_OPTIONS = [\"-vcodec\", \"h264\", \"-an\"]`` \n* ``VIDEO_ASPECT_RATIO = 3.0/4.0``\n \n\nThese variables control ``ffmpeg``, a program that the video app requires\nand uses for extracting a frame from a video (a frame is a thumbnail). \nYou can download it here: https://www.ffmpeg.org/download.html.\nThe value of ``FFMPEG_PROGRAM`` on my system is ``/usr/bin/ffmpeg``, but on\nyour system it might be different; it all depends on where the installer puts\nthe ``ffmpeg`` executable.\n\nYour must also define these following variables in ``settings.py``:\n\n* ``VIDEO_UPLOAD_LOCATION = \"upload\"``\n* ``GLOSS_VIDEO_DIRECTORY = \"video\"``\n* ``MEDIA_ROOT = os.path.join(os.path.dirname(os.path.abspath(__file__)), media)``\n\n``MEDIA_ROOT`` is the root directory for your media, so for the video app it's the\nroot directory for all of the videos. ``VIDEO_UPLOAD_LOCATION``, and \n``GLOSS_VIDEO_DIRECTORY`` are directories inside of ``MEDIA_ROOT`` that contain\nuser uploaded videos, and videos of each sign, respectively.\n\nYou must also define these following variables in ``settings.py``:\n\n* ``LANGUAGE_NAME = \"Auslan\"``\n* ``COUNTRY_NAME = \"Australia\"``\n* ``SITE_TITLE = \"Signbank\"``\n\nFinally, you must also add ``video`` to the ``INSTALLED_APPS`` variable of\n``settings.py``.\n\nFeatures\n--------\n\n* TODO\n\nRunning Tests\n--------------\n\nDoes the code actually work?\n\n::\n\n source /bin/activate\n (myenv) $ pip install -r requirements_test.txt\n (myenv) $ python runtests.py\n\nCredits\n---------\n\nTools used in rendering this package:\n\n* Cookiecutter_\n* `cookiecutter-djangopackage`_\n\n.. _Cookiecutter: https://github.com/audreyr/cookiecutter\n.. _`cookiecutter-djangopackage`: https://github.com/pydanny/cookiecutter-djangopackage\n\n\n\n\nHistory\n-------\n\n1.10 (2016-09-20)\n++++++++++++++++++\n\n* First release on PyPI.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/hujosh/signbank-video", "keywords": "signbank-video", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "signbank-video", "package_url": "https://pypi.org/project/signbank-video/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/signbank-video/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/hujosh/signbank-video" }, "release_url": "https://pypi.org/project/signbank-video/1.10/", "requires_dist": null, "requires_python": null, "summary": "The video component of the Signbank app", "version": "1.10" }, "last_serial": 2448634, "releases": { "1.10": [] }, "urls": [] }