XBMC Community Forum
[Solved] 10-bit h264 (Hi10) Support? - Printable Version

+- XBMC Community Forum (http://forum.xbmc.org)
+-- Forum: Development (/forumdisplay.php?fid=32)
+--- Forum: Feature Suggestions (/forumdisplay.php?fid=9)
+--- Thread: [Solved] 10-bit h264 (Hi10) Support? (/showthread.php?tid=106051)



- alexrose1uk - 2012-01-03 03:31

Subtitles are still semi-WIP, as Tiben focused more on resolving the crashing/dropout bugs that used to exist since coming back, rather than less crucial issues.

I'd suggest posting in the main thread, and providing or linking in some manner a sample, so Tiben can take a look into it, I believe he knows there are still things to be done with the subtitle engine, but without files to test/see issues it can be hard, I know JPSDR reported a few more issues.

I'll take working, and stable over some advanced features though, so I don't mind waiting a little bit.


- saiga6360 - 2012-01-05 13:47

Any chance for an openelec version?


- spiff - 2012-01-05 17:20

Lol.


- alexrose1uk - 2012-01-05 22:03

saiga6360 Wrote:Any chance for an openelec version?

Of DSPlayer? Unfortunately not, it's a Windows only (DirectShowPlayer) branch.


- saiga6360 - 2012-01-06 20:43

Sorry, wasn't aware DSplayer is Windows only. So there is no new way to improve 10bit playback for Openelec users?


- Kymus - 2012-01-08 23:01

zyro Wrote:Here it is: http://www.megaupload.com/?d=GMNQEVDW

Tested on Ubuntu 11.10. Also if you have an existing version of XBMC it should be replaced but the configuration will be preserved (no promises but it was for me.)

According to the release doc in the FFmpeg pulled, the build I tested is against v0.9.0.git if anyone is wondering about the features available. XBMC should pull whatever is being built for nightly snapshots.

Feel free to experiment with the script of course. I've cleaned it up for readability since I last ran it so let me know if any errors have sneaked in. I'm not an expert on this build system but I'll try to help if anyone runs into issues.

That file is no longer available; could you re-upload it?


- BurningSky - 2012-01-09 19:01

Kymus Wrote:That file is no longer available; could you re-upload it?

Try again, it is available. Wink


- Kymus - 2012-01-10 01:39

Thanks, much appreciated!


- onore - 2012-01-10 18:37

zyro Wrote:Hello all,

I see there's a lot of love here for 10-bit playback in XBMC under Windows and I've been keeping an eye on this thread hoping to get tips for Linux. Not much luck yet (unless that discussion has moved to a different thread and I've missed it) so I ventured out and tried to do it myself.

With the help of various blog posts and similar resources I've managed to compile latest FFmpeg and XBMC and test that it runs cleanly on my system (Ubuntu 11.10). FFmpeg compiled with VDPAU support and XBMC plays back both 8-bit and 10-bit with no issues. Haven't tested ordered chapters yet.

I very much doubt it's perfect and I've probably dumped a load of unnecessary libraries on my drive but it works so far. I've put all of this in a script that will fetch libraries/clone the latest git repos, build and install everything, if any other Linux users want it?

Very many thanks for this!! Even though its not perfect and I'm getting some issues sometimes when playing videos (like crashing with segmentation fault) it's better than the alternative mosaic picture with normal XBMC.

Atleast now I can watch 10bit content on my HTPC! I have Ubuntu 10.04 on it.


- zyro - 2012-01-11 01:28

Glad it was useful!

No crashes here yet, maybe in the Ubuntu 10.04 repo the library versions differ enough from those on 11.10 that you get somewhat different results? I've only tried the build/install after upgrading my HTPC to 11.10 so I'm not sure.

It's also possible you're seeing bugs in FFmpeg or XBMC itself since it does pull the very latest code every time you run the script. You'll get the very latest features and updates, but you'll also get any bugs that have just sneaked in but haven't been found/fixed yet. Waiting a few days and re-running the script may yield different results.

I'll probably update my installations within the next couple of weeks and update or enhance the script if needed.