View Single Post
Old 6th September 2020, 17:37   #22  |  Link
Reino
Registered User
 
Reino's Avatar
 
Join Date: Nov 2005
Posts: 693
I know that libx265 supports high-bit-depth. I should've chosen my words more carefully. What I meant was: the libx265 that's part of my FFmpeg binary doesn't support high-bit-depth, because...

http://hg.videolan.org/x265/file/tip/source/CMakeLists.txt:
Code:
if(X64)
    # NOTE: We only officially support high-bit-depth compiles of x265
    # on 64bit architectures. [...]
    [...]
endif(X64)
__________________
My hobby website
Reino is offline   Reply With Quote