Page 1 of 1

Can irrlicht engine be used for boardcasting graphics engine

Posted: Wed Apr 16, 2008 10:59 pm
by robyav
hi ,
i am very much interested in irrlicht engine impressed in the real time capability of it .can this engine be used for boardcasting graphics creation in real time like all the graphics what you see in bbc cnn tv channels ..

thanking you
robyav

Re: Can irrlicht engine be used for boardcasting graphics en

Posted: Thu Apr 17, 2008 4:09 am
by Birdman
robyav wrote:hi ,
i am very much interested in irrlicht engine impressed in the real time capability of it .can this engine be used for boardcasting graphics creation in real time like all the graphics what you see in bbc cnn tv channels ..

thanking you
robyav
Honestly i don't see why you couldn't use Irrlicht in any kind realtime rendering applications.

For broadcasting you will have to use a special video card, or a decent card with TV OUT minimum. (but this doesn't have nothing to do with Irrlicht of course).

All you will have to setup is IRR to render on a window wich will open in your Second Monitor (TV OUT), and you are set to go :)

Posted: Thu Apr 17, 2008 7:18 am
by JP
Well broadcast companies probably pre-render all the stuff, it won't be real-time graphics, so you don't even need a real-time engine i guess.

But yes irrlicht is capable of all of this really. You can get awesome quality graphics with irrlicht, it all relies on the quality of your textures and models that you use so you just need good artists basically.

Although with irrlicht there's not any easy way of capturing a video of it.. you could fairly easily set up a system to do it though so it is possible.

Posted: Thu Apr 17, 2008 9:40 am
by bitplane
Ah this reminds me of the good old days of genlocks and making overlays for VHS videos on the Amiga. :)
Yes there's no reason why you couldn't do this, but there are reasons why you shouldn't.
There are complete packages that already do this, so if you plan on using Irrlicht to do it then it may be cheaper to just buy one of the already available progams, rather than pay developers to reinvent the wheel.
If you plan on making and selling such a program, Irrlicht is a good choice. You'd have to hack in video support, but many people have already done this and the code is available on these forums.

where should i start from

Posted: Thu Apr 17, 2008 5:47 pm
by robyav
hi thanks for you valuable replys
where should i start from ..API will it help ....
can you guys guide me throug.

robyav

Posted: Thu Apr 17, 2008 6:09 pm
by JP
Run through the tutorials and learn how the basics of the engine from them, use the API and the source code to learn more about functions and features.

If you run into trouble then post on the forum and people will be able to help you out :)

Posted: Thu Apr 17, 2008 8:09 pm
by hybrid
Maybe you can also describe a little more about your project - what you want to render and how you want to put it to a broadcast device. That would help to guide you to more related topics and help you with setting up the video stuff.

Posted: Thu Apr 24, 2008 3:26 pm
by robyav
i would like to build lower thirds, like the one we see on tv's.news tickers etc

Posted: Thu Apr 24, 2008 3:40 pm
by rogerborg
Uh... that's mostly text and maybe a few images, right?

Is it your intention to overlay this on top of a live video stream?

The clearer that you are about exactly what you intend to do, the more we can help you.

Posted: Thu Apr 24, 2008 4:02 pm
by robyav
yes that is right .can we put 3d images and 3d characters text in this like a very good overlay .

Posted: Sun Apr 27, 2008 6:34 pm
by robyav
how can we do this and where should i start working on ...
pls guide me ....

thanks
robyav

Posted: Mon Apr 28, 2008 12:01 am
by Zeuss
I know the BBC's graphics for the news and such is real time running on some in house linux boxes/setup. The beeb does a lot of that stuff in house now most of it on linux. I read an article on it once, can't remember the link for it though.