[x265] [PATCH] smoke-test: add --log-level 4 option to the command line in the place of --cu-stats which was removed previously

Steve Borho steve at borho.org
Wed May 27 18:23:49 CEST 2015


On 05/27, Divya Manivannan wrote:
> # HG changeset patch
> # User Divya Manivannan <divya at multicorewareinc.com>
> # Date 1432730346 -19800
> #      Wed May 27 18:09:06 2015 +0530
> # Node ID 1f697f9a4d5d9f825ffe26ef93f339fcf6de7be1
> # Parent  49f81cae5865c3ec6f7bdf212ca1657a596bb728
> smoke-test: add --log-level 4 option to the command line in the place of --cu-stats which was removed previously.

at this point, what does log level 4 do in the absence of a CSV file?

also, we should use log level names in the test scripts

> diff -r 49f81cae5865 -r 1f697f9a4d5d source/test/smoke-tests.txt
> --- a/source/test/smoke-tests.txt	Wed May 27 18:01:39 2015 +0530
> +++ b/source/test/smoke-tests.txt	Wed May 27 18:09:06 2015 +0530
> @@ -6,14 +6,14 @@
>  
>  big_buck_bunny_360p24.y4m,--preset=superfast --bitrate 400 --vbv-bufsize 600 --vbv-maxrate 400 --hrd --aud --repeat-headers
>  big_buck_bunny_360p24.y4m,--preset=medium --bitrate 1000 -F4 --cu-lossless --scaling-list default
> -big_buck_bunny_360p24.y4m,--preset=slower --no-weightp --pme --qg-size 16
> +big_buck_bunny_360p24.y4m,--preset=slower --no-weightp --log-level 4 --pme --qg-size 16
>  washdc_422_ntsc.y4m,--preset=faster --no-strong-intra-smoothing --keyint 1 --qg-size 16
>  washdc_422_ntsc.y4m,--preset=medium --qp 40 --nr-inter 400 -F4
>  washdc_422_ntsc.y4m,--preset=veryslow --pmode --tskip --rdoq-level 0
>  old_town_cross_444_720p50.y4m,--preset=ultrafast --weightp --keyint -1
>  old_town_cross_444_720p50.y4m,--preset=fast --keyint 20 --min-cu-size 16
>  old_town_cross_444_720p50.y4m,--preset=slow --sao-non-deblock --pmode --qg-size 32
> -RaceHorses_416x240_30_10bit.yuv,--preset=veryfast --max-tu-size 8
> +RaceHorses_416x240_30_10bit.yuv,--preset=veryfast --log-level 4 --max-tu-size 8
>  RaceHorses_416x240_30_10bit.yuv,--preset=slower --bitrate 500 -F4 --rdoq-level 1
>  CrowdRun_1920x1080_50_10bit_444.yuv,--preset=ultrafast --constrained-intra --min-keyint 5 --keyint 10
>  CrowdRun_1920x1080_50_10bit_444.yuv,--preset=medium --max-tu-size 16
> _______________________________________________
> x265-devel mailing list
> x265-devel at videolan.org
> https://mailman.videolan.org/listinfo/x265-devel

-- 
Steve Borho


More information about the x265-devel mailing list