XBMC Community Forum
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)



RE: Howto Install XBMC PVR Xvba for AMD/ATI Radeon and Fusion GPUs - wsnipex - 2012-04-23 09:46

(2012-04-22 21:44)FernetMenta Wrote:  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.

I can reproduce this: not stopping the video and starting another (or two) leads to a freeze/crash.
imho starting a video should auto stop an already playing video in background


RE: Howto Install XBMC PVR Xvba for AMD/ATI Radeon and Fusion GPUs - Snippo - 2012-04-23 12:57

I just tried a clean xvba build and I still have the same problem. I also noticed this on GitHub: https://github.com/FernetMenta/xbmc/issues/37 .
I download the sample and this one also gives a lot of artifacts. Maybe this is related to the problems with the sample I uploaded?

I'll join #xbmc-xvba later. At the moment I don't have much spare time.

Edit: Just installed xbmc from the xbmc-xvba ppa. This time it works fine for my sample. I'll make a new xbmcbuntu install on a usb stick later to do some more testing. When I compile the latest build from git I get a lot of this kind of output: http://pastebin.com/x4DsurQF . Is that normal?


RE: Howto Install XBMC PVR Xvba for AMD/ATI Radeon and Fusion GPUs - FernetMenta - 2012-04-23 20:24

(2012-04-23 09:46)wsnipex Wrote:  I can reproduce this: not stopping the video and starting another (or two) leads to a freeze/crash.
imho starting a video should auto stop an already playing video in background

Starting a new video does stop the playing one but decoder resources are cleared down after the last frame has left the render buffers. Hence you have situations with two decoder instances.


RE: Howto Install XBMC PVR Xvba for AMD/ATI Radeon and Fusion GPUs - Beninho - 2012-04-23 20:43

(2012-04-23 09:46)wsnipex Wrote:  
(2012-04-22 21:44)FernetMenta Wrote:  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.

I can reproduce this: not stopping the video and starting another (or two) leads to a freeze/crash.
imho starting a video should auto stop an already playing video in background

It occurs when I stopped the video and when I just paused. Sometimes i'am forced to reboot because I just cannot start a new video.

The htpc also starts hang'in when it's paused for longer then 5 minutes. Very annoying.

Here's a new log from yesterday http://dl.dropbox.com/u/3523108/xbmc_crashlog-20120422_173344.log


RE: Howto Install XBMC PVR Xvba for AMD/ATI Radeon and Fusion GPUs - FernetMenta - 2012-04-23 21:09

Code:
17:10:31 T:140285433517824  NOTICE:  fps: 23.976024, pwidth: 1424, pheight: 1080, dwidth: 1424, dheight: 1080
17:10:31 T:140285433517824   DEBUG: OutputPicture - change configuration. 1424x1080. framerate: 23.98. format: XVBA
17:10:31 T:140285433517824   DEBUG: Resolution 1360x768 @ 60.02 - Full Screen (12) not a very good match for fps 23.976 (weight: 0.166), trying 2:3 cadence
17:10:31 T:140285433517824  NOTICE: Display resolution ADJUST : 1360x768 @ 60.02 - Full Screen (12) (weight: 0.001

Can you try with refresh rates which are closer to video fps?


RE: Howto Install XBMC PVR Xvba for AMD/ATI Radeon and Fusion GPUs - Beninho - 2012-04-25 08:24

Ehm,

Will try that.

You mean refreshrate in system settings? Or per video?


RE: Howto Install XBMC PVR Xvba for AMD/ATI Radeon and Fusion GPUs - gonesuper - 2012-04-25 20:19

Any ideas why the pvr and xvba options are missing from my install?

fresh ubuntu 12.04 with jockey amd drivers and the xbmc-xvba-eden ppa

EDIT: Just noticed theres a more recent version of xbmc in the ubuntu repository.

Fixed it by installing synaptic package manager then forcing the version from this ppa on xbmc and xbmc-bin


RE: Howto Install XBMC PVR Xvba for AMD/ATI Radeon and Fusion GPUs - abudabi - 2012-04-25 21:25

Sorry of this is a stupid question or of it's been answered before (been following for a while and can't recall it being asked).

I've read that AE will be merged with master sometime in May. Will this xvba code be following the same suit?


RE: Howto Install XBMC PVR Xvba for AMD/ATI Radeon and Fusion GPUs - wsnipex - 2012-04-25 22:28

whatever gets into master will get into the xvba branch until xvba gets merged into master too


RE: Howto Install XBMC PVR Xvba for AMD/ATI Radeon and Fusion GPUs - abudabi - 2012-04-25 22:57

Good enough for me!

Thanks wsnipex