[MPlayer-users] Decoder output

Reimar Döffinger Reimar.Doeffinger at gmx.de
Wed Apr 2 18:50:53 CEST 2014


On 02.04.2014, at 11:45, Safarin Samsudin <safarin87 at gmail.com> wrote:
> Hi All,
> 
> I'm new here, and also new to mplayer.
> My question is really simple, but I'm not sure about the solution.
> 
> Does anybody know how to get output something like this.
> 
> libva: libva version 0.32.0
> libva: va_getDriverName() returns 0
> libva: Trying to open /opt/X11R7/lib/dri/i965_drv_video.so
> libva: va_openDriver() returns 0
> Unsupported PixelFormat 61
> frame_count = 1
> handle = 16
> size = 552960
> used size = 518400
> srcx = 0
> srcy = 0
> srcw = 720
> srch = 480
> destx = 0
> desty = 0
> destw = 720
> desth = 540
> 
> Instead of like this
> 
> libva info: VA-API version 0.34.0
> libva info: va_getDriverName() returns 0
> libva info: Trying to open /usr/lib64/dri/i965_drv_video.so
> libva info: Found init function __vaDriverInit_0_34
> libva info: va_openDriver() returns 0
> 
> Does this require anything? Configuration?
> This is how I execute
> 
> F=videofilename.bits
> mplayer -nosound -fps 30 -vo vaapi -va vaapi ${F} 2>$F.decoder.2
>> $F.decoder.1

I don't know what you are using (my guess would be MPlayer2 which is a badly named separate project), but it's not MPlayer.
MPlayer does not have vaapi support. Instead you would have to use a VAAPI-to-VDPAU wrapper like libvdpau-va-gl with the usual "-vo vdpau -vc ffh264vdpau," or some such.


More information about the MPlayer-users mailing list