SFML community forums
Help => Graphics => Topic started by: Uncle_Mike on November 20, 2012, 05:59:59 pm
-
How play movie in application window? Format- vid. mp4. OS- WinXP.
-
SFML doesn't provide any functions to play videos, but there are different project that use FFmpeg to do this. You can take a look at sfeMovie (http://en.sfml-dev.org/forums/index.php?topic=8701.0) the most popular and maintained project in this forum.
-
libtheoraplayer.sourceforge.net (http://libtheoraplayer.sourceforge.net)
-
Thanks very much.