I recently wrote C programs for processing BMP image images, I had to read the pixel values ββand process them, it was very simple, I followed the contents of the BMP header, and I could get most of the BMP image information.
Now the challenge is video processing (Frame by Frame), how can I do this? How can I read the headers of continuous streams of image frames in a video clip? Or, for example, the mpeg format will also have a universal title, after reading which I can get information about the entire video and after the title, all data will be only pixels.
Hope I could pass on.
Does anyone have experience video processing?
Any books or tutorial links would be very helpful.
source share