{ "info": { "author": "Andreas Bunkahle", "author_email": "abunkahle@t-online.de", "bugtrack_url": null, "classifiers": [], "description": "# AVrecordeR\nAudio and video recording using Python\n\nbranched from https://github.com/JRodrigoF/AVrecordeR\n\nYou can use it like this:\n \n import time\n from AVrecordeR import start_AVrecording, stop_AVrecording, file_manager\n start_AVrecording(\"MyAVRecording\")\n time.sleep(5)\n stop_AVrecording(\"MyAVRecording\")\n file_manager(\"MyAVRecording\")\n\nwhich will create a AV-Recording named \"MyAVRecording.avi\" in the same directory as your script is in.\n\nfor your convenience a setup file is provided.\n\nGNU General Public License v2.0", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/bunkahle/AVrecordeR", "keywords": "", "license": "GPL 2.0", "maintainer": "", "maintainer_email": "", "name": "AVrecordeR", "package_url": "https://pypi.org/project/AVrecordeR/", "platform": "any", "project_url": "https://pypi.org/project/AVrecordeR/", "project_urls": { "Homepage": "https://github.com/bunkahle/AVrecordeR" }, "release_url": "https://pypi.org/project/AVrecordeR/1.0/", "requires_dist": null, "requires_python": "", "summary": "AudioVideoRecorder generates AV-Recordings along with ffmpeg", "version": "1.0" }, "last_serial": 4898893, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "e3aa003f22182c72cc1dca9949c46236", "sha256": "45d6c381f065e7a020f1f7601c0e4afa9d4b5cf4ef8f1cf38f1d259eb4899c12" }, "downloads": -1, "filename": "AVrecordeR-1.0.zip", "has_sig": false, "md5_digest": "e3aa003f22182c72cc1dca9949c46236", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3231, "upload_time": "2019-03-05T11:26:52", "url": "https://files.pythonhosted.org/packages/37/d9/e131187d03282482cf001bc6d9274493d64efeb056ca3181f895353615aa/AVrecordeR-1.0.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e3aa003f22182c72cc1dca9949c46236", "sha256": "45d6c381f065e7a020f1f7601c0e4afa9d4b5cf4ef8f1cf38f1d259eb4899c12" }, "downloads": -1, "filename": "AVrecordeR-1.0.zip", "has_sig": false, "md5_digest": "e3aa003f22182c72cc1dca9949c46236", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3231, "upload_time": "2019-03-05T11:26:52", "url": "https://files.pythonhosted.org/packages/37/d9/e131187d03282482cf001bc6d9274493d64efeb056ca3181f895353615aa/AVrecordeR-1.0.zip" } ] }