You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Related to #277 .
I configure and print most values and I can see that several do not have the default value that is given in the PDF. I set HEVC_USAGE to TRANSCODING first and then read almost all properties. At a quick glance the following are wrong:
NominalRange, LowLatencyInternal, TargetBitrate, PeakBitrate, MinQP_I, MaxQP_I, VBVBufferSize, HeaderInsertionMode, QualityPreset.
For some of them I believe the PDF has the correct value and it is a bug that the default in the code is wrong. Especially LowLatencyInternal feels like something that should not be set for TRANSCODING.
The text was updated successfully, but these errors were encountered:
e00E
changed the title
Many default values in the PDF are wrong
Many default values for the HEVC encoder are wrongly documented
Nov 25, 2021
Related to #277 .
I configure and print most values and I can see that several do not have the default value that is given in the PDF. I set HEVC_USAGE to TRANSCODING first and then read almost all properties. At a quick glance the following are wrong:
NominalRange, LowLatencyInternal, TargetBitrate, PeakBitrate, MinQP_I, MaxQP_I, VBVBufferSize, HeaderInsertionMode, QualityPreset.
For some of them I believe the PDF has the correct value and it is a bug that the default in the code is wrong. Especially LowLatencyInternal feels like something that should not be set for TRANSCODING.
The text was updated successfully, but these errors were encountered: