It would be appreciated If someone could guide me on:
1 - How do I can convert encoded video file (.mp4) to raw video format.
2 - How do I can read the frames of this raw video file in the OpenCV library?
eg: To read the .mp4 I can use -
cv::VideoCapture cap("abc.mp4");
Thank you in advance.
