sfeMovie is a simple C++ library that lets you play movies in SFML based applications. It relies on FFmpeg to read medias and remains consistent with SFML's naming conventions.
When building, it would be nice to avoid having to do manual copying steps before being able to launch the demo sample. This implies copying the FFmpeg and eventually SFML (and its dependencies) next to the demo executable.
[ ] Completed for Windows and VS2013
[ ] Completed for Linux
[x] Completed for OS X => not needed: FFmpeg binaries are in the sfeMovie framework
When building, it would be nice to avoid having to do manual copying steps before being able to launch the demo sample. This implies copying the FFmpeg and eventually SFML (and its dependencies) next to the demo executable.