iejMac / video2numpy

Optimized library for large-scale extraction of frames and audio from video.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flexible read timeout

bglearning opened this issue · comments

Hi,

When working on not-so-long videos (esp as part of clip-video-encode) getting some TimeoutError (from read_vids_cv2.py). Would be great if the timeout could be supplied as part of the api or set as an env variable.

commented

hey, good point, I also had this happen. For now I just 10x'ed the max time so it should be fixed