A convenient python wrapper around FFmpeg to apply watermarks to images, gifs, and videos.
Project description
watermark.py
A convenient python wrapper around FFmpeg to apply watermarks to images, gifs, and videos.
Installation
pip install watermark.py
You need to install ffmpeg
seperately.
Usage
from watermark import File, Watermark, apply_watermark, Position
video = File("vid.mp4")
watermark = Watermark(File("im.png"), pos=Position.bottom_right)
apply_watermark(video, watermark)
Used by
- telewater A telegram bot that applies watermark on images, gifs, and videos.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file watermark.py-0.0.3.post3.tar.gz
.
File metadata
- Download URL: watermark.py-0.0.3.post3.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.6 CPython/3.9.5 Linux/5.8.0-59-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bae2c7714b73b3372196ef4e63f0a9cadad337dbbbecabae10b08e7eb5839994 |
|
MD5 | ea1bffa46940b527bcbb13713cea5487 |
|
BLAKE2b-256 | 83ae4d06beb74847f660d195042ad400723ca052081c68dd3301b6997c29d0ab |
File details
Details for the file watermark.py-0.0.3.post3-py3-none-any.whl
.
File metadata
- Download URL: watermark.py-0.0.3.post3-py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.6 CPython/3.9.5 Linux/5.8.0-59-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2e53d4c0347e3f13a1849300a04139fdf5f870ce4994b22f1babbbaee928af1d |
|
MD5 | a5fd63fa0ef5cbae189a45211839fadf |
|
BLAKE2b-256 | 34005c9c6cfd8c1501147e30aabf28d25806ab10e0c35cf7be6f71b9e17acc16 |