Newer posts are loading.
You are at the newest post.
Click here to check if anything new just came in.
Click here to check if anything new just came in.
January 30 2010
MPlayer with nvidia cards
#!/bin/sh
# some of the vcodecs may have problems, for details look at -vc help
mplayer \
-display :0.0 \
-cache 8200 \
-subfont-text-scale 2 \
-fs \
-ao alsa \
-vo vdpau \
-vc ffh264vdpau,ffmpeg12vdpau,ffodivxvdpau,ffwmv3vdpau,ffvc1vdpau \
$*
