rigaya / QSVEnc

QSVによる高速エンコードの性能実験
http://rigaya34589.blog135.fc2.com/blog-category-10.html
Other
322 stars 31 forks source link

tskip is always on in hevc 10bit #82

Closed quamt closed 2 years ago

quamt commented 2 years ago

Using hevc 10 bit tskip is always auto on. The same goes for WeightP WeightB Is tis supposed to be like this?

QSVEncC (x64) 7.13 (r2804) by rigaya, Aug 25 2022 13:12:55 (VC 1933/Win)
OS             Windows 11 x64 (22000) [UTF-8]
CPU Info       12th Gen Intel Core i9-12900K [4.92GHz] (8P+8E,16C/24T) <AlderlakeS>
GPU Info       Intel UHD Graphics 770 (32EU) 300-1550MHz [125W] (31.0.101.3222)
Media SDK      QuickSyncVideo (hardware encoder) PG, 3rd GPU, API v1.255

Ext. Features WeightP WeightB tskip ctu:64 sao:none

rigaya commented 2 years ago

WeightP and WeightB is auto selected by ecoder by default, and it seems to be always enabled.

For tskip, it is possible to disable it by --no-tskip.

quamt commented 2 years ago

OK. Thank you very much. I couldn't find the--no-tskip in the QSVEncC_Options.en.md or the command line help that's why I wondered if it can be disabled.