BtbN / FFmpeg-Builds

MIT License
7.08k stars 973 forks source link

Feature Request: Enabiling high bitdepth mode for VP9 #20

Closed cdgriffith closed 3 years ago

cdgriffith commented 3 years ago

According to VP9 Encoding Guide just need to add --enable-vp9-highbitdepth, but I have not tested it yet myself.

Just noticed that the libvpx-vp9 didn't support 10-bit pixel format currently:

Encoder libvpx-vp9 [libvpx VP9]:
    General capabilities: delay threads
    Threading capabilities: auto
    Supported pixel formats: yuv420p yuva420p yuv422p yuv440p yuv444p gbrp

Thanks again for your builds! FastFlix have been able to support a wide array of encoders and options thanks to it!

cdgriffith commented 3 years ago

Just confirming that it did work with the new build, thanks!

Encoder libvpx-vp9 [libvpx VP9]:
    General capabilities: delay threads
    Threading capabilities: auto
    Supported pixel formats: yuv420p yuva420p yuv422p yuv440p yuv444p yuv420p10le yuv422p10le yuv440p10le yuv444p10le yuv420p12le yuv422p12le yuv440p12le yuv444p12le gbrp gbrp10le gbrp12le