git clone https://github.com/Veldrovive/video-processor.gitor download the zip.- Navigate to the installation directory and run
python -m venv vProcessingto create a virutal enviroment. - Run
vProcessing\Scripts\activate.baton Windows orsource vProcessing/bin/activateon a Unix system. - Install depancies with
pip install -r requirements.txt.
- Open the app by running
python vidProc.py - Save your video file into some folder and put your landmark csv in the same folder. These must have the same base name for the program to work.
- When the app is opened, it will display only tooling. To process a video, use
ctl+for open thefilemenu and selectLoad Video File. This will open the video file and landmarks. - Once you do the editing you want, press
ctl+sor open the file menu and selectSave Landmark Editsto save a new csv.
Playback Speed: This can be changed by using the config menu that pops up with the app. Zooming: Use your scroll wheel to zoom in and out from the video. Editing Landmarks: Right click on a landmark to pick it up and left click to place it back. Groups: Not implemented Metrics: Not implemented