Hi @NAmorim1,
I built new x265 and kaltura-ffmpeg packages with support for 10/12 bit color depths.
I pushed these to the 13.12.0 repo which will become the new stable version next week.
You can modify /etc/yum.repos.d/kaltura.repo to read:
[Kaltura]
name = Kaltura Server
baseurl = http://installrepo.origin.kaltura.org/releases/nightly/$releasever/RPMS/$basearch/
gpgkey = http://installrepo.kaltura.org/releases/RPM-GPG-KEY-kaltura
gpgcheck = 1
enabled = 1
[Kaltura-noarch]
name = Kaltura Server arch independent
baseurl = http://installrepo.origin.kaltura.org/releases/nightly/$releasever/RPMS/noarch
gpgkey = http://installrepo.kaltura.org/releases/RPM-GPG-KEY-kaltura
gpgcheck = 1
enabled = 1
and update kaltura-ffmpeg, x265-libs and kaltura-nginx [because it links against ffmpeg for certain features] from the nightly repo if you’d like to test it beforehand.