Selur's Little Message Board

Full Version: output format
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
(27.10.2020, 22:55)Selur Wrote: [ -> ]For H.264 with x264:
  • set "x264->Base->General Settings->Encoding mode" to "constant quantizer (1-pass)"
  • set "x264->Base->General Settings->Restriction Settings->AVC Profile" to "High4:4:4" or "None"
  • enable "x264->Base->General Settings->Lossless"
For AV1 with aomenc
  • set "aomenc->Base->Encoding mode" to "lossless (1pass)"
For H.265 with x265:
  • set "x265->Base->General Settings->Encoding mode" to "constant quantizer (1-pass)"
  • enable "x264->Base->General Settings->Lossless"
For H.265 with NVEnc: (assuming your card supports it)
  • set "NVEnc->Base->General Settings->Encoding mode" to "constant quantizer"
  • enable "NVEnc->Base->General Settings->Lossless"

Cu Selur

"For AV1 with aomenc" - aomenc ???
Huh (going to bed now)
(27.10.2020, 23:09)Selur Wrote: [ -> ]Huh (going to bed now)

Can't find any reference to aomenc in the SVT-AV1 settings.
aomenc is another av1 encoder, SVT-AV1 does not support lossless encoding atm. (afaik.)

Cu Selur
(28.10.2020, 05:36)Selur Wrote: [ -> ]aomenc is another av1 encoder, SVT-AV1 does not support lossless encoding atm. (afaik.)

Cu Selur

What container I can use with it?
Quote:What container I can use with it?
Hybrid support AV1 inside mp4 and mkv containers (or as raw .ivf).

Cu Selur
Pages: 1 2