Annotate videos by adding an automatically moving frame with a label.
numpy
opencv-contrib-python
pip3 install --user trackclip
usage: python3 -m trackclip [-h] [-c CODEC] [-o OUTPUT] input
Annotate videos by adding an automatically moving frame with a label. Hotkeys:
ESC -- close and save; SPACE -- pause/unpause; LEFT ARROW -- preview at 2x
speed; RIGHT ARROW -- preview at x/2 speed;
positional arguments:
input Input filename, can be a video device (ex.
/dev/video0)
optional arguments:
-h, --help show this help message and exit
-c CODEC, --codec CODEC
Four-letter codec name
-o OUTPUT, --output OUTPUT
The name of the output file
- implement removing tracking objects
- implement writing in uppercase by pressing SHIFT