{ "info": { "author": "ecrows", "author_email": "", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Topic :: Multimedia :: Video" ], "description": "# flippy\nPython script for generating videos by rapidly flipping through or overlaying images.\n\n![Preview Example](https://i.imgur.com/LLKZpr5.gif)\n\n## Installation\n`pip install flippy`\n\nThis will automatically download and install `flippy`, `opencv-python`, and `numpy`.\n\n\n## Usage\n\n```\nflippy /some/image/path\n```\n\nThis will build a video out of the images in the directory `/some/image/path`, using the auto-detected resolution at the default 20 FPS.\n\nFlippy is heavily configurable, and accepts a number of command line arguments.\n\n```\nflippy /some/image/path -o ~/output.avi -f 60.0 -c XVID -t blend\n\nINFO:root:Auto-detected image dimensions as 64x64...\nINFO:root:Building fading timelapse of 24247 images in /some/path/faces...\nINFO:root:Output settings: 64x64 @ 60.0 FPS\nINFO:root:Successfully wrote /home/user/output.avi\n```\n\nFor the full list of availble arguments, type `flippy --help`.\n```\nusage: flippy [-h] [-v] [-f FPS] [-o OUTPUT] [-c CODEC] [-t TYPE] [-r REGEX]\n path [path ...]\n\nBuild a fading timelapse of overlayed images.\n\npositional arguments:\n path path to read image files from\n\noptional arguments:\n -h, --help show this help message and exit\n -v, --verbose verbose logging\n -f FPS, --fps FPS frames per second\n -o OUTPUT, --output OUTPUT\n output file\n -c CODEC, --codec CODEC\n fourcc codec (DIVX, XVID, MJPG, X264, WMV1, WMV2)\n -t TYPE, --type TYPE type of video (blend, flipbook, split)\n -r REGEX, --regex REGEX\n file regex for images in path, default matches common\n lowercase image extensions\n```\n\n## Requirements\n* [OpenCV](https://opencv.org/)\n* [numpy](http://www.numpy.org/)", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/ecrows/flippy", "keywords": "opencv video flipbook overlay python3 timelapse lapse flip flipy", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "flippy", "package_url": "https://pypi.org/project/flippy/", "platform": "", "project_url": "https://pypi.org/project/flippy/", "project_urls": { "Homepage": "https://github.com/ecrows/flippy" }, "release_url": "https://pypi.org/project/flippy/0.1.2/", "requires_dist": null, "requires_python": "", "summary": "Build videos from image directories", "version": "0.1.2" }, "last_serial": 4147414, "releases": { "0.1.1": [ { "comment_text": "", "digests": { "md5": "933b64a0200131668e197f7d94dce3da", "sha256": "e51b108f47ff91c6876cfbde38afd5e766f7e0cb121682a9943a5cb9467be487" }, "downloads": -1, "filename": "flippy-0.1.1-py3-none-any.whl", "has_sig": false, "md5_digest": "933b64a0200131668e197f7d94dce3da", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4327, "upload_time": "2018-08-08T04:26:19", "url": "https://files.pythonhosted.org/packages/d9/d0/bab9699e520fb1f6a6aabd164d1f403c846f3d97508818c30ef7ce7ba0b0/flippy-0.1.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a536ae09582128b9da06bf300f65c01c", "sha256": "0ce4f0827042377284ed80bf667d29688e048cece20ca88833afd8482a5a2cfa" }, "downloads": -1, "filename": "flippy-0.1.1.tar.gz", "has_sig": false, "md5_digest": "a536ae09582128b9da06bf300f65c01c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3537, "upload_time": "2018-08-08T04:26:20", "url": "https://files.pythonhosted.org/packages/a5/03/5b8503a9a1bc5885bf6ad7227477ab0bcec1941c0f9fd57fffa2e460804b/flippy-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "850ab171be2abca3a561c7af337101b2", "sha256": "3981437466314b98d6e444f57a5c4be9e1fb12702e02e650548bccb87461ea71" }, "downloads": -1, "filename": "flippy-0.1.2.tar.gz", "has_sig": false, "md5_digest": "850ab171be2abca3a561c7af337101b2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3705, "upload_time": "2018-08-08T04:56:14", "url": "https://files.pythonhosted.org/packages/32/7b/0d4fdbe2d03f5ba387bf165faeb9da73414b98ea231f4af261d5cd89cd40/flippy-0.1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "850ab171be2abca3a561c7af337101b2", "sha256": "3981437466314b98d6e444f57a5c4be9e1fb12702e02e650548bccb87461ea71" }, "downloads": -1, "filename": "flippy-0.1.2.tar.gz", "has_sig": false, "md5_digest": "850ab171be2abca3a561c7af337101b2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3705, "upload_time": "2018-08-08T04:56:14", "url": "https://files.pythonhosted.org/packages/32/7b/0d4fdbe2d03f5ba387bf165faeb9da73414b98ea231f4af261d5cd89cd40/flippy-0.1.2.tar.gz" } ] }