项目作者: krystiancha

项目描述 :
Annotate videos by adding an automatically moving frame with a label.
高级语言: Python
项目地址: git://github.com/krystiancha/trackclip.git
创建时间: 2018-05-02T15:38:15Z
项目社区:https://github.com/krystiancha/trackclip

开源协议:MIT License

下载


trackclip

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

trackclip

Requirements

  1. numpy
  2. opencv-contrib-python

Getting trackclip

  1. pip3 install --user trackclip

Usage

  1. usage: python3 -m trackclip [-h] [-c CODEC] [-o OUTPUT] input
  2. Annotate videos by adding an automatically moving frame with a label. Hotkeys:
  3. ESC -- close and save; SPACE -- pause/unpause; LEFT ARROW -- preview at 2x
  4. speed; RIGHT ARROW -- preview at x/2 speed;
  5. positional arguments:
  6. input Input filename, can be a video device (ex.
  7. /dev/video0)
  8. optional arguments:
  9. -h, --help show this help message and exit
  10. -c CODEC, --codec CODEC
  11. Four-letter codec name
  12. -o OUTPUT, --output OUTPUT
  13. The name of the output file

TODO

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