![]() |
|
XBMC for Linux VDPAU - NVIDIA GPU video decoding support (now in the mainline SVN) - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Help and Support (/forumdisplay.php?fid=33) +--- Forum: XBMC General Help and Support (/forumdisplay.php?fid=111) +---- Forum: Linux and Live support (/forumdisplay.php?fid=52) +---- Thread: XBMC for Linux VDPAU - NVIDIA GPU video decoding support (now in the mainline SVN) (/showthread.php?tid=45525) Pages: 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 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 |
- americantabloid - 2009-02-19 14:43 Does the driver accelerate all h.264 material or has the material to encoding in a specific way? Regards at subtitles and dvd menu's - dafart - 2009-02-19 20:48 Currently using svn revision 17802 and vdpau is working great! Amazing to see the cpu usage at 10% while decoding x264 material 1080p 24 external .srt subtitles along with .srt embedded in .mkv files seems to be working fine, also xvid encoded .avi files and .iso dvd images appear to be working just fine. There are some issues I would like to report though: .ssa subtitles won't display and also it appears not to be possibe to navigate in dvd menu's in this version. Anyone experiencing the same issues? Nonetheless this vdpau support is an amazing achievement, thanks a great lot for all the effort put in this project! - motd2k - 2009-02-19 20:51 DVD menus were crashing XBMC-vdpau, so as a temporary measure i disabled the overlay (which broke subtitles too) - BLKMGK - 2009-02-20 01:33 americantabloid Wrote:Does the driver accelerate all h.264 material or has the material to encoding in a specific way? There are specific encodings expected supposedly but it's been found that most conform. I fully expected that my self encoded stuff wasn't going to work but awhile back someone looked at my settings and to my surprise I was told it would likely work - and HAS. It would seem that only the oddest of encodings isn't going to be supported. Try it and see, you may be surprise. If it wasn't for the DVD overlay being disabled I'd be loading it on the primary machine. I have both the main and this branch compiled - make install in whatever directory lets me swap back and forth
- americantabloid - 2009-02-20 09:11 Thanks for the info BLKMGK! - danillll - 2009-02-20 23:02 motd2k first thanks a LOT for all the dedicated time and the great features you added to XBMC. Having a fast CPU, hardware acceleration wasn't on top of my wishlist, however I really really really (you can tell how excited I am, can't you ) wanted to see extra filters in the dvdplayer to smoothen and denoise the picture and I just saw your bug http://trac.xbmc.org/changeset/17795 and noticed that you indeed implemented this feature. My questions for you and anybody who used these filters 1) how is the picture quality on a large screen tv? I love XBMC but my only concern was the picture quality and I have a 2 page thread http://forum.xbmc.org/showthread.php?tid=45425 explaining what I was experiencing with 1080p mkv playback and I highly believe that these filters will take care of these dancing pixels in the background, am I wrong? 2) I have live version installed on my machine, which is hardy OS version, I just want to double check that if I check out the vdapu branch I can just compile and run it on LIVE, right? 3) these filters are flawless? and I can tweak them from the GUI? Thanks again - phunqe - 2009-02-20 23:18 Game set and match XBMC
- fekker - 2009-02-20 23:53 I've gotta say, you've done one heck of a great job on this. This really does change things for xbmc (in a great way) - xanadu1979 - 2009-02-21 00:44 fekker Wrote:I've gotta say, you've done one heck of a great job on this. This really does change things for xbmc (in a great way) Hear hear! I might end up wiping my vista install and switching to Ubuntu just for this. - philter - 2009-02-21 11:38 Anyone got a moment to help me figure out my choppy playback issues with XBMC (and mplayer standalone)? First, my card's capabilities: OS: Ubuntu 8.10 Intrepid 2.6.27-7-generic ECS GF8200A Black v1.0 (chipset gets very hot, will swap with artic silver 5 and a light fan). 4GB RAM, 512 dedicated as shared with iGPU in BIOS. AMD Athlon X2 4850e 2.5ghz. http://www.newegg.com/Product/Product.aspx?Item=N82E16813135085 http://www.ecs.com.tw/ECSWebSite/Products/ProductsDetail.aspx?DetailID=873&CategoryID=1&DetailName=Feature&MenuID=123&LanID=0 Code: name width height typesNvidia drivers 180.29 reported by nvidia-settings loaded. When I try to play back using Mplayer (MPlayer dev-SVN-r28348-4.3.2 using nvidia's check-build-patch), the playback of all type sof files is very slow (mpeg2 is fastest, but still kinda skippy/jerky). When I kill mplayer I see this output: Code: ./mplayer -vo vdpau -vc ffh264vdpau ../../vids/Grey.tsI don't get any audio through my line out jacks, I haven't tried the hdmi. The video plays the same in XBMC. My iGPU is supported and my memory and CPU requirements are above adequate. I'm using the latest drivers and mplayer builds...anyone have any ideas? Thank you. |