trackclip

Annotate videos by adding an automatically moving frame with a label.


Keywords
video-processing
License
MIT
Install
pip install trackclip==0.0.4

Documentation

trackclip

Annotate videos by adding an automatically moving frame with a label.

trackclip

Requirements

numpy
opencv-contrib-python

Getting trackclip

pip3 install --user trackclip

Usage

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

TODO

  • implement removing tracking objects
  • implement writing in uppercase by pressing SHIFT