How to grab raw video frames without displaying them
-
I want to decode video movies into memory, allowing me to process the decoded RGB (or YUV) data without displaying the images first.
I cannot find any interfaces in Phonon for grabbing the frames. I know this is supported in DirectShow. I have done this before using microsoft dev technology but hoping to use Qt for my next project.
thanks