{
"info": {
"author": "Casper da Costa-Luis",
"author_email": "asper.dcl@physics.org",
"bugtrack_url": null,
"classifiers": [
"Development Status :: 3 - Alpha",
"Environment :: Console",
"Environment :: MacOS X",
"Environment :: Other Environment",
"Environment :: Win32 (MS Windows)",
"Environment :: X11 Applications",
"Framework :: IPython",
"Intended Audience :: Developers",
"Intended Audience :: Education",
"Intended Audience :: End Users/Desktop",
"Intended Audience :: Other Audience",
"Intended Audience :: System Administrators",
"License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)",
"Operating System :: MacOS :: MacOS X",
"Operating System :: Microsoft :: Windows",
"Operating System :: POSIX",
"Operating System :: POSIX :: BSD",
"Operating System :: POSIX :: BSD :: FreeBSD",
"Operating System :: POSIX :: Linux",
"Operating System :: POSIX :: SunOS/Solaris",
"Programming Language :: Python",
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.6",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.2",
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: Implementation",
"Programming Language :: Python :: Implementation :: IronPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Topic :: Desktop Environment",
"Topic :: Education :: Computer Aided Instruction (CAI)",
"Topic :: Education :: Testing",
"Topic :: Office/Business",
"Topic :: Other/Nonlisted Topic",
"Topic :: Software Development :: Build Tools",
"Topic :: Software Development :: Libraries",
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: Software Development :: User Interfaces",
"Topic :: System :: Monitoring",
"Topic :: Terminals",
"Topic :: Utilities"
],
"description": "|Logo|\n\nvid2gif\n=======\n\n|PyPI-Status| |PyPI-Versions|\n\n|Build-Status| |Coverage-Status| |Branch-Coverage-Status| |Codacy-Grade|\n\n|LICENCE|\n\nConvert a video or multiple images into an optimised GIF.\n\n- Suited for text such as console screen recordings.\n- Requires `gifsicle`, `convert` and `ffmpeg`/`avconv` binaries.\n\n\n------------------------------------------\n\n.. contents:: Table of contents\n :backlinks: top\n :local:\n\n\nInstallation\n------------\n\nLatest PyPI stable release\n~~~~~~~~~~~~~~~~~~~~~~~~~~\n\n|PyPI-Status|\n\n.. code:: sh\n\n pip install vid2gif\n\nLatest development release on github\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\n|GitHub-Status| |GitHub-Stars| |GitHub-Forks|\n\nPull and install in the current directory:\n\n.. code:: sh\n\n pip install -e git+https://github.com/casperdcl/vid2gif.git@master#egg=vid2gif\n\n\nChangelog\n---------\n\nThe list of all changes is available either on GitHub's Releases:\n|GitHub-Status| or on crawlers such as\n`allmychanges.com `_.\n\n\nUsage\n-----\n\n vid2gif [--help | options] ...\n\n\nDocumentation\n-------------\n\n|PyPI-Versions| |README-Hits| (Since 19 May 2016)\n\n.. code:: sh\n\n vid2gif --help\n\n.. code::\n\n -h, --help Print this help text and exit\n -v, --version Print version number and exit\n -a=, --avconv= FFMpeg executable in PATH [default: avconv]\n -c=, --convert= Conversion executable in PATH [default: convert]\n -C=, --cdepth= Colour conversion depth [default: 3]\n -d=, --dupdir= Directory to move duplicate input files into\n [default: vid2gif_dup]\n -D, --nodup Don't move duplicates (ignores `dupdir`)\n -g=, --gifsicle=\n gifsicle executable in PATH [default: gifsicle]\n -i, --interactive Pause and wait for the user to manually tweak images\n after video -> image conversion\n -l=, --log=\n Print various types of debugging information. Choices:\n CRITICAL|FATAL\n ERROR\n WARN(ING)\n [default: INFO]\n DEBUG\n NOTSET\n -L, --log-trace Print lots of debugging information (-D NOTSET)\n -n, --just-print Don't execute commands, just show them (dry-run, recon)\n -T=, --period= Frame period [default: 10]\n -t=, --tmpdir= Directory to use as scratch space\n [default: vid2gif_tmp]\n\n\nContributions\n-------------\n\nAll source code is hosted on `GitHub `__.\nContributions are welcome.\n\nSee the\n`CONTRIBUTE `__\nfile for more information.\n\n\nLICENCE\n-------\n\nOpen Source (OSI approved): |LICENCE|\n\nCitation information: |DOI-URI|\n\n\nAuthors\n-------\n\n- Casper da Costa-Luis (casperdcl)\n\n|README-Hits| (Since 2 Nov 2016)\n\n.. |Logo| image:: https://raw.githubusercontent.com/casperdcl/vid2gif/master/logo.png\n.. |Screenshot| image:: https://raw.githubusercontent.com/casperdcl/vid2gif/master/images/vid2gif.gif\n.. |Build-Status| image:: https://travis-ci.org/casperdcl/vid2gif.svg?branch=master\n :target: https://travis-ci.org/casperdcl/vid2gif\n.. |Coverage-Status| image:: https://coveralls.io/repos/casperdcl/vid2gif/badge.svg\n :target: https://coveralls.io/r/casperdcl/vid2gif\n.. |Branch-Coverage-Status| image:: https://codecov.io/github/casperdcl/vid2gif/coverage.svg?branch=master\n :target: https://codecov.io/github/casperdcl/vid2gif?branch=master\n.. |Codacy-Grade| image:: https://api.codacy.com/project/badge/Grade/3f965571598f44549c7818f29cdcf177\n :target: https://www.codacy.com/app/casperdcl/vid2gif?utm_source=github.com&utm_medium=referral&utm_content=casperdcl/vid2gif&utm_campaign=Badge_Grade\n.. |GitHub-Status| image:: https://img.shields.io/github/tag/casperdcl/vid2gif.svg?maxAge=2592000\n :target: https://github.com/casperdcl/vid2gif/releases\n.. |GitHub-Forks| image:: https://img.shields.io/github/forks/casperdcl/vid2gif.svg\n :target: https://github.com/casperdcl/vid2gif/network\n.. |GitHub-Stars| image:: https://img.shields.io/github/stars/casperdcl/vid2gif.svg\n :target: https://github.com/casperdcl/vid2gif/stargazers\n.. |PyPI-Status| image:: https://img.shields.io/pypi/v/vid2gif.svg\n :target: https://pypi.python.org/pypi/vid2gif\n.. |PyPI-Downloads| image:: https://img.shields.io/pypi/dm/vid2gif.svg\n :target: https://pypi.python.org/pypi/vid2gif\n.. |PyPI-Versions| image:: https://img.shields.io/pypi/pyversions/vid2gif.svg\n :target: https://pypi.python.org/pypi/vid2gif\n.. |LICENCE| image:: https://img.shields.io/pypi/l/vid2gif.svg\n :target: https://raw.githubusercontent.com/casperdcl/vid2gif/master/LICENCE\n.. |DOI-URI| image:: https://zenodo.org/badge/21637/casperdcl/vid2gif.svg\n :target: https://zenodo.org/badge/latestdoi/21637/casperdcl/vid2gif\n.. |README-Hits| image:: http://hitt.herokuapp.com/vid2gif/vid2gif.svg",
"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/casperdcl/vid2gif",
"keywords": "gif video animation image sequence logo screenshot compress compression commandline console terminal command line CLI UI gui gooey",
"license": "MPLv2.0",
"maintainer": null,
"maintainer_email": null,
"name": "vid2gif",
"package_url": "https://pypi.org/project/vid2gif/",
"platform": "any",
"project_url": "https://pypi.org/project/vid2gif/",
"project_urls": {
"Download": "UNKNOWN",
"Homepage": "https://github.com/casperdcl/vid2gif"
},
"release_url": "https://pypi.org/project/vid2gif/0.1.0/",
"requires_dist": null,
"requires_python": null,
"summary": "Create compressed GIFs from video and image sequences",
"version": "0.1.0"
},
"last_serial": 2437681,
"releases": {
"0.1.0": []
},
"urls": []
}