{ "info": { "author": "Conrado Buhrer", "author_email": "conrado@buhrer.net", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Topic :: Multimedia :: Video", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "LibAVWrapper\n~~~~~~~~~~~~~\n\nLibAVWrapper is a small wrapper for the ffmpeg encoder. You can append\nCodec, Filters and other ParameterStores to the AVConv class and then run the\nresulting command.\n\n>>> from libavwrapper import AVConv , Input, Output, VideoCodec, VideoFilter\n>>> codec = VideoCodec('webm')\n>>> input_video = Input('old')\n>>> output_video = Output('new', videofilter, codec)\n>>> AVConv('avconv', input_video, output_video)\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/conrado/libavwrapper", "keywords": "Video Convert avconv", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "pypi-libavwrapper", "package_url": "https://pypi.org/project/pypi-libavwrapper/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pypi-libavwrapper/", "project_urls": { "Homepage": "http://github.com/conrado/libavwrapper" }, "release_url": "https://pypi.org/project/pypi-libavwrapper/0.0.1/", "requires_dist": null, "requires_python": "", "summary": "A simple wrapper for avconv-cli", "version": "0.0.1" }, "last_serial": 1914797, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "919aa0094517e6c665c3b827d31c0bad", "sha256": "986c00a1b43b2cffd3cd9f0ed756d6d722c83f8992cff5652d2bb1d91c02de93" }, "downloads": -1, "filename": "pypi-libavwrapper-0.0.1.tar.gz", "has_sig": false, "md5_digest": "919aa0094517e6c665c3b827d31c0bad", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5515, "upload_time": "2016-01-21T08:48:58", "url": "https://files.pythonhosted.org/packages/07/97/1e66e733db95e0b85f5cdfd3add053671fcdd9a12d96824fa780644d24ae/pypi-libavwrapper-0.0.1.tar.gz" } ], "0.1-dev": [], "0.1.dev0": [ { "comment_text": "", "digests": { "md5": "ea83a13008a73c7efc5f3a26e1f8e68d", "sha256": "3e36c55f856eefada84917ca5d7dc26a67b05853c997daef7c1d8fc7cee58635" }, "downloads": -1, "filename": "pypi-libavwrapper-0.1.dev0.tar.gz", "has_sig": false, "md5_digest": "ea83a13008a73c7efc5f3a26e1f8e68d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5514, "upload_time": "2016-01-14T02:06:17", "url": "https://files.pythonhosted.org/packages/f3/67/122af11272ec1a3b7f3443fafa0dee6d3f90d98ddaf0491507dcef8f1a3b/pypi-libavwrapper-0.1.dev0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "919aa0094517e6c665c3b827d31c0bad", "sha256": "986c00a1b43b2cffd3cd9f0ed756d6d722c83f8992cff5652d2bb1d91c02de93" }, "downloads": -1, "filename": "pypi-libavwrapper-0.0.1.tar.gz", "has_sig": false, "md5_digest": "919aa0094517e6c665c3b827d31c0bad", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5515, "upload_time": "2016-01-21T08:48:58", "url": "https://files.pythonhosted.org/packages/07/97/1e66e733db95e0b85f5cdfd3add053671fcdd9a12d96824fa780644d24ae/pypi-libavwrapper-0.0.1.tar.gz" } ] }