Viewing a single comment thread. View all comments

nins_ t1_iuen1e3 wrote

The manual annotation would involve you noting down the timestamps in a csv. Then you write a short script (I would do it with OpenCV) to read the video files, get 20 frames prior to each timestamp, save them as images into whatever directory structure you need.

Edit: MoviePy package will probably be easier than OpenCV for you.

5

ChaosAdm OP t1_iueptr6 wrote

Perfect! Thank you. I will try to do this tomorrow =)

2