Adam Wieckowski

Results 48 comments of Adam Wieckowski

Unlocking. Apparently I was wrong. Please stick to the discussion until opening a new topic.

Hm... We're still on the old version, sth. around 2020, so cannot really either test or change (since this feature is actually mostly catered for the current developers). Is there...

Worst case, just add comments in CMakeLists on how to make it work with the new VTunes. If someone is looking for that feature, I'd assume the know how to...

Thanks, there is some good stuff in there. Will gradually fix some

CQF is similar to CRF in x265/x264, which means it is rate capped constant quality encoding. Constant quality, i.e. `--qp XY --qpa 1`. Capped, i.e. `--maxrate YZ`. So thats the...

> You mean --qp -qpa 1 --MaxBitrate? No, I mean `--qp A --qpa 1 --maxrate B`, thats for `vvencapp` tho. For the `vvencFFapp` the params are different.

> You mean --qp -qpa 1 --MaxBitrate? For `vvencFFapp`, `--QP=A -qpa 1 --MaxBitrate=B` (`-qpa 1` is the same as `--PerceptQPA=1`) seems the way to go. Mind that `-qpa 1` is...