Search code examples
cuser-interfacegraphicsvideosdl

Graphic programming over video playback


I want to make some GUI mockup program for video player, so my idea is just to show some menu pictures over real video being playback. I have working program made with C and SDL just to load pictures and make a slideshow, but i don´t know how to put this over video with transparencies.

Do you have a hint?

ps. i usually program with python and C, so if there is any solution with this two i highly appreciate.

Thanks!


Solution

  • Suggestion: use Openframeworks

    http://www.openframeworks.cc/documentation

    It is in C++ though, and not C.

    Check the documentation for class ofVideoPlayer