{ "info": { "author": "jpsmithnl", "author_email": "jp.smith@mun.ca", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7" ], "description": "Convert a folder of images to an animation\n\nIf using PowerPoint 2016 you can save all slides as images to be used as input\n\nUse settings.conf or command line arguments to configure the input/output/etc\n\nInstall with \n`pip install imagestoanimation` \n\n\nUsage:\n\n```\nimgvid [-h] [-s SETTINGS] [-d DIRECTORY] [-f FILEFORMAT] [-c CODEC]\n [-o OUTPUT] [-r RATE] [-W WIDTH] [-H HEIGHT]\n\nArgs that start with '--' (eg. -d) can also be set in a config file (*.conf or\nspecified via -s). Config file syntax allows: key=value, flag=true,\nstuff=[a,b,c] (for details, see syntax at https://goo.gl/R74nmi). If an arg is\nspecified in more than one place, then commandline values override config file\nvalues which override defaults.\n\noptional arguments:\n -h, --help show this help message and exit\n -s SETTINGS, --settings SETTINGS\n Config file path, usually *.conf\n -d DIRECTORY, --directory DIRECTORY\n Directory containing frame files\n -f FILEFORMAT, --fileformat FILEFORMAT\n Naming convention for frame files\n -c CODEC, --codec CODEC\n Codec as FOURCC, see http://www.fourcc.org/codecs.php\n -o OUTPUT, --output OUTPUT\n Output file name\n -r RATE, --rate RATE Frames Per Second\n -W WIDTH, --width WIDTH\n Output frame width\n -H HEIGHT, --height HEIGHT\n Output frame height\n\n```\n\nExample:\n```\nimgvid -d=\"input\" -f=Slide[0-9]*.PNG -c=XVID -o=output.avi -r=15 -w=1280 -h=720\n```\n\n", "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/jpsmithnl/imagesToAnimation", "keywords": "", "license": "MIT", "maintainer": "jpsmithnl", "maintainer_email": "jp.smith@mun.ca", "name": "imagestoanimation", "package_url": "https://pypi.org/project/imagestoanimation/", "platform": "", "project_url": "https://pypi.org/project/imagestoanimation/", "project_urls": { "Homepage": "https://github.com/jpsmithnl/imagesToAnimation" }, "release_url": "https://pypi.org/project/imagestoanimation/0.1.9/", "requires_dist": [ "opencv-python (>=4.1,<5.0)", "configargparse (>=0.14.0,<0.15.0)" ], "requires_python": ">=3.6,<4.0", "summary": "Converts a series of images to an animation using OpenCV", "version": "0.1.9" }, "last_serial": 5594335, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "30f0702cb9286e792b8a97e39cde3a9c", "sha256": "ed3e4aa564277a98ebf6e133cd6c28492e7256b1e094c7916c6768e5f7fc2c20" }, "downloads": -1, "filename": "imagesToAnimation-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "30f0702cb9286e792b8a97e39cde3a9c", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6,<4.0", "size": 4386, "upload_time": "2019-07-27T22:53:39", "url": "https://files.pythonhosted.org/packages/b3/27/712a03b3e791fa4cfbec7f33a2029f784da22e0996ca0d7fc2fd81ddb762/imagesToAnimation-0.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "18b38d5a42bf6e0d6ebb2d51b30bb1c3", "sha256": "ea8797c56e520bfc45e034221f83881b007eb3d292d7c24ec486605a5785dad2" }, "downloads": -1, "filename": "imagestoanimation-0.1.0.tar.gz", "has_sig": false, "md5_digest": "18b38d5a42bf6e0d6ebb2d51b30bb1c3", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6,<4.0", "size": 3095, "upload_time": "2019-07-27T22:53:41", "url": "https://files.pythonhosted.org/packages/6e/ce/1401b5141123aac0ef9e365bf335faf8a225426c46923ee38728e69ab156/imagestoanimation-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "8c28cd3095fff3fa830b4a5c03346006", "sha256": "50093148a2ada3474fdc9ff82ebf9f47da7fdb12d5ab934287081683a9041b1b" }, "downloads": -1, "filename": "imagesToAnimation-0.1.1-py3-none-any.whl", "has_sig": false, "md5_digest": "8c28cd3095fff3fa830b4a5c03346006", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6,<4.0", "size": 5713, "upload_time": "2019-07-27T22:58:40", "url": "https://files.pythonhosted.org/packages/16/16/1b05523b6e4ba8be2e23bf6652f1ce74320ca1d68c70f03042e26a726c42/imagesToAnimation-0.1.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ec52c7a55ab3d91ee58f1d6399ef7358", "sha256": "03ec4ac59e14458fdeda8821ef2340dcec4cd2200fac1f50d36eefb03575eff0" }, "downloads": -1, "filename": "imagestoanimation-0.1.1.tar.gz", "has_sig": false, "md5_digest": "ec52c7a55ab3d91ee58f1d6399ef7358", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6,<4.0", "size": 3963, "upload_time": "2019-07-27T22:58:41", "url": "https://files.pythonhosted.org/packages/3f/4e/532bb4fcfaf4032a8e600fcfe9be61b3f96b3a3cb3dc740b93f882e1a351/imagestoanimation-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "014ff2e72d5f32470e598d247ee1e8ab", "sha256": "eeab5d7a390aa69239bf0b75a14a6850361ee7b6ff90bd0e8e1e64d352f2f2c6" }, "downloads": -1, "filename": "imagesToAnimation-0.1.2-py3-none-any.whl", "has_sig": false, "md5_digest": "014ff2e72d5f32470e598d247ee1e8ab", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6,<4.0", "size": 5724, "upload_time": "2019-07-27T23:04:33", "url": "https://files.pythonhosted.org/packages/05/ab/9aed9536d201b5c2454e51f83d753acc230700c4aee58c27e26f6b48cb1a/imagesToAnimation-0.1.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2139392e628ddee87fa132a737aa5d61", "sha256": "38c24fa51496fb30f58d7d2f288d72caeb55f6a82e8c89a29ec24d75b37e2fda" }, "downloads": -1, "filename": "imagestoanimation-0.1.2.tar.gz", "has_sig": false, "md5_digest": "2139392e628ddee87fa132a737aa5d61", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6,<4.0", "size": 3958, "upload_time": "2019-07-27T23:04:35", "url": "https://files.pythonhosted.org/packages/f0/aa/0f45c274c04728b2da2f1ed6c710f6d70dc5b4a1ada0cea48707a90ebbf7/imagestoanimation-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "2d8a6daae255afe4c8ea44a50f408ba5", "sha256": "a70a229e25fc5a009d49bec5f0aec19d3c484962ba003fe4c383e20a24366a80" }, "downloads": -1, "filename": "imagesToAnimation-0.1.3-py3-none-any.whl", "has_sig": false, "md5_digest": "2d8a6daae255afe4c8ea44a50f408ba5", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6,<4.0", "size": 5742, "upload_time": "2019-07-27T23:09:29", "url": "https://files.pythonhosted.org/packages/ac/28/e393ccc4104f7e518bb72871b3d648b24088b2668d93faca0369beb6819b/imagesToAnimation-0.1.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c47d8fad7b9888ea92fe9ccf0288e078", "sha256": "00c36d2aeb321d693652f74cc29220754c193332b1da44be87c5b15cf471109e" }, "downloads": -1, "filename": "imagestoanimation-0.1.3.tar.gz", "has_sig": false, "md5_digest": "c47d8fad7b9888ea92fe9ccf0288e078", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6,<4.0", "size": 3973, "upload_time": "2019-07-27T23:09:30", "url": "https://files.pythonhosted.org/packages/d4/49/647711b6d56f379e49b4e5637077d7d280482fc7038048e4d68c77c5682a/imagestoanimation-0.1.3.tar.gz" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "2187e930e5d0d751747eb97086ccd0e5", "sha256": "1bbcb446fa93d842e6a7393fa281c5077c4ff80abd6c792eaaa51db28aa09118" }, "downloads": -1, "filename": "imagesToAnimation-0.1.4-py3-none-any.whl", "has_sig": false, "md5_digest": "2187e930e5d0d751747eb97086ccd0e5", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6,<4.0", "size": 4778, "upload_time": "2019-07-27T23:18:42", "url": "https://files.pythonhosted.org/packages/6e/f0/6bbaf1d3d8662a3226ad1c1bbaf3941b9cc811c9e559175d7638bed364e6/imagesToAnimation-0.1.4-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "059d0e68267506763a3bc49a331bccb3", "sha256": "c5c1c65fd4773ee6d24129635e6a55806b5de89caaf939fb1327a2ba3784b572" }, "downloads": -1, "filename": "imagestoanimation-0.1.4.tar.gz", "has_sig": false, "md5_digest": "059d0e68267506763a3bc49a331bccb3", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6,<4.0", "size": 3322, "upload_time": "2019-07-27T23:18:44", "url": "https://files.pythonhosted.org/packages/0c/d7/d4cc1c204f20b689e3a61c5bcdd7a6551d74e174e45b527e259ca093f43a/imagestoanimation-0.1.4.tar.gz" } ], "0.1.5": [ { "comment_text": "", "digests": { "md5": "3423ec5347222c15b4404bb50f44b658", "sha256": "2cd06f8dc417c7b5876989937d37c7b96e4470d41d070f9561c30f05c6ae0ae5" }, "downloads": -1, "filename": "imagesToAnimation-0.1.5-py3-none-any.whl", "has_sig": false, "md5_digest": "3423ec5347222c15b4404bb50f44b658", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6,<4.0", "size": 6556, "upload_time": "2019-07-27T23:36:58", "url": "https://files.pythonhosted.org/packages/a6/43/3b9125e0d205e995fd150ee8dabea32e12d9f90cca4989a4f71a30608665/imagesToAnimation-0.1.5-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "01bb260eb63550a29b9bb3028481fa6a", "sha256": "50a6d0e48b771a9124acc47094d900578f735f320237d7629e973b831e671462" }, "downloads": -1, "filename": "imagestoanimation-0.1.5.tar.gz", "has_sig": false, "md5_digest": "01bb260eb63550a29b9bb3028481fa6a", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6,<4.0", "size": 4468, "upload_time": "2019-07-27T23:36:59", "url": "https://files.pythonhosted.org/packages/a4/bf/dce6a35aafbd6349fe4030f090815d0ac8d9c793e29c4700328f0b060a33/imagestoanimation-0.1.5.tar.gz" } ], "0.1.6": [ { "comment_text": "", "digests": { "md5": "1274d1d9f4348ccc19588e0ec90cdc99", "sha256": "5478a0ca1e0c5fca486c835f67ca4cc435b86c0f962118cfa651a01e44539200" }, "downloads": -1, "filename": "imagesToAnimation-0.1.6-py3-none-any.whl", "has_sig": false, "md5_digest": "1274d1d9f4348ccc19588e0ec90cdc99", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6,<4.0", "size": 4927, "upload_time": "2019-07-27T23:42:50", "url": "https://files.pythonhosted.org/packages/04/54/ed18509ffdc73e9332b6284e7ef638b1183227f31d35ee054778d6b61c5a/imagesToAnimation-0.1.6-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "52684cd84ea92fa4dd10ce071de5c21e", "sha256": "7e631464c8dee60523fa19e1648a093b118c155badabf46424f3198ba5fc0b94" }, "downloads": -1, "filename": "imagestoanimation-0.1.6.tar.gz", "has_sig": false, "md5_digest": "52684cd84ea92fa4dd10ce071de5c21e", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6,<4.0", "size": 4072, "upload_time": "2019-07-27T23:42:52", "url": "https://files.pythonhosted.org/packages/1a/06/875e138a8cbcac3beafdc215c05943f4376bf90a6111ced6130835c6f034/imagestoanimation-0.1.6.tar.gz" } ], "0.1.7": [ { "comment_text": "", "digests": { "md5": "091e57c3be8c98c5d0c427e606c1f40a", "sha256": "a727a2994d20939f26b70a29c0ff097796efecddc7a3d7cccdf3e37597e76189" }, "downloads": -1, "filename": "imagesToAnimation-0.1.7-py3-none-any.whl", "has_sig": false, "md5_digest": "091e57c3be8c98c5d0c427e606c1f40a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6,<4.0", "size": 4925, "upload_time": "2019-07-27T23:48:23", "url": "https://files.pythonhosted.org/packages/19/68/eeb31ebded040dead4cd7892af24b87f9c41b934167283c9f2aa8c919d1b/imagesToAnimation-0.1.7-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e79d6afc718d89888683c17685db41ac", "sha256": "cb405f998e5a97c246c1fdebcf5556c873e9f45f88ad53aa35717063519e0a4e" }, "downloads": -1, "filename": "imagestoanimation-0.1.7.tar.gz", "has_sig": false, "md5_digest": "e79d6afc718d89888683c17685db41ac", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6,<4.0", "size": 4072, "upload_time": "2019-07-27T23:48:25", "url": "https://files.pythonhosted.org/packages/40/0d/97e564bc2228a9ee1766707dd6a514e4ceebf49d01773442385169b406d2/imagestoanimation-0.1.7.tar.gz" } ], "0.1.8": [ { "comment_text": "", "digests": { "md5": "5101d307e01b141385408c7bda05ff5e", "sha256": "7aec822d3cc8a4676943f2b92f31eef292652c6ad18d17ee93054b9031e3450f" }, "downloads": -1, "filename": "imagestoanimation-0.1.8-py3-none-any.whl", "has_sig": false, "md5_digest": "5101d307e01b141385408c7bda05ff5e", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6,<4.0", "size": 4927, "upload_time": "2019-07-27T23:54:11", "url": "https://files.pythonhosted.org/packages/03/2d/e443200a1797e4b867fb32125ce6b6e853826bf572f60fef12aa7c930c8e/imagestoanimation-0.1.8-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "36b279a7ce7fc49f0bbced7b75071d9f", "sha256": "0bdedda2616760cc93568cfa425a0a3c47e592410156c92f74157f4b95e1e925" }, "downloads": -1, "filename": "imagestoanimation-0.1.8.tar.gz", "has_sig": false, "md5_digest": "36b279a7ce7fc49f0bbced7b75071d9f", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6,<4.0", "size": 4048, "upload_time": "2019-07-27T23:54:12", "url": "https://files.pythonhosted.org/packages/9a/4a/d95659bf6556939df10c14682d21f5924d5612d5bc291707dc503c0aadf9/imagestoanimation-0.1.8.tar.gz" } ], "0.1.9": [ { "comment_text": "", "digests": { "md5": "cb6e5f3c521e9f0324f09744a0c2bbf1", "sha256": "363a9ce6bcc5b20ab4c9b0a0c1a56e42a4b08f303f48c7d7eb9ad5e3f0e5a9cc" }, "downloads": -1, "filename": "imagestoanimation-0.1.9-py3-none-any.whl", "has_sig": false, "md5_digest": "cb6e5f3c521e9f0324f09744a0c2bbf1", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6,<4.0", "size": 4927, "upload_time": "2019-07-27T23:56:34", "url": "https://files.pythonhosted.org/packages/87/38/0e7c64080c7b590190a2cc6a4a42626b78cfffe8128b35355610e0374c07/imagestoanimation-0.1.9-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e37256f8290308fdfed4d320c953a234", "sha256": "fbddcf1dda574842bcbb9cea1e096de402811884654efa9da1966f3af0369870" }, "downloads": -1, "filename": "imagestoanimation-0.1.9.tar.gz", "has_sig": false, "md5_digest": "e37256f8290308fdfed4d320c953a234", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6,<4.0", "size": 4047, "upload_time": "2019-07-27T23:56:36", "url": "https://files.pythonhosted.org/packages/7a/50/43d9eca852a3b54e0f7483ecfc68d4486600f08cffa5ba78190ad244340f/imagestoanimation-0.1.9.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "cb6e5f3c521e9f0324f09744a0c2bbf1", "sha256": "363a9ce6bcc5b20ab4c9b0a0c1a56e42a4b08f303f48c7d7eb9ad5e3f0e5a9cc" }, "downloads": -1, "filename": "imagestoanimation-0.1.9-py3-none-any.whl", "has_sig": false, "md5_digest": "cb6e5f3c521e9f0324f09744a0c2bbf1", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6,<4.0", "size": 4927, "upload_time": "2019-07-27T23:56:34", "url": "https://files.pythonhosted.org/packages/87/38/0e7c64080c7b590190a2cc6a4a42626b78cfffe8128b35355610e0374c07/imagestoanimation-0.1.9-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e37256f8290308fdfed4d320c953a234", "sha256": "fbddcf1dda574842bcbb9cea1e096de402811884654efa9da1966f3af0369870" }, "downloads": -1, "filename": "imagestoanimation-0.1.9.tar.gz", "has_sig": false, "md5_digest": "e37256f8290308fdfed4d320c953a234", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6,<4.0", "size": 4047, "upload_time": "2019-07-27T23:56:36", "url": "https://files.pythonhosted.org/packages/7a/50/43d9eca852a3b54e0f7483ecfc68d4486600f08cffa5ba78190ad244340f/imagestoanimation-0.1.9.tar.gz" } ] }