Metadata-Version: 2.2
Name: bgblur
Version: 0.1.3
Summary: Convert horizontal video to 9:16 vertical video with blurred background filling the empty space
Author-email: Akio Kondo <kojiran+pypl@gmail.com>
License: MIT
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: opencv-python>=4.0
Requires-Dist: numpy>=1.19
Requires-Dist: Pillow>=9.0
Requires-Dist: tqdm

# video blur background

Convert horizontal video to 9:16 vertical video with blurred background filling the empty space

## install

```sh
pip install bgblur
```

## How to use

```sh
bgblur -i "input video file path" -o "output video file path"
```
