Decoding a H264 flow on GPU

asked 2017-05-05 09:06:04 -0600

your example i compiled and tested which read a h264 file but i don't see how based on this code to make the same operation for video flow. In other words, is it possible to decode a single image via GPU ? Some one could provide a idea ? Regards

edit retag flag offensive close merge delete

Comments

decoding images is handled by low-level libs like ffmpeg, if you have to work at that level, opencv is the wrong tool.

berak gravatar imageberak ( 2017-05-06 08:48:48 -0600 )edit