Posts: 23,470
Joined: Aug 2011
Reputation:
1,101
fritsch
Team-Kodi Developer
Posts: 23,470
You can try github.com/btbn here especially the vpp-deinterlacing branch. I tried that one week ago with libva 1.3.0 and especially madi / maci which "should" be like yadif (which it is not - with just 1 ref frame), still did not really work, but good luck.
For bob only it's definitely not worth it, cause even baytrail nucs can do the SSE copy + bob in software.
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
Posts: 151
Joined: Nov 2010
Reputation:
0
Hi,
thank you very muich for the guide, works great. Just one question regarding the xbmc startup script. Sometimes it happens that the start procedure is stopped (or does not begin). After switching on you see the logon screen. Then you switch off and start again and it works. This happens every 10-15 startup.
Soes somebody have the same problem and knows how to solve it
Regards,
Alex
Posts: 23,470
Joined: Aug 2011
Reputation:
1,101
fritsch
Team-Kodi Developer
Posts: 23,470
Any logfiles available? Upstart, Syslog, etc dmesg?
Crystalball is out of order currently.
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
Posts: 6,810
Joined: Jul 2010
Reputation:
198
I think I have an idea but I am traveling and won't be able to fix before week end.
Posts: 23,470
Joined: Aug 2011
Reputation:
1,101
fritsch
Team-Kodi Developer
Posts: 23,470
In the meantime, I have updated the howto to Trusty. It makes a lot easier, cause no external ppas (despite xbmc) will be needed anymore.
For the upgraders:
- sudo ppa-purge ppa:wsnipex/mesa
- sudo ppa-purge ppa:wsnipex/xbmc-fernetmenta-master
- sudo do-release-upgrade -d (remove the -d when you do this, when trusty is already release)
- after reboot (xbmc will be gone):
sudo apt-get install deborphan
sudo apt-get remove --purge `deborphan`
dpkg --list |grep "^rc" | cut -d " " -f 3 | xargs sudo dpkg --purge
- Change the /etc/init/xbmc.conf file (see the new line to resolve tearing)
- sudo apt-add-repository ppa:wsnipex/xbmc-fernetmenta-master
- sudo apt-get update && sudo apt-get install xbmc xbmc-bin && sudo apt-get upgrade && sudo apt-get install libva-intel-vaapi-driver
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
Posts: 151
Joined: Nov 2010
Reputation:
0
Hi all,
I just tried to install the trusty mini on my NUC System (clean install) and it was aborted during the partitioning process. I tried it about 10 times with different options (cause the saucy release worked without problems). After 3 hours of testing I found out that switching to German language at the beginning was the reason. Using English everything worked without problems.
Maybe good to mention that at the beginning.
Regards,
Alex
Posts: 77
Joined: Oct 2009
Reputation:
0
2014-04-14, 21:32
(This post was last modified: 2014-04-14, 21:32 by javiertoti.)
How I should configure XBMC to play wmv and mkv files without issues?
With this files When I do a big step forrward/backward the video freezes for several seconds, it's quite annoying. Anyone knows how to fix it or can suggest me a right video configuration? I've got better results playing with Vaapi but not 100% perfect.
I run my files over a wired lan (not wireless) but I have the same problem with my own recorded Tv Shows in the internal mSATA drive.
Thanks!!!
Sony XR 55 A80J
Kodi Omega
Intel Nuc i3 + 4gb ram
OE 4.0.3
Posts: 118
Joined: Aug 2008
Reputation:
1
2014-04-16, 12:21
(This post was last modified: 2014-04-16, 12:21 by hal2100.)
@fritch: Maybe you can add your "migration steps" to thew first page? I think a lot of people came from saucy images.
And regarding deborphan, do the `` execute the command before it is purged afterwards? It seems strange to purge it first and then use the output, but maybe it is highly efficient.
Posts: 23,470
Joined: Aug 2011
Reputation:
1,101
fritsch
Team-Kodi Developer
Posts: 23,470
Nope, that's wanted. The last ocmmand only removes packages that have no installation source anymore.
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.