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!
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.
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
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
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.
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:
[ralph@reboot ~]$ mplayer -vo help|grep vdpau vdpau VDPAU with X11 [ralph@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
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:
[ralph@reboot ~]$ mplayer -vo help|grep vdpau vdpau VDPAU with X11 [ralph@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