Revision [2372]
Last edited on 2009-07-08 09:19:49 by WikiAdminAdditions:
Some say add "-vc ffmpeg12vdpau,ffwmv3vdpau,ffvc1vdpau,ffh264vdpau," to smplayer advanced mplayer option. The trailing comma is important. But that didn't quite work. I can select the codec at runtime by going to view file info tho.
Deletions:
Revision [2371]
Edited on 2009-07-08 09:08:13 by WikiAdminAdditions:
Note: some say add "-vc ffmpeg12vdpau,ffwmv3vdpau,ffvc1vdpau,ffh264vdpau," to smplayer advanced mplayer option. The trailing comma is important.
Revision [2370]
Edited on 2009-07-08 08:48:10 by WikiAdminAdditions:
I use smplayer as frontend, so I configured smplayer to use the new mplayer binary, change video output to User defined... and put in vdpau. Wala, that worked! I haven't figured out how to configure smplayer to use the vdpau codecs just yet, maybe that's why I didn't notice any performance or quality difference with the default xv video output, nor is my 8600 gpu getting hotter on a 720p mkv file. But ah I can use mplayer cli with vdpau codec
/opt/mplayer/bin/mplayer -vo vdpau -vc ffh264vdpau Bourne_Ultimatum_hddvd.mkv
/opt/mplayer/bin/mplayer -vo vdpau -vc ffh264vdpau Bourne_Ultimatum_hddvd.mkv
Deletions:
Revision [2369]
Edited on 2009-07-08 08:41:21 by WikiAdminAdditions:
===Nvidia VDPAU (PureVideo2)===
Get latest mplayer source either from export tgz or from subversion. Ensure you have the headers in place. I installed nvidia's 185 driver which comes with that. But I also have the 180 driver from ubuntu restricted driver repo. So I'll fetch that header as well.
aptitude install nvidia-180-libvdpau-dev
aptitude build-dep mplayer
cd mplayer-src
./configure --enable-vdpau --prefix=/opt/mplayer
make -j2
make install
I use smplayer as frontend, so I configured smplayer to use the new mplayer binary, change video output to User defined... and put in vdpau. Wala, that worked! Tho I didn't notice any performance or quality difference with the default xv video output, nor is my 8600 gpu getting hotter on a 720p mkv file.
Get latest mplayer source either from export tgz or from subversion. Ensure you have the headers in place. I installed nvidia's 185 driver which comes with that. But I also have the 180 driver from ubuntu restricted driver repo. So I'll fetch that header as well.
aptitude install nvidia-180-libvdpau-dev
aptitude build-dep mplayer
cd mplayer-src
./configure --enable-vdpau --prefix=/opt/mplayer
make -j2
make install
I use smplayer as frontend, so I configured smplayer to use the new mplayer binary, change video output to User defined... and put in vdpau. Wala, that worked! Tho I didn't notice any performance or quality difference with the default xv video output, nor is my 8600 gpu getting hotter on a 720p mkv file.