hello, I have one code:
import cv2
cv2.VideoCapture(xxx.mp4/avi)
print vidcap.isOpened()
it still is False. I google for much time and rebuild ffmpeg and opencv. It they do not work.
anyone can give some advises? I use ubuntu16.04 anaconda2
thank you very much~~