I'm new to using git to obtain sources, and can't seem to get the vdpau sources into my local ffmpeg git tree. In /usr/local/src/VDPAU i've pulled the ffmpeg sources creating a ffmpeg-git directory with the usual ffmpeg data in it. I then try to pull the vdpau sources with "git clone --reference /usr/local/src/VDPAU/ffmpeg-git git://repo.or.cz/FFMpeg-mirror/ffmpeg-vdpau.git". This creates a ffmpeg-vdpau directory with nothing but .git in it; no sources. Anyone with more experince in this have any pointers on what I am doing wrong? I'm in the US running vdr 1.6.0-2 on an AMD x2 4600+ using ffmpeg and xine and have no problems with HD MPEG2 and H264 up to 1080i (some occasional stuttering), but the 1080p channels fail miserably. While waiting patiently for xine to support VDPAU, I'd like to get the driver and ffmpeg working with Mplayer to try things out.
Thanks Todd
isn't there support for VDPAU support for xine if you compile xine with option --with-externel-ffmpeg ?
kind regards
Newsy
--- HighlyCaffeinated javatodd32@yahoo.com schrieb am Di, 25.11.2008:
Von: HighlyCaffeinated javatodd32@yahoo.com Betreff: Re: [vdr] New Video Decode and Presentation API from NVidia An: vdr@linuxtv.org Datum: Dienstag, 25. November 2008, 15:13 I'm new to using git to obtain sources, and can't seem to get the vdpau sources into my local ffmpeg git tree. In /usr/local/src/VDPAU i've pulled the ffmpeg sources creating a ffmpeg-git directory with the usual ffmpeg data in it. I then try to pull the vdpau sources with "git clone --reference /usr/local/src/VDPAU/ffmpeg-git git://repo.or.cz/FFMpeg-mirror/ffmpeg-vdpau.git". This creates a ffmpeg-vdpau directory with nothing but .git in it; no sources. Anyone with more experince in this have any pointers on what I am doing wrong? I'm in the US running vdr 1.6.0-2 on an AMD x2 4600+ using ffmpeg and xine and have no problems with HD MPEG2 and H264 up to 1080i (some occasional stuttering), but the 1080p channels fail miserably. While waiting patiently for xine to support VDPAU, I'd like to get the driver and ffmpeg working with Mplayer to try things out.
Thanks Todd
_______________________________________________
vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
I'm wondering - may be xine will have native vdpau support - without ffmpeg ?
Goga
-----Original Message----- From: Newsy Paper newspaperman_germany@yahoo.com To: VDR Mailing List vdr@linuxtv.org Date: Thu, 27 Nov 2008 14:21:05 +0000 (GMT) Subject: Re: [vdr] New Video Decode and Presentation API from NVidia
isn't there support for VDPAU support for xine if you compile xine with option --with-externel-ffmpeg ?
kind regards
Приветствую, Goga777
yes, seems to it will be
https://lists.sourceforge.net/lists/listinfo/xine-devel I've have just heard about vdpau today :) Looks quite interesting, and sure asa i have a supported card (no luck with my 7600gs) and a bit of time, i will sure try to write a vdpau vo driver.