![]() |
|
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 - Snippo - 2012-04-19 19:08 Is it possible that the xvba branch is incompatible with the dual audio patch? (perhaps you made some important changes to the files that get replaced by the audio patch?). Reason for asking is because I have problems compiling a build with both xvba support and the dual audio patch (see the link for more information). RE: Howto Install XBMC PVR Xvba for AMD/ATI Radeon and Fusion GPUs - FernetMenta - 2012-04-19 19:51 You cannot just replace files, you need to merge or apply a patch. Then resolve conflicts if there are any. RE: Howto Install XBMC PVR Xvba for AMD/ATI Radeon and Fusion GPUs - Snippo - 2012-04-19 22:12 I just tried to merge the files in git but I can't seem to get it to work. I guess all the 'merge' does is just replacing the files like I did earlier. What it should do (I guess..) is combining the files to a new file that has both the xvba and dual audio source code. But I can't figure out how to do that. Edit: I think I managed to get it to work. I used the patch file which can be found here to patch the xvba branch. While compiling it still gave some strange output (errors?) but everything seems to be working. I'm still curious though if there is any other way to do what I want? RE: Howto Install XBMC PVR Xvba for AMD/ATI Radeon and Fusion GPUs - Beninho - 2012-04-21 14:36 Hi, since a a few weeks I have some issues with my xbmc build --> xvba PVR from this thread. The issue comes foward when I switch from a video file to another video file or when i switch from a music file to a video file. After I've played a Video (codec does not matter) and make a quick switch to a new video I get a scrambled image on my screen and the system gets very slow. Everything start running through the screen (Live TV, previous Video en the "just started Video"). When I press STOP the system will go back to normal and I'am able to start the video normal (again). A reboot does not solve the problem (tried that many times) Can someone help me with this issue? Here's a crashlog from a fews week ago. http://dl.dropbox.com/u/3523108/xbmc_crashlog-20120329_224758.log *edit* Made a video of the issue http://dl.dropbox.com/u/3523108/2012-04-21%2014.45.40.mov RE: Howto Install XBMC PVR Xvba for AMD/ATI Radeon and Fusion GPUs - Snippo - 2012-04-22 15:44 I'm having some issues with one TV show. Every other movie, show or live TV plays fine but this one gives strange artifacts while playing. This is the media info for the file: http://pastebin.com/GcCT6tGt And this is the xbmc.log (file starts playing at 15:08:26 ) http://pastebin.com/vF28zNme I'm using fglrx 8.911. All of the episodes from this particular TV show season have the same problem.[/code] RE: Howto Install XBMC PVR Xvba for AMD/ATI Radeon and Fusion GPUs - fritsch - 2012-04-22 15:55 @Snippo: Any chance to upload a short sample, that shows the issue. I looked at the codec info and xvba should get this working. With a sample I could look if stuff in xvba_h264.c gets mapped correctly. I have the suspicion that the entropy_coding_mode_flag value does not get mapped failsafe enough, but can see this when the sample is loaded. RE: Howto Install XBMC PVR Xvba for AMD/ATI Radeon and Fusion GPUs - Snippo - 2012-04-22 17:04 Here is a small sample. I just remembered that I had the same issue with a TV channel a few days back. Now all TV channels work fine again though.
RE: Howto Install XBMC PVR Xvba for AMD/ATI Radeon and Fusion GPUs - fritsch - 2012-04-22 17:09 @Snippo: Can you join #xbmc-xvba? I tried the sample and do not see a single glitch. RE: Howto Install XBMC PVR Xvba for AMD/ATI Radeon and Fusion GPUs - Snippo - 2012-04-22 20:29 Hmm strange. I think it might have to do with the dual-audio patch then. The audio patch also messed up the video playback menu. I'll try to compile a clean xvba build and see if I still have the problem. This is what the sample looks like here: 1, 2. RE: Howto Install XBMC PVR Xvba for AMD/ATI Radeon and Fusion GPUs - FernetMenta - 2012-04-22 21:44 (2012-04-21 14:36)Beninho Wrote: Hi, since a a few weeks I have some issues with my xbmc build --> xvba PVR from this thread. I see that you have not stopped the playing video when you start a new one, right? Would this problem occur if you stopped the video first. Looks like the system is running out of resources. |