FS#44002 - [x265] add support to 16bits encode (bitdepth)

Attached to Project: Arch Linux
Opened by Gustavo Alvarez (sl1pkn07) - Sunday, 01 March 2015, 21:59 GMT
Last edited by Maxime Gauduin (Alucryd) - Saturday, 02 January 2016, 17:29 GMT
Task Type Feature Request
Category Packages: Extra
Status Closed
Assigned To Bartłomiej Piotrowski (Barthalion)
Maxime Gauduin (Alucryd)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 2
Private No

Details

like a x264[1], x265 can handle encodes with High bitdepth

please add support to 16bits (10bits in x264)

only need add:

-DHIGH_BIT_DEPTH="1"

in a cmake options. see [2]

unfortunately, like in x264, can't handle the low and high bitdepth in a same executable/libs, needing make a separate lib, one for 8bits and other for 16bits, and one common CLI for both libs

greetings

[1] https://bugs.archlinux.org/task/33802
[2] https://bitbucket.org/multicoreware/x265/src/018e8bbaa854b1a4bd82b3a2e23f7775a77da5cc/source/CMakeLists.txt?at=default#cl-198
This task depends upon

Closed by  Maxime Gauduin (Alucryd)
Saturday, 02 January 2016, 17:29 GMT
Reason for closing:  Implemented
Comment by Gustavo Alvarez (sl1pkn07) - Sunday, 01 March 2015, 22:13 GMT
>one common CLI for both libs

this is not all true, I asked and needed a separate CLI, one for 8bits and other for 16bits

greetings

Loading...