What advantages gives adaptive quantization... - Printable Version +- Selur's Little Message Board (https://forum.selur.net) +-- Forum: Hybrid - Support (https://forum.selur.net/forum-1.html) +--- Forum: Problems & Questions (https://forum.selur.net/forum-3.html) +--- Thread: What advantages gives adaptive quantization... (/thread-227.html) Pages:
1
2
|
What advantages gives adaptive quantization... - Peter82kr - 19.01.2018 ...do the adaptive quantization is present in hybrid?How to enable it,and how to set properly? EDIT: ok i found this switch in hybrid but i dont know what strenght is good for that.Seems this switch disables adaptive quantization.At my config strength and temporal is grayed out.Do the checked spatial enables adaptive quantization? RE: What advantages gives adaptive quantization... - Selur - 19.01.2018 No clue what encoder you use. RE: What advantages gives adaptive quantization... - Peter82kr - 19.01.2018 nvenc h265 how to enable adaptive quantization?do the strenght value must be biiger than zero?I have this option grayed out in that developer versjion last u send me.sorry for my english i found this : --aq-strength <float> Adjust the strength of the adaptive quantization offsets. Setting --aq-strength to 0 disables AQ. At aq-modes 2 and 3, high aq-strengths will lead to high QP offsets resulting in a large difference in achieved bitrates. Default 1.0. Range of values: 0.0 to 3.0 here: http://x265.readthedocs.io/en/default/cli.html so i cant enable adaptive quantization in hybrid for now. You can do something with this? RE: What advantages gives adaptive quantization... - Selur - 19.01.2018 A. x265 has nothing todo with NVEnc. B. Hybrid will disable the option unless your graphic Card supports it. See: NVEncC --check-features RE: What advantages gives adaptive quantization... - Peter82kr - 19.01.2018 Ok.My graphic card dont supports this adaptive quentization.By the way you can tell me what is default value of constant quentizer for h265 codeck.I cant find that value.Do the hybrid value is default for that codeck or its random? I have gtx 1060 and no support for aq? :o When you updated last time h265 or nv encc its probably new feature. RE: What advantages gives adaptive quantization... - Selur - 19.01.2018 It's not really a new feature it's simply just not supported, (especially for H265) by most chips. Cu Selur RE: What advantages gives adaptive quantization... - Peter82kr - 16.05.2018 I stick here again because i have new info. I can enable AQ in staxrip but not in hybrid.Why?With staxrip works only adaptive quantization but not aq temporal.In hybrid none of this works.I dont want to change software to staxrip to enable adaptive quantization.Why it works in Staxrip and not in Hybrid?In Staxrip its represented by "--aq" RE: What advantages gives adaptive quantization... - Selur - 16.05.2018 Adaptive quantizer can be used if your are not using constant quantizer encoding. Hybrid has three adaptive quantization related options under 'NVEnc->Base->adaptive quantization': 1. spatial, this correlates to '--aq' and enabled the spatial adaptive quantization 2. strength, this correlates to '--aq-strength' and is only available when encoding to H.264. It allows to control the strength of the adaptive quantization 3. temporal, this correlated to '--aq-temporal' is only available when encoding to H.264 and when 'NVEncC --check-features' reports 'AQ (temporal) yes'. I got no problem using adaptive quantization here using a NVIDIA GTX 980 Ti and NVEncC. En-/Disabling 'Spatial' properly removes and adds '--aq' to the command line, don't see a mistake in Hybrids handling of the option. Quote:Why it works in Staxrip and not in Hybrid?I don't know if you simply didn't enable 'spatial' or if you have some problem I'm not aware of. From my current perspective Hybrid properly allows to enable spatial adaptive quantization without a problem. Cu Selur RE: What advantages gives adaptive quantization... - Peter82kr - 16.05.2018 I dont knowed that i cant use constant quantizer with aq.Now i can use aq vith bitrate setting not the quantization.Thanks for help. RE: What advantages gives adaptive quantization... - Selur - 16.05.2018 constant kind of means no fluctuation, adaptation,... |