2009/8/10 Nich <narthol...@gmail.com>: > To use VDPAU hardware acceleration you need to specify a hardware codec also > - As I use VDPAU all the time i have this configured in my mplayer config > (~/.mplayer/config) as so: > > vo=vdpau > vc=ffmpeg12vdpau,ffwmv3vdpau,ffvc1vdpau,ffh264vdpau, > > Which lists all of the VDPAU codecs, and allows for fallback to the other > codecs if a matching codec cant be found (thats what the trailing , is for). > I have never had an issue with video in this setup. > If you wish to run that from the command line I beleve the command would be: > `mplayer -vo vdpau -vc ffmpeg12vdpau,ffwmv3vdpau,ffvc1vdpau,ffh264vdpau, > <file>`
Interesting... I found on the web a similar command-line, but I didn't understand the meaining of the traling comma. I think that I will modifiy my ~/.mplayer/config too. Manuel Fiorelli