Ari Lemmetti
Ari Lemmetti
Hi, There are already a few algorithms / early termination conditions like that for search in Kvazaar. The option `--cu-split-termination=zero` (which is currently enabled by default) stops the recursive splitting...
The `--cu-split-termination=off` option stops the splitting if a condition is met (cbf = 0). Maybe I did not understand your question? If you just want to search and code, let's...
Hi, I set KVZ_BIT_DEPTH to 10 (found in kvazaar.h file), compiled Kvazaar, and copy pasted your options. Encoding seems to work properly. What is the error message? PS. The bitrate...
Hi, It has been vacation season here, hence the late reply. This SEI message has not been implemented in Kvazaar so far. Is there some reason this would be useful?
Hi, RA is used with --gop=8 and --gop=16 Maybe we should to add this to readme
...and low-delay with B slices is enabled with --bipred if a low-delay configuration has been set, even though the "lp" GOP definition suggests otherwise.
Hi, Thanks for reporting and creating a pull request. We are currently looking into the possibility of changing the license to a more permissive one. Do you grant us the...
Great. Thank you.
Hi, There is a separate branch for visualization. No special steps to perform except to add some DLLs (and an optional font) to the correct place. Visualization starts when Kvazaar...
Just realized this was about VS code and not visual studio. I'm not sure what exactly you want to do (build Kvazaar or just run Kvazaar with visualization?). Most of...