{ "info": { "author": "Maximilian Noethe", "author_email": "maximilian.noethe@tu-dortmund.de", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5" ], "description": "Image Deflickering for Timelapse Videos\n=======================================\n\nAfter I made my first few timelapse videos I got really bothered by the\nerratic small changes of exposure, which are caused by various effects:\n\\* Changes of the exposure settings (if not in full manual mode) \\*\nUncertainties of the aperture \\* Shutter jitter\n\nI was looking for an existing solution and only found expensive\n(O(100\u20ac)) software.\n\nSo I wrote this little (150 SLOCS) programm. The brightness of the\nimages are adjusted to fit a rolling mean over several consecutive\nimages.\n\nInstallation\n------------\n\nI recommend anaconda, it comes with the heavy dependencies of this\npackage: ``numpy`` and ``scikit-image``\n\nInstallation of ``deflicker``:\n\n::\n\n $ pip install deflicker\n\nUsage\n-----\n\n``deflicker`` expects all your pictures in one directory. The\nalphabetical order has to be equivalent to the chronological order.\n\n::\n\n deflicker [options]\n\nOptions\n~~~~~~~\n\n- ``-o , --outdir=`` Output directory [default: deflickered]\n- ``-w , --window=`` Window size for rolling mean [default: 10]\n- ``-q, --quiet`` Only output errors and warnings\n- ``-f , --format=`` Output format for the scaled images\n [default: png]\n- ``-s , --sigma=`` Sigma for the sigma clipping", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/maxnoe/timelapse-deflicker", "keywords": "image timelapse", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "deflicker", "package_url": "https://pypi.org/project/deflicker/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/deflicker/", "project_urls": { "Homepage": "http://github.com/maxnoe/timelapse-deflicker" }, "release_url": "https://pypi.org/project/deflicker/0.1.1/", "requires_dist": null, "requires_python": "", "summary": "Adjust the brightness of images for smooth timelapse videos", "version": "0.1.1" }, "last_serial": 1803990, "releases": { "0.1.1": [ { "comment_text": "", "digests": { "md5": "ef91c307a3f70200a31073e92ed1577b", "sha256": "eeba4a0e1a833e86565eb73f7fd5a993926bff830bc1ea3b557e4bd2c8a55fcb" }, "downloads": -1, "filename": "deflicker-0.1.1post1.tar.gz", "has_sig": false, "md5_digest": "ef91c307a3f70200a31073e92ed1577b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4362, "upload_time": "2015-11-06T05:56:22", "url": "https://files.pythonhosted.org/packages/e2/e1/5f0aa3d299837d397ee4d3cb9bc38d54157fc42d59c97888d4d6650d8795/deflicker-0.1.1post1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ef91c307a3f70200a31073e92ed1577b", "sha256": "eeba4a0e1a833e86565eb73f7fd5a993926bff830bc1ea3b557e4bd2c8a55fcb" }, "downloads": -1, "filename": "deflicker-0.1.1post1.tar.gz", "has_sig": false, "md5_digest": "ef91c307a3f70200a31073e92ed1577b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4362, "upload_time": "2015-11-06T05:56:22", "url": "https://files.pythonhosted.org/packages/e2/e1/5f0aa3d299837d397ee4d3cb9bc38d54157fc42d59c97888d4d6650d8795/deflicker-0.1.1post1.tar.gz" } ] }