Ask Your Question

jasen's profile - activity

2014-03-05 19:03:07 -0600 commented question How would I compile codecs for VideoCapture w/o root access?

I was able to install Xvid into my home directory using "configure --prefix=..." but now I'm not sure how to let OpenCV know the codecs exist and where they are. Can someone point me in the right direction?

Thanks.

2014-03-05 14:49:50 -0600 received badge  Student (source)
2014-03-05 14:38:42 -0600 asked a question How would I compile codecs for VideoCapture w/o root access?

I'm working on a HPC cluster than has OpenCV available but does not have any video codecs installed. How can I compile codecs to open *.AVI or *.MOV files using VideoCapture without having to install them to the system?

Thanks in advance.