You are not logged in.

#1 2009-05-22 08:22:49

tyr0
Member
Registered: 2007-06-02
Posts: 152

[Request] vlc with VDPAU patches

Actually I don't know how good the VDPAU patches for vlc are, however, is there anybody who wants to give these patches a try and write a PKGBUILD? smile

http://www.jbkempf.com/blog/post/2009/0 … and-nVidia

Offline

#2 2009-05-23 00:23:21

Gen2ly
Member
From: Sevierville, TN
Registered: 2009-03-06
Posts: 1,529
Website

Re: [Request] vlc with VDPAU patches

Ah this be nice.  Didn't know that VlC was working on this.


Setting Up a Scripting Environment | Proud donor to wikipedia - link

Offline

#3 2009-07-05 20:17:58

uwinkelvos
Member
Registered: 2009-06-07
Posts: 129

Re: [Request] vlc with VDPAU patches

http://forum.videolan.org/viewtopic.php … 15#p205875

It should not be too hard to get this working.
1) I just checked, that the ffmpeg vaapi patches already are in svn trunk. So the ffmpeg-svn from aur should be sufficient.
2) vlc git should be fine with a patched configure.ac
3) then we need libva and vdpau video from: http://www.splitted-desktop.com/~gbeauchesne/ And this is where me efforts fail. when i apply the libva patches and try to build with ./configure && make i get some errors. This is some kind of autotools problem, but i really dont know how to solve this.

Offline

#4 2009-07-08 12:13:54

uwinkelvos
Member
Registered: 2009-06-07
Posts: 129

Re: [Request] vlc with VDPAU patches

"autoreconf --install", was what i was looking for. (autogen.sh is missing in the 0.30 series) Lets see might be, we will have a vdpau and va enabled vlc tonight!

Offline

#5 2009-07-09 21:51:23

uwinkelvos
Member
Registered: 2009-06-07
Posts: 129

Re: [Request] vlc with VDPAU patches

Offline

#6 2010-05-04 12:36:14

heaven
Member
Registered: 2009-11-24
Posts: 32

Re: [Request] vlc with VDPAU patches

He works but I don't see any improvements.

Offline

#7 2010-05-12 02:05:52

uwinkelvos
Member
Registered: 2009-06-07
Posts: 129

Re: [Request] vlc with VDPAU patches

btw: it does finaly work!

1) install libva-sds and your vaapi video driver. e.g. vdpau-video
2) recompile ffmpeg with --enable-vaapi
3) build this package http://aur.archlinux.org/packages.php?ID=26800 with --enable-libva
4) startup vlc and select tools->preferences->input & codecs->use gpu acceleration

Offline

#8 2010-11-21 08:38:22

Dehir
Banned
Registered: 2009-11-08
Posts: 28

Re: [Request] vlc with VDPAU patches

Well what i have to say about that is. I did all the previous that uwinkelvos did describe and didnt managed to get vdpau as an option in vlc video input codecs :\

Offline

#9 2010-11-21 08:52:03

wonder
Developer
From: Bucharest, Romania
Registered: 2006-07-05
Posts: 5,941
Website

Re: [Request] vlc with VDPAU patches

Dehir wrote:

Well what i have to say about that is. I did all the previous that uwinkelvos did describe and didnt managed to get vdpau as an option in vlc video input codecs :\

if you did that then you did it wrong.

vlc from extra supports libva for some time now. the only package that you need now is vpdau-video + the option in vlc to be enabled


Give what you have. To someone, it may be better than you dare to think.

Offline

#10 2010-11-26 15:17:41

Rasi
Member
From: Germany
Registered: 2007-08-14
Posts: 1,914
Website

Re: [Request] vlc with VDPAU patches

wonder wrote:
Dehir wrote:

Well what i have to say about that is. I did all the previous that uwinkelvos did describe and didnt managed to get vdpau as an option in vlc video input codecs :\

if you did that then you did it wrong.

vlc from extra supports libva for some time now. the only package that you need now is vpdau-video + the option in vlc to be enabled

hmm... well i have all those packages, but vlc has no vdpau option...


He hoped and prayed that there wasn't an afterlife. Then he realized there was a contradiction involved here and merely hoped that there wasn't an afterlife.

Douglas Adams

Offline

#11 2010-11-26 15:42:02

Gusar
Member
Registered: 2009-08-25
Posts: 3,607

Re: [Request] vlc with VDPAU patches

Rasi wrote:

hmm... well i have all those packages, but vlc has no vdpau option...

VLC doesn't support VDPAU. It supports VAAPI. But vdpau-video is a bridge between those two.

Offline

#12 2010-11-26 21:44:08

azleifel
Member
Registered: 2007-10-28
Posts: 486

Re: [Request] vlc with VDPAU patches

Tools -> Preferences -> Input & Codecs -> Use GPU acceleration (experimental)

$ vlc /mnt/free/Video/vdr/Return_of_the_Goodies/2010-11-13.19.58.99.99.rec/001.vdr 
VLC media player 1.1.5 The Luggage (revision exported)
Blocked: call to unsetenv("DBUS_ACTIVATION_ADDRESS")
Blocked: call to unsetenv("DBUS_ACTIVATION_BUS_TYPE")
Blocked: call to setlocale(6, "")
Blocked: call to sigaction(17, 0x7f5904815ac0, 0x7f5904815b60)
Blocked: call to setlocale(6, "")

(process:28455): Gtk-WARNING **: Locale not supported by C library.
    Using the fallback 'C' locale.
Warning: call to signal(13, 0x1)
libva: libva version 0.31.1
Xlib:  extension "XFree86-DRI" missing on display ":0.0".
libva: va_getDriverName() returns 0
libva: Trying to open /usr/lib/dri/nvidia_drv_video.so
Blocked: call to setlocale(1, "C")
Blocked: call to setlocale(1, "en_GB.utf8")
Blocked: call to setlocale(1, "C")
libva: va_openDriver() returns 0
[0x1c3c4b0] avcodec decoder: Using VA API version 0.31 for hardware decoding.

Offline

Board footer

Powered by FluxBB