From 935a85e56aeb1c9ab9d3844ef32d87083ba10df6 Mon Sep 17 00:00:00 2001 From: Holy Wu Date: Wed, 3 Apr 2019 22:32:29 +0800 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c0f3b53..4d79e9c 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Usage vmaf.VMAF(clip reference, clip distorted[, int model=0, string log_path="", int log_fmt=0, bint ssim=False, bint ms_ssim=False, int pool=1, bint ci=False]) -* reference, distorted: Clips to calculate VMAF score. Any planar format with integer sample type of 8-16 bit depth is supported. +* reference, distorted: Clips to calculate VMAF score. Any planar format except RGB with integer sample type of 8-16 bit depth is supported. * model: Sets which model to use. Refer to the [models](https://github.com/Netflix/vmaf/blob/master/resource/doc/models.md) page for more details. * 0 = vmaf_v0.6.1.pkl