On Tue, 6 Nov 2007 18:08:30 +0100 (CET) Vincent Torri <[EMAIL PROTECTED]>
babbled:

> 
> 
> On Tue, 6 Nov 2007, raoul wrote:
> 
> > Le mardi 6 novembre 2007, Nelson Silva a écrit :
> >> Hi guys,
> >> I knew E for quite sometime but never really had the change to work on it.
> >> After seem some of your really great desktops, i had to give it a shot.
> >> I'm trying to put mplayer inside a E widget using evas and edje.
> >> Mplayer needs a wid (window id) to be able to work, pretty much as winId
> >> from QT. Is there a way ? using evas?
> >>
> >> thk
> >
> > Hi,
> >
> > Why not using Emotion? it's a lib used to embed video into Evas objects, and
> > it can use either xine backend or gstreamer backend.
> 
> mplpayer is sometimes the only player than can render streams fast enough 
> (for example hd content compressed with a h264 codec)

we dont use xvideo for display- that does put a dent in the video output speed
already. unless you use the GL engine and have a fragment-shader capable card
(nv6xxx and up for example), you will be using software for yuv->rgb and
scaling and that will... take its toll.

unfortunately mplayer provides NO way to use/integrate it with another app
(other than swallowing its window). it provides no way to have it provide yuv
data via a shm segment or whatever (without patching mplayer), that i know of,
thus it can't be used.

-- 
------------- Codito, ergo sum - "I code, therefore I am" --------------
The Rasterman (Carsten Haitzler)    [EMAIL PROTECTED]


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to