How enable the WPP encoder in Vvenc #508
Unanswered
Ivann11-Carretero
asked this question in
Q&A
Replies: 1 comment 1 reply
-
You mean WPP as in the normative WPP? For us, the default parallelization is a WPP-like, but encoder-only, concept. That is what If you want the normative WPP (line-wise context propagation and reduced upper-right neighbor availability), you need to use |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am performing tests with the vvenc encoder and I need for one of them to enable only the WPP technique, I am using the following sequence .\vvencFFapp.exe -c . \c ...\cfg\randomaccess_medium.cfg -c ...\cfg\randomaccess_medium.cfg -t 4 --TileParallelCtuEnc 0 --FppLinesSynchro 0 --IFPLines 0 --IFP 0 --EnablePicPartitioning 1 --WppBitEqual 1
With this sequence then the summary provided by the encoder itself comes out as disabled, i.e. it says WPP: 0
Beta Was this translation helpful? Give feedback.
All reactions