I am trying to open an AVI file using OpenCV, Here is the code line which i used to read the video file.
CvCapture* capture = cvCaptureFromAVI(video_file_name);
But it returns a cvCapture ponter which points to an address of 0x00000000 (hence an invalid pointer)
Can this be a codec related issue? missing ffmpeg?