Posts: 23
Threads: 4
Joined: May 2019
Hello Selur!
Temporar AQ is an inactive and it is a non selectable option in NVENCC HEVC settings, despite NVENCC officially supports it.
Can you fix that in NVENCC?
Can you add it to the FFMPEG version of NVENC too?
And can you write a short suggestion for the users into the help panel of Hybrid, that Temporar AQ can increase quality only in VBR (Variable bitrate) mode, in CBR mode it is not suggested..
Thank you very much!
Best regards!
Alexander
Posts: 10.981
Threads: 57
Joined: May 2017
'NVEncC --help' reports:
--aq-temporal [H264] enable temporal adaptive quantization
which is why it's disabled atm.
Since
https://github.com/rigaya/NVEnc/blob/mas...ions.en.md doesn't report it as H.264 only any more I'll adjust it for the next release.
Cu Selur
Posts: 736
Threads: 70
Joined: Feb 2020
Hello Selur!
It seems that in the last dev-build the temporal adaptive quantization is still not enabled for Codec h265. I enabled it manually by changing the flag "<HybridData name="aqTemporal" value="true"/>" in the "xml" configuration file, but it seems that it does not makes any difference in the ouput, probably it is effective if used with variable bitrate (*), but this is not a kind of encoding which I'm using with Nvenc. Vice versa the spatial adaptive quantization works and improve significantly the encoding quality (at cost of a bigger size).
(*)
I found something in this post:
http://forum.doom9.net/showthread.php?t=176889&page=6
Posts: 10.981
Threads: 57
Joined: May 2017
Quote:It seems that in the last dev-build the temporal adaptive quantization is still not enabled for Codec h265.
It should be available if:
a. 'AQ (temporal) yes' is included in the 'Codec: H.265/HEVC' section of the 'NVEncC --check-features' output
b. another 'Encoding mode' than 'constant quantizer' is used.
If working around that detection by either:
a. adding '--aq-temporal' to the command line, or
b. overwriting the settings in the xml
and thus changing the command line, doesn't have any effect on the output, there is nothing I can do about it.
Cu Selur