[MPlayer-users] VDPAU missing out on AMD
Andy Furniss
adf.lists at gmail.com
Sat Dec 12 12:05:02 CET 2015
Mikus Grinbergs wrote:
>> Please provide vdpauinfo and mplayer -v your-options example-video
>> output.
>
> See http://pastebin.com/w1scqC2P
>
> The command line which gets an error is
>> export LIBVA_DRIVER_NAME=vdpau
>> export VDPAU_DRIVER=radeonsi
>> $vpgm -vf scale,lavc -vc ffh264vdpau,ffhevcvdpau,ffvc1vdpau, -ao
>> alsa -lavdopts threads=6 -framedrop $1 $2 $3 $4 $5
Looks like it would work with a simple line like
mplayer -vc ffh264vdpau infile
Recent ffmpeg has disables multithreaded decoding with vdpau.
Though it doesn't seem to affect anything in this case.
With x264 you shouldn't need fancy post processing as it's built in.
It seems the mysterious $1 ... options mess things up, though you have
-vf scale you probably need to put it somewhere else!
> The command line does not get an error with '-vc ffwmv3vdpau,' instead.
It falls back to software dec.
More information about the MPlayer-users
mailing list