In this tool, you could add your videos, and then, label them. The output of this tool is an *.aucvl
file (which is nothing more than a json file containing the application state).
This application is built on top of Electron and AngularJS. Thus, it is usable on Windows, Linux, and Mac.
You should have Node
and NPM
installed on your machine.
git clone https://github.com/LittleFlyers/VideoLabelTool.git
npm install
In Windwos,you should install the FFmpeg and set environment variables. Then,install fluent-ffmpeg
npm install fluent-ffmpeg --save
npm run start