![]() |
|
How to Install XBMC PVR Xvba for AMD/Nvidia/Intel GPUs - 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: How to Install XBMC PVR Xvba for AMD/Nvidia/Intel GPUs (/showthread.php?tid=116996) 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 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 |
RE: Howto Install XBMC PVR Xvba for AMD/ATI Radeon and Fusion GPUs - fritsch - 2012-04-03 15:54 Quote:Edit: I know that it is kind of obvious, but you might want to put it into the first post that turning off XVBA in Settings-Video might help to solve playback problems for level 5.0+ h264 files with low bitrate. Yes, it somehow defeats the purpose of this build, but most people want simply to watch movies and giving them that hint would be really right thing to do. Most people use AMD Fusion hardware. There is absolutely no chance to playback these highres, large number of reframes on the cpu. So they would just see "garbage" with correct speed or "8 to 9 fps". Don`t know what is worse :-) We hope to get better support with a new xvba-sdk (from AMD) soon. If you build from source, the attached patch should do this automatically. See: http://paste.ubuntu.com/913031/ I am aware that this patch only matches the codec, so 4.1 with 5 reframes would still be decoded on the gpu - to do this really right, one has to calc the reframes depending on the resolution / macroblocks. Update: Talked to master - patch won`t work. As we do not have this information that early in the process. Update2: wsnipex was so kind to update the front page of this thread. It now tells you about the possiblity to disable xvba to playback "garbage file" on the CPU - thx. RE: Howto Install XBMC PVR Xvba for AMD/ATI Radeon and Fusion GPUs - thctlo - 2012-04-03 19:55 (2012-04-03 14:19)fritsch Wrote: @xyzman and thctlo ok, i did some testing. the seen above in mkv also shows garbled pictures. but i have played the same scene in 1080p mts file, and then it looks nice, running on amd-350 cpu @800Mhz, then is on 1 cpu on 50% load. at full speed cpu 1600mhz, i only have about 20%cpu load. ( and my server is running also samba, webserver, mailserver, sabnzbd and some other stuff.. ) looks like a wrong codec or to old codec on linux with the killa sample. any other things i can test? RE: Howto Install XBMC PVR Xvba for AMD/ATI Radeon and Fusion GPUs - fritsch - 2012-04-03 20:05 @thctlo: That is not a problem with the age of a codec, also the scene does not matter. I can give you tons of files that do not work. The only change is the Codec Level and Reframes used to encode the original material. Files with 1080p and Refframes >= 5 do not work, cause this is out of spec for h264@High Level 4.1. You can calc this down for other resolutions. Formula: Code: /* Use fail-safe values (lower ref frames) */So, if you really want to know if a video is supported, calc this formula :-) RE: Howto Install XBMC PVR Xvba for AMD/ATI Radeon and Fusion GPUs - fritsch - 2012-04-03 20:16 Let`s calc this for 1920x1080 -> the surface is uncut of size 1920x1088 width: 1920 => mbw = 1920 / 16 = 120 height: 1088 => mbh = (1088 + 15) / 16 = 68 => max_ref_frames = 12288 * 1024 / ( 120 * 68 * 384) = 12582912 / 3133440 = 4 Now for the original file posted: width: 1280 => mbw = 1280 / 16 = 80 height 728 => mbh = (728 + 15 )/ 16 = 46 => max_ref_frames = 12582912 / (80 * 46 * 384) = 12582912 / (3680 * 384) = 12582912 / 1413120 = 8 All divisions are integer divisions. And some common rules. There is no single bluray which is > Level 4.1@High. So encoding a bluray with Level 5.1 High is absolutely foobar. The codec and higher settings can make sense for other streamed Data. RE: Howto Install XBMC PVR Xvba for AMD/ATI Radeon and Fusion GPUs - fldc - 2012-04-04 02:35 I just did an upgrade from 11.0~git20120207.1fef727-0ubuntu1~ppa1~oneiric to 11.0~git20120229.f38655f-0ubuntu1~ppa1~oneiric and playing mkv files no longer produces any audio, any hints on what could be going on?
RE: Howto Install XBMC PVR Xvba for AMD/ATI Radeon and Fusion GPUs - fritsch - 2012-04-04 05:59 (2012-04-04 02:35)fldc Wrote: I just did an upgrade from 11.0~git20120207.1fef727-0ubuntu1~ppa1~oneiric to 11.0~git20120229.f38655f-0ubuntu1~ppa1~oneiric and playing mkv files no longer produces any audio, any hints on what could be going on? Please try the most newest version, which is 2:11.0~git20120326.1649-b6b4562-0oneiric. This one should be installed with the ppa enabled and a simple apt-get upgrade. Please report back. Issues I can think off: - a) Sound is muted (if no error message) - b) Change your audio device, if not muted - and a) again :-) - c) provide a logfile with debugging turned on Greetings Peter RE: Howto Install XBMC PVR Xvba for AMD/ATI Radeon and Fusion GPUs - fldc - 2012-04-04 10:51 (2012-04-04 05:59)fritsch Wrote:The version i upgraded to via apt was of course 11.0~git20120326.1649-b6b4562-0oneiric, my bad, the problem is this only happens with mkv files, nothing else, so the audio device is not muted.(2012-04-04 02:35)fldc Wrote: I just did an upgrade from 11.0~git20120207.1fef727-0ubuntu1~ppa1~oneiric to 11.0~git20120229.f38655f-0ubuntu1~ppa1~oneiric and playing mkv files no longer produces any audio, any hints on what could be going on? Here is a log of first playing an xvid file which produce audio and then playing an mkv file ![]() http://pastebin.com/ztB6vRB7 EDIT: I spoke to soon, i just happened to choose files using ac3, which is not working
RE: Howto Install XBMC PVR Xvba for AMD/ATI Radeon and Fusion GPUs - fritsch - 2012-04-04 10:58 @fldc Quote:10:32:58 T:11601664 INFO: AC3 pass through is enabled Go to the audio settings and uncheck AC3 and DTS. And retry afterwars. What speakers do you have connected and what other audio settings do you have? RE: Howto Install XBMC PVR Xvba for AMD/ATI Radeon and Fusion GPUs - fldc - 2012-04-04 11:06 (2012-04-04 10:58)fritsch Wrote: @fldc Ok, don't I feel stupid, thank you, missed that!
RE: Howto Install XBMC PVR Xvba for AMD/ATI Radeon and Fusion GPUs - fritsch - 2012-04-04 11:10 No Problem at all. Next time for such small issues, you can join the irc channel. As this thread gets really unreadable by time :-). |