Hello,
I would like to get decoded video out, actually store it to framebuffer. My idea goes like this:
1. get video stream(H.264) in (by VLC player)
2. deocde it (ffmpeg? or what ever dec inside the VLC)
3. instead of playing video on the screen, I would like to store decoded video to the framebuffers.
Is this doable, is there available any functions (in libVLC API) which could handle it?
thank you very much