Hi, all.
I'd want to get a movie's decoded video data, but do not want it show by the default way.
In that case , I can copy the video data to a buffer, hence I can render it in my way I like, such as in a 3D scene, as a texture of a cube.
How can I do it ?
Any suggestion is appreciated.