diff mbox

[FFmpeg-devel] libvmaf: update docs

Message ID 20181022185825.41263-1-k@ylo.ph
State New
Headers show

Commit Message

Kyle Swanson Oct. 22, 2018, 6:58 p.m. UTC
From: Kyle Swanson <kswanson@netflix.com>

For context: https://github.com/Netflix/vmaf/issues/237

Signed-off-by: Kyle Swanson <kswanson@netflix.com>
---

I'll push this sometime in the next 24hrs unless someone has an issue. 

 doc/filters.texi | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Comments

Kyle Swanson Nov. 26, 2018, 11:16 p.m. UTC | #1
Hi,

On 10/22/18, Kyle Swanson <k@ylo.ph> wrote:
> From: Kyle Swanson <kswanson@netflix.com>
>
> For context: https://github.com/Netflix/vmaf/issues/237
>
> Signed-off-by: Kyle Swanson <kswanson@netflix.com>
> ---
>
> I'll push this sometime in the next 24hrs unless someone has an issue.

Almost forgot about this. Pushed an updated version. Thanks.

>
>  doc/filters.texi | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/doc/filters.texi b/doc/filters.texi
> index a2ef327688..5ab8ffbccb 100644
> --- a/doc/filters.texi
> +++ b/doc/filters.texi
> @@ -11243,7 +11243,9 @@ Set the file path to be used to store logs.
>  Set the format of the log file (xml or json).
>
>  @item enable_transform
> -Enables transform for computing vmaf.
> +This option can enable/disable the @code{score_transform} applied to the
> final predicted VMAF score,
> +if you have specified score_transform option in the input parameter file
> passed to @code{run_vmaf_training.py}
> +Default value: @code{false}
>
>  @item phone_model
>  Invokes the phone model which will generate VMAF scores higher than in the
> --
> 2.18.0
>
>

Kyle
diff mbox

Patch

diff --git a/doc/filters.texi b/doc/filters.texi
index a2ef327688..5ab8ffbccb 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -11243,7 +11243,9 @@  Set the file path to be used to store logs.
 Set the format of the log file (xml or json).
 
 @item enable_transform
-Enables transform for computing vmaf.
+This option can enable/disable the @code{score_transform} applied to the final predicted VMAF score,
+if you have specified score_transform option in the input parameter file passed to @code{run_vmaf_training.py}
+Default value: @code{false}
 
 @item phone_model
 Invokes the phone model which will generate VMAF scores higher than in the