No project description provided
Project description
mozyq
mozyq is a Python command line tool that takes a folder containing multiple photos and generates a video of photography mosaics from them. This tool is useful for creating stunning mosaic videos where each frame is a mosaic made from the photos in the input folder.
Requirements
You need ffmpeg:
sudo apt install ffmpeg
Installation
pip install mozyq
Usage
First you need to have a folder with enough photos. You should have at least 500 630x630 photos. You can create one like this:
mkdir photos && seq -f '%03g' 999 | xargs -I {} -n 1 -P 32 wget https://picsum.photos/630 -O photos/{}.jpg
To generate a video run:
mzq photos/0000.jpg
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
mozyq-0.0.2.tar.gz
(8.3 kB
view details)
Built Distribution
mozyq-0.0.2-py3-none-any.whl
(10.1 kB
view details)
File details
Details for the file mozyq-0.0.2.tar.gz
.
File metadata
- Download URL: mozyq-0.0.2.tar.gz
- Upload date:
- Size: 8.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.10.10 Linux/6.5.0-45-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | caa322bd4323543cfa3c7a53f2f7b476c50f42758eeee7794a51694d432d9416 |
|
MD5 | 70e099d671c9658864f9d90e51825d43 |
|
BLAKE2b-256 | 179bba585bd1d8bd82595c0e736be06c9b13af7a1669503b4b5b9f9c7c11654e |
File details
Details for the file mozyq-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: mozyq-0.0.2-py3-none-any.whl
- Upload date:
- Size: 10.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.10.10 Linux/6.5.0-45-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2a93f947d0b6d04ccd56f1413335a93d832938bc73b7bc415eb830bc63b60b71 |
|
MD5 | 8a7bafb659cabf71c4f7c9c286e48511 |
|
BLAKE2b-256 | 453a9e9e5e33e05fd5da049458b2d80a566078d3e0b5600ae90977f25b2e0140 |