Posts: 137
Threads: 15
Joined: Oct 2020
(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 ???
Posts: 10.598
Threads: 57
Joined: May 2017
27.10.2020, 23:09
(This post was last modified: 27.10.2020, 23:11 by Selur.)
(going to bed now)
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 137
Threads: 15
Joined: Oct 2020
(27.10.2020, 23:09)Selur Wrote: (going to bed now)
Can't find any reference to aomenc in the SVT-AV1 settings.
Posts: 10.598
Threads: 57
Joined: May 2017
28.10.2020, 05:36
(This post was last modified: 28.10.2020, 06:33 by Selur.)
aomenc is another av1 encoder, SVT-AV1 does not support lossless encoding atm. (afaik.)
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 137
Threads: 15
Joined: Oct 2020
(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?
Posts: 10.598
Threads: 57
Joined: May 2017
Quote:What container I can use with it?
Hybrid support AV1 inside mp4 and mkv containers (or as raw .ivf).
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.