![]() |
|
|||||||
| AMD/ATI Linux Technical support and discussion of the ATI/AMD proprietary Linux driver. |
![]() |
|
|
Thread Tools | Display Modes |
|
#331
|
|||
|
|||
|
Can't you apply both patched to the same mplayer?
|
|
#332
|
|||
|
|||
|
|
|
#333
|
|||
|
|||
|
There are new libva packages available today. Anyway:
Code:
libavformat file format detected.
[lavf] Video stream found, -vid 0
[lavf] Audio stream found, -aid 1
VIDEO: [H264] 1920x816 24bpp 23.976 fps 7403.5 kbps (903.8 kbyte/s)
Clip info:
major_brand: isom
minor_version: 1
compatible_brands: isomavc1
Could not parse arguments at the position indicated below:
gl:reflect
^
-vo vaapi command line help:
Example: mplayer -vo vaapi:gl
Options:
dm=0|1|2
Use direct surface mapping (default: 2 - autodetect)
Error opening/initializing the selected video_out (-vo) device.
==========================================================================
Opening audio decoder: [faad] AAC (MPEG2/4 Advanced Audio Coding)
AUDIO: 48000 Hz, 2 ch, s16le, 94.8 kbit/6.17% (ratio: 11845->192000)
Selected audio codec: [faad] afm: faad (FAAD AAC (MPEG-2/MPEG-4 Audio))
==========================================================================
AO: [oss] 48000Hz 2ch s16le (2 bytes per sample)
Video: no video
Starting playback...
![]() I can never get this thing going. |
|
#334
|
|||
|
|||
|
You also need -va vaapi. And do NOT use 9-11 driver, only 9-10 works.
|
|
#335
|
|||
|
|||
|
Using the latest xvba package and I'm pretty sure I got all the command parameters in there. Been trying since the 9.10 betas with no luck.
|
|
#336
|
|||
|
|||
|
You can only use 9-10 FINAL not the beta from U. I hope you did NOT use the ati-installer on a 64 bit system as the 64 bit libs are not installed in that case.
|
|
#337
|
|||
|
|||
|
No. 9.10 final. I always build packages too, since that's the only way I can even get a positive feedback with vainfo.
|
|
#338
|
|||
|
|||
|
That's my tiny mplayer-vaapi wrapper - works for me...
Code:
#!/bin/sh mplayer -va vaapi -vo vaapi:gl "$@" |
![]() |
| Thread Tools | |
| Display Modes | |
|
|