Irrlicht+ffmpeg

Post your questions, suggestions and experiences regarding to Image manipulation, 3d modeling and level editing for the Irrlicht engine here.
Post Reply
Thalhammer
Posts: 11
Joined: Mon Dec 06, 2010 9:50 pm

Irrlicht+ffmpeg

Post by Thalhammer »

Hello everybody,
because of devploying a mediacenter, I'am searching for a way to show video's in it.
My Idea was to use ffmpeg, but Idon't know how to render a movie with it.
The sound library is Irrklang, but I read, that ffmpeg uses his own library for sound output, that will not be a problem.
Information:
Only Windows is supported,
Should be able to play all file's that are supported by the codec installed on Windows.

PS:Sorry for my english, I'm German.
Thalhammer
das heck
Posts: 6
Joined: Thu Feb 11, 2010 12:14 pm

Post by das heck »

I googled for it after you were so persistent. If you want to develop on windows only create a win 32 Window (Tutorial 14) and try to use ffmpeg in its native way. Here is a documentation and some how tos:

http://www.ffmpeg.org/documentation.html

(API Documentation, HOWTOs)

Hope this helps a bit ;)
Image

RPGBomber - A bomberman like game
  • System: 80%
  • Game: 20%
  • Map editor: 90%
Check this website for current release: http://www.rpdev.net
Post Reply