Hi,
I assume you are using windows (since on linux it's super-easy, as usual). (If you don't know what you are using, or don't know what an operating system is, then you are using something called "windows".)
To install ffmpeg, you must download the "shared-dev" package from here:
http://ffmpeg.arrozcru.org/autobuilds/Make sure you download the shared-dev.
To make it even easier for you, for win32, it's here:
http://ffmpeg.arrozcru.org/autobuilds/ffmpeg/mingw32/dev/shared/and for win64, it's here:
http://ffmpeg.arrozcru.org/autobuilds/ffmpeg/mingw-w64/dev/shared/If you don't know what you are using, you are using windows 32.
Then download it and uncompress it, and put the .dll's in either your directory or somewhere, and then tell visual studio or codeblocks or whatever IDE you are using where they are. Also, tell it where to use
And finally, if you don't want to deal directly with ffmpeg, Celyo's sfml video player is pretty good:
http://www.sfml-dev.org/forum/viewtopic.php?t=3463Or if you just want image, and no sound, you can use mine, and you use it just like you would use an image:
http://www.sfml-dev.org/wiki/en/sources/video_integrationI'm a geek, so maybe I can't write tutorials
If so, I apologize.