Re: [x265] [PATCH] Introduce CLI/param options to control min and max VBV fullness

2020-09-09 Thread Alex Giladi
Hi Aruna, I don't understand the relationship between the patch and compression efficiency / compliance: +Increasing the minimum required fullness shall improve the compression efficiency, +but is expected to affect VBV conformance. Experimental option. 1. Does the result produce st

[x265] [PATCH] analysis-save/load: Enable reuse of cutree info in reuse-levels >= 2

2020-09-09 Thread Mahesh Pittala
>From d6025f47a444aed2906c5f6cf293e017410d0808 Mon Sep 17 00:00:00 2001 From: Mahesh Pittala Date: Wed, 9 Sep 2020 15:02:09 +0530 Subject: [PATCH] analysis-save/load: Enable reuse of cutree info in reuse-levels >= 2 --- source/encoder/analysis.cpp | 2 +- source/encoder/encoder.cpp | 2 +- 2 f

Re: [x265] [PATCH] Introduce CLI/param options to control min and max VBV fullness

2020-09-09 Thread Aruna Matheswaran
>From a78f4895c8d20fd431a1427a72ea71508a171409 Mon Sep 17 00:00:00 2001 From: Aruna Date: Wed, 9 Sep 2020 22:43:42 +0530 Subject: [PATCH] Introduce CLI/param options to control min and max VBV fullness Signed-off-by: Aruna --- doc/reST/cli.rst | 24 +--- sourc

Re: [x265] [PATCH] Introduce CLI/param options to control min and max VBV fullness

2020-09-09 Thread Aruna Matheswaran
On Mon, Sep 7, 2020 at 10:33 AM Gopi Satykrishna Akisetty < gopi.satykris...@multicorewareinc.com> wrote: > > > On Tue, Sep 1, 2020 at 8:41 PM Aruna Matheswaran < > ar...@multicorewareinc.com> wrote: > >> From 672d4b53dd35ea4b847ae3177403f526f74cda4e Mon Sep 17 00:00:00 2001 >> From: Aruna >> Dat

Re: [x265] [PATCH] Add real-time VBV fullness based QP tuning in VBV 2 pass

2020-09-09 Thread Aruna Matheswaran
Pushed to master On Wed, Sep 9, 2020 at 1:21 PM Kirithika Kalirathnam < kirith...@multicorewareinc.com> wrote: > From f83db031a5308bb6bc2ca54dd079e20630fc5701 Mon Sep 17 00:00:00 2001 > From: Kirithika > Date: Fri, 28 Aug 2020 09:20:47 +0530 > Subject: [PATCH] Add real-time VBV fullness based QP

Re: [x265] [PATCH] Add real-time VBV fullness based QP tuning in VBV 2 pass

2020-09-09 Thread Kirithika Kalirathnam
>From f83db031a5308bb6bc2ca54dd079e20630fc5701 Mon Sep 17 00:00:00 2001 From: Kirithika Date: Fri, 28 Aug 2020 09:20:47 +0530 Subject: [PATCH] Add real-time VBV fullness based QP tuning in VBV 2 pass This commit enables real-time VBV fullness based 2nd pass QP tuning. Experimental feature.Defaul