How to grab raw video frames without displaying them
General and Desktop
1
Posts
1
Posters
1.2k
Views
1
Watching
-
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