Kodi Community Forum
Linux HEVC 10bit Kodi - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Linux (https://forum.kodi.tv/forumdisplay.php?fid=52)
+---- Thread: Linux HEVC 10bit Kodi (/showthread.php?tid=288299)

Pages: 1 2 3 4 5 6 7


RE: HEVC 10bit Kodi - fritsch - 2016-11-22

KabyLake can support HEVC-10 bit on Linux, but not yet in kodi. Mesa / Drm and kodi vaapi changes need to happen - but we can do that our own - nothing is holding us off.


RE: HEVC 10bit Kodi - fritsch - 2016-11-22

but time and no hw.


RE: HEVC 10bit Kodi - raidflex - 2016-11-22

I hate to have to return the 1050 if I can avoid it. Seems like it will be hit or miss when/if support will happen. It also doesn't help that I dislike Windows in general and want to try and avoid using it when possible. How is AMD's support currently?


RE: HEVC 10bit Kodi - fritsch - 2016-11-23

For AMD, intel, even nvidia you can implement it yourself. All opensource, including kodi. No need to return anything. You have it in your own hands.


RE: HEVC 10bit Kodi - FernetMenta - 2016-11-23

Last weekend I submitted a patch to Linux kernel. This is the first required step. I would like to get some feedback from the maintainers before going further.


RE: HEVC 10bit Kodi - FernetMenta - 2016-12-16

I have this working. Next I will submit a patch to mesa.


RE: HEVC 10bit Kodi - flyingernst - 2016-12-16

Nice and thanks for your work.

Gesendet von meinem ONEPLUS A3003 mit Tapatalk


RE: HEVC 10bit Kodi - waso - 2016-12-19

(2016-12-16, 18:27)FernetMenta Wrote: I have this working. Next I will submit a patch to mesa.

Great news, thank you, works like a charm btw.


RE: HEVC 10bit Kodi - raidflex - 2016-12-19

(2016-12-16, 18:27)FernetMenta Wrote: I have this working. Next I will submit a patch to mesa.

Is this regarding Kaby Lake support only?


RE: HEVC 10bit Kodi - fritsch - 2016-12-19

Apollo Lake, Kabilake works - all other intel hw has NO hw acceleration support for hevc10 bit.


RE: HEVC 10bit Kodi - raidflex - 2016-12-19

(2016-12-19, 22:51)fritsch Wrote: Apollo Lake, Kabilake works - all other intel hw has NO hw acceleration support for hevc10 bit.

Along with NVIDIA HW I presume still does not have HW support.


RE: HEVC 10bit Kodi - fritsch - 2016-12-19

nvidia vdpau is dead on linux they don't develop it anymore - there is no hevc-10 bit API support. There is another big fat proprietary lib that ffmpeg supports for newer nvidia generations. Surface sharing is done with OpenCL ...


RE: HEVC 10bit Kodi - raidflex - 2016-12-19

(2016-12-19, 22:58)fritsch Wrote: nvidia vdpau is dead on linux they don't develop it anymore - there is no hevc-10 bit API support. There is another big fat proprietary lib that ffmpeg supports for newer nvidia generations. Surface sharing is done with OpenCL ...

Just trying to figure out my options with the GTX 1050, and if I should just wait for implementation or jump to Kaby Lake. I don't mind waiting, but I also don't want to wait 6 months or a year.


RE: HEVC 10bit Kodi - fritsch - 2016-12-19

As of now I don't know anybody that wanted to implement a fourth hw decoder (it's not even a ffmpeg hwaccel) into kodi. Some ffmpeg guys phillipL and btbn thought loudly about doing that. But that's it - I don't know from any plans inside kodi to support yet another blob, meanwhile the GPU costs > 500 dollars (5 Apollo Lakes).

For the record: https://trac.ffmpeg.org/wiki/HWAccelIntro <- nvidia's new decoding API is called cuvid


RE: HEVC 10bit Kodi - raidflex - 2016-12-19

(2016-12-19, 23:22)fritsch Wrote: As of now I don't know anybody that wanted to implement a fourth hw decoder (it's not even a ffmpeg hwaccel) into kodi. Some ffmpeg guys phillipL and btbn thought loudly about doing that. But that's it - I don't know from any plans inside kodi to support yet another blob, meanwhile the GPU costs > 500 dollars (5 Apollo Lakes).

For the record: https://trac.ffmpeg.org/wiki/HWAccelIntro <- nvidia's new decoding API is called cuvid

Yeah, does not look good for support. I got the GTX 1050 because it was only $120 and I already had a PC to put it in, so it was the cheapest option.