An explanation for vvenc output #204
-
It's not a bug but it would be nice to get an explanation for the terms used in vvenc output (1/2/3).
Some items are pretty self-explanatory, e.g.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
So... this is a complicated question. First of all, a disclaimer. We inherited the output from VTM, so some of the things might not make sense for VVenC. 1st line: 2nd line: 3rd line: 4th line: 5th line is about the used speedups. Again, try looking up an option in 6th line: In the last line the threading configuration is described, while actually the only important info here is the number of threads (NumThreads). From user perspective, the most important infos are contained in lines 1, 3, 4, 6 and 7. Within those the settings to lookout for are:
About the per frame outputs:
You can configure most of the settings either with the FF-app or using the Hope this helps. Best, Adam |
Beta Was this translation helpful? Give feedback.
So... this is a complicated question. First of all, a disclaimer. We inherited the output from VTM, so some of the things might not make sense for VVenC.
1st line:
Its the name of the exacutable, version (but beware that we only adapte a version before tagging it, so 1.6.1 might mean the exact 1.6.1 tag or any untagged changes after it), and some compile info. Lastly, the used SIMD extension is specified.
2nd line:
Describes the used coding tools, i.e. the usage/non-usage and parametrization of various parts of the VVC standard. If you have speicifc questions about the tools feel free to ask, I can point you to some resources.
3rd line:
It is about encoder-only algorithm parametrization, …