pkuvcl / xavs2

An open-source encoder of AVS2-P2/IEEE1857.4 video coding standard
GNU General Public License v2.0
234 stars 66 forks source link

Build fails when using 10-bit depth #9

Open dbermond opened 5 years ago

dbermond commented 5 years ago

I'm getting the following error when trying to build in 10-bit mode:

Commands used:

$ ./configure 
        --prefix='/usr' \
        --enable-shared \
        --bit-depth='10' \
        --chroma-format='all' \
        --enable-lto \
        --enable-pic \
        --disable-swscale \
        --disable-lavf \
        --disable-ffms \
        --disable-gpac
$ make -j1

It builds fine with 8-bit depth by using --bit-depth='8'.

System Information: OS: Arch Linux x86_64 Compiler: using gcc 7.3.1 to compile this (gcc 8.1.1 gives error) yasm: 1.3.0 l-smash: 2.14.5 xavs2: git master

luofalei commented 5 years ago

This is a known issue, 10-bit encoding would supported in later version.

zhongyizengzy commented 5 years ago

This is a known issue, 10-bit encoding would supported in later version.

大概什么时候提供10-bit版本?

Jamaika1 commented 1 month ago

https://github.com/pkuvcl/xavs2/pull/36