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.