rigaya / QSVEnc

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

Mistake in QSVEncC_Options.en.md ? #80

Closed quamt closed 2 years ago

quamt commented 2 years ago

In the QSVEncC_Options.en.md is written:

Special encoding, such as encoding for Bluray, requires max bitrate to be set. In those cases VBR or AVBR must be used, as max bitrate can be set only with those modes.

However when I enable --avbr and --bluray for QSVEncC it results in the below error:

Current encode mode (Bitrate Mode - AVBR) is not preferred for Bluray encoding, since it cannot set Max Bitrate. Please consider using Lookahead/VBR/CBR mode for Bluray encoding.

For the --quality setting it lists best, higher, high, balanced(default), fast, faster, fastest

Wasn't there settings 1, 2, 3, 4, 5, 6, 7 too, that's equivalent to the above or did that change?

rigaya commented 2 years ago

I've fixed bluray documents in 00ffa24.

Wasn't there settings 1, 2, 3, 4, 5, 6, 7 too, that's equivalent to the above or did that change?

It is currently equivalent to the above, but is will not be written in document, as it may change in the future.

quamt commented 2 years ago

Thank you.