Skip to main content

Python images to video library using OpenCV

Project description

images2video
=============

Python images to video library using OpenCV

## Installation

```bash
pip install images2video
# or
pip install https://github.com/messense/images2video/archive/master.zip
```

Note that you also need to install OpenCV and numpy to make it work.

## Usage

```python
from images2video import ImagesToVideo
from images2video.effects import * # NOQA

video = 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()
```

## License

The MIT License (MIT)

Copyright (c) 2014 messense

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, 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 THE
SOFTWARE.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

images2video-0.3.zip (8.6 kB view details)

Uploaded Source

images2video-0.3.tar.gz (4.8 kB view details)

Uploaded Source

File details

Details for the file images2video-0.3.zip.

File metadata

  • Download URL: images2video-0.3.zip
  • Upload date:
  • Size: 8.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for images2video-0.3.zip
Algorithm Hash digest
SHA256 624ceb301c4e05965e36d98b796ec984fa94834fe5f3a1a7890f7edccfdf8ac6
MD5 fe825dfc37d6046c6f267b84f94e549d
BLAKE2b-256 fdfe7fff132a60e6713bce01fad08ab7d96160fcb1cb497f8da2ff749f33d2f7

See more details on using hashes here.

File details

Details for the file images2video-0.3.tar.gz.

File metadata

  • Download URL: images2video-0.3.tar.gz
  • Upload date:
  • Size: 4.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for images2video-0.3.tar.gz
Algorithm Hash digest
SHA256 0432041045124e980e268ee47edcc18f148410860452667e9638a4d785a63484
MD5 12a07240bf8052c66ab1c5f40f5441fe
BLAKE2b-256 075f80f0da5d3ba4c1648e5dc8b70097712432de5b0d1e1127699d0700da9904

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page