OpenCV based video Marker utility
Project description
Video Marker
Video Marker is a python application based on OpenCV that can automate the following tasks:
- video recording from a webcam or any other OpenVC VideoCapture source
- prepend a video before your video record starts
- append a video after your video record ends
- add a watermark image
- save to a file
Setup
pip install video-marker
Documentation
video_marker -h
Usage examples
Monitor your webcam, press q
key on the keyboard or CTRL+c
video_marker --video-cap 0 --monitor
Add watermark to your webcam
video_marker --watermark-fpath 'assets/logo.png' --monitor
A quite complete example
video_marker --watermark-fpath 'assets/logo.png' --monitor --pre-media assets/intro.mp4 --post-media assets/intro.mp4 --watermark-size 50
License
ses LICENSE file.
Author
Giuseppe De Marco
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
video_marker-0.2.4.tar.gz
(13.5 kB
view details)
File details
Details for the file video_marker-0.2.4.tar.gz
.
File metadata
- Download URL: video_marker-0.2.4.tar.gz
- Upload date:
- Size: 13.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2c7a9eace0d0fe5f15588e9ddb3edf180c08052db57fc88b058e23892f5e152f |
|
MD5 | 576519d2e98e9124fe94cb9067187c21 |
|
BLAKE2b-256 | 28b9d747aeb79ece4c26f779c70e2cbfcbd17e9fe081a6285690f9ea1d939617 |