zimbatm / ffmpeg-static

Scripts to build ffmpeg with all the deps statically (webm + h264 included)
ISC License
494 stars 245 forks source link

x265 not supporting 10 and 12 bit #84

Open cvanhalt opened 5 years ago

cvanhalt commented 5 years ago

build.sh is executing multilib.sh, but x265 lib is not capable of 10 and 12 bit processing.

Running ffmpeg -h encoder=libx265 shows only support for 8 bit.