forked from linux-sunxi/libvdpau-sunxi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
29 lines (22 loc) · 1006 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
This is an experimental VDPAU implementation for sunxi SoCs.
Most features of full VDPAU are missing, only decoding of h264, mpeg1 and
mpeg2 and output of software-decoded videos will work.
Output bypasses X video driver, hence don't try to use Xv
at the same time.
Only tested with mplayer, if other players need unimplemented functions
something will fail.
$ make
$ make install
$ export VDPAU_DRIVER=sunxi
and then for mplayer:
$ mplayer -vo vdpau -vc ffmpeg12vdpau,ffh264vdpau, [filename]
or for mpv:
$ mpv --vo=vdpau --hwdec=vdpau --hwdec-codecs=all [filename]
Note: Make sure that you have write access to both /dev/disp and /dev/cedar_dev
To enable OSD support for e.g. subtitles, set VDPAU_OSD environment
variable to 1:
$ export VDPAU_OSD=1
This partly breaks X11 integration due to hardware limitations. The video
area can't be overlapped by other windows. For fullscreen use this is no
problem.
Note: this needs G2D, so make sure that you have write access to /dev/g2d.