git clone https://github.com/Veldrovive/video-processor.git
or download the zip.- Navigate to the installation directory and run
python -m venv vProcessing
to create a virutal enviroment. - Run
vProcessing\Scripts\activate.bat
on Windows orsource vProcessing/bin/activate
on 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+f
or open thefile
menu and selectLoad Video File
. This will open the video file and landmarks. - Once you do the editing you want, press
ctl+s
or open the file menu and selectSave Landmark Edits
to 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