Re: [CentOS] Mplayer and VDPAU

2010-01-07 Thread Ralph Angenendt
Am 07.01.10 20:43, schrieb fred smith:
> On Thu, Jan 07, 2010 at 03:10:59PM +0100, Ralph Angenendt wrote:
>>> Yes, tried that. it doesn't list vdpau. however "strings mplayer |
>>> grep -y vdpau" turns up a number of instances of vdpau.
>>
>> Um, yes. But:
>>
>> [ra...@reboot ~]$ mplayer -vo help|grep vdpau
>> vdpau   VDPAU with X11
>> [ra...@reboot ~]$
> 
> Yeah. mine doesn't. are you using a pre-built mplayer from somewhere,
> or one you compiled yourself? I have this one:

Hmmm. That is on fedora and the mplayer is from rpmfusion. No idea if
they have one for CentOS.

Ralph

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Mplayer and VDPAU

2010-01-07 Thread fred smith
On Thu, Jan 07, 2010 at 03:10:59PM +0100, Ralph Angenendt wrote:
> > Yes, tried that. it doesn't list vdpau. however "strings mplayer |
> > grep -y vdpau" turns up a number of instances of vdpau.
> 
> Um, yes. But:
> 
> [ra...@reboot ~]$ mplayer -vo help|grep vdpau
> vdpau   VDPAU with X11
> [ra...@reboot ~]$

Yeah. mine doesn't. are you using a pre-built mplayer from somewhere,
or one you compiled yourself? I have this one:

# rpm -qa | grep -y mplayer
mplayer-fonts-1.1-3.0.rf
mplayer-codecs-20061022-1
mplayer-1.0-0.41.svn20090711.el5.rf
mplayer-codecs-extra-20061022-1
mplayerplug-in-3.55-1.el5.rf


-- 
 Fred Smith -- fre...@fcshome.stoneham.ma.us -
   But God demonstrates his own love for us in this: 
 While we were still sinners, 
  Christ died for us.
--- Romans 5:8 (niv) --
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Mplayer and VDPAU

2010-01-07 Thread Ralph Angenendt
> Yes, tried that. it doesn't list vdpau. however "strings mplayer |
> grep -y vdpau" turns up a number of instances of vdpau.

Um, yes. But:

[ra...@reboot ~]$ mplayer -vo help|grep vdpau
vdpau   VDPAU with X11
[ra...@reboot ~]$

Regards,

Ralph
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Mplayer and VDPAU

2010-01-06 Thread fred smith
On Wed, Jan 06, 2010 at 10:30:32PM +0100, Ralph Angenendt wrote:
> Am 06.01.10 21:01, schrieb fred smith:
> > Does anyone here know if the mplayer from rpmfusion
> > (mplayer-1.0-0.41.svn20090711.el5.rf) was compiled with VDPAU support?
> > 
> > I've looked on the mplayer web site and it says you can use vdpau, but it
> > doesn't say HOW. Would that be with something like "-vo vdpau" ??
> 
> "mplayer -vo help" should show you if there is a vdpau vo.

Yes, tried that. it doesn't list vdpau. however "strings mplayer |
grep -y vdpau" turns up a number of instances of vdpau.

-- 
 Fred Smith -- fre...@fcshome.stoneham.ma.us -
   But God demonstrates his own love for us in this: 
 While we were still sinners, 
  Christ died for us.
--- Romans 5:8 (niv) --
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Mplayer and VDPAU

2010-01-06 Thread Ralph Angenendt
Am 06.01.10 21:01, schrieb fred smith:
> Does anyone here know if the mplayer from rpmfusion
> (mplayer-1.0-0.41.svn20090711.el5.rf) was compiled with VDPAU support?
> 
> I've looked on the mplayer web site and it says you can use vdpau, but it
> doesn't say HOW. Would that be with something like "-vo vdpau" ??

"mplayer -vo help" should show you if there is a vdpau vo.

Ralph
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Mplayer and VDPAU

2010-01-06 Thread fred smith
On Wed, Jan 06, 2010 at 03:06:39PM -0500, Joshua Baker-LePain wrote:
> On Wed, 6 Jan 2010 at 3:01pm, fred smith wrote
> 
> > I've looked on the mplayer web site and it says you can use vdpau, but it
> > doesn't say HOW. Would that be with something like "-vo vdpau" ??
> 
> I have the following in ~/.mplayer/config:
> 
> vo=vdpau
> vc=ffmpeg12vdpau,ffh264vdpau,ffvc1vdpau,ffwmv3vdpau,
> 
> It forces mplayer to try the vdpau accelerated codecs first and then, if 
> none of them work, to select a non-vdpau one that does.
> 
> Whether or not that's the *best* way, I don't know, but it does work.

Thanks, Joshua. I'll give that a try.

> 
> -- 
> Joshua Baker-LePain
> QB3 Shared Cluster Sysadmin
> UCSF

-- 
 Fred Smith -- fre...@fcshome.stoneham.ma.us -
The Lord detests the way of the wicked 
  but he loves those who pursue righteousness.
- Proverbs 15:9 (niv) -
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Mplayer and VDPAU

2010-01-06 Thread Joshua Baker-LePain
On Wed, 6 Jan 2010 at 3:01pm, fred smith wrote

> I've looked on the mplayer web site and it says you can use vdpau, but it
> doesn't say HOW. Would that be with something like "-vo vdpau" ??

I have the following in ~/.mplayer/config:

vo=vdpau
vc=ffmpeg12vdpau,ffh264vdpau,ffvc1vdpau,ffwmv3vdpau,

It forces mplayer to try the vdpau accelerated codecs first and then, if 
none of them work, to select a non-vdpau one that does.

Whether or not that's the *best* way, I don't know, but it does work.

-- 
Joshua Baker-LePain
QB3 Shared Cluster Sysadmin
UCSF
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Mplayer and VDPAU

2010-01-06 Thread fred smith
Does anyone here know if the mplayer from rpmfusion
(mplayer-1.0-0.41.svn20090711.el5.rf) was compiled with VDPAU support?

I've looked on the mplayer web site and it says you can use vdpau, but it
doesn't say HOW. Would that be with something like "-vo vdpau" ??

Thanks!
-- 
---
 .Fred Smith   /  
( /__  ,__.   __   __ /  __   : / 
 //  /   /__) /  /  /__) .+'   Home: fre...@fcshome.stoneham.ma.us 
//  (__ (___ (__(_ (___ / :__ 781-438-5471 
 Jude 1:24,25 -
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos