images2video 0.3

Creator: bigcodingguy24

Last updated:

Add to Cart

Description:

images2video 0.3

images2video=============Python images to video library using OpenCV## Installation```bashpip install images2video# orpip install https://github.com/messense/images2video/archive/master.zip```Note that you also need to install OpenCV and numpy to make it work.## Usage```pythonfrom images2video import ImagesToVideofrom images2video.effects import * # NOQAvideo = ImagesToVideo('test.avi', seconds=10)video.add_image('1.jpg', ResizeEffect)video.add_image('2.jpg', CropEffect, bounce=True)video.add_image('3.jpg', RotationEffect, bounce=True)video.generate()```## LicenseThe MIT License (MIT)Copyright (c) 2014 messensePermission is hereby granted, free of charge, to any person obtaining a copyof this software and associated documentation files (the "Software"), to dealin the Software without restriction, including without limitation the rightsto use, copy, modify, merge, publish, distribute, sublicense, and/or sellcopies of the Software, and to permit persons to whom the Software isfurnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in allcopies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS ORIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THEAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHERLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THESOFTWARE.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.