kidmany2001
16th April 2014, 01:24
hi guys,
I try to use cq-level =22,27,32,37 to encode, DOS batch file is showed as below:
for %%i in (22,27,32,37) do (
vpxenc.exe -o S08_BasketBallDrill_qp%%i.webm S08_BasketBallDrill.yuv --end-usage=cq --cpu-used=0 -w 832 -h 480 ^
--fps=50000/1000 --profile=0 --codec=vp9 --passes=2 ^
--kf-max-dist=9999 --cq-level=%%i --psnr
)
To my surprise, it return the same PSNR.(as below).
I am sure that i use the different cq-level. Why it show the same PSNR?
Did someone know where i am wrong ?
thanks
output result:
***************************************
.....
Pass 2/2 frame 30/30 19827B 5287b/f 264360b/s 574156 ms (0.05 fps)[K
Stream 0 PSNR (Overall/Avg/Y/U/V) 30.288 30.314 29.318 33.896 33.084
.....
Pass 2/2 frame 30/30 19827B 5287b/f 264360b/s 577992 ms (0.05 fps)[K
Stream 0 PSNR (Overall/Avg/Y/U/V) 30.288 30.314 29.318 33.896 33.084
.....
Pass 2/2 frame 30/30 19827B 5287b/f 264360b/s 571451 ms (0.05 fps)[K
Stream 0 PSNR (Overall/Avg/Y/U/V) 30.288 30.314 29.318 33.896 33.084
.......
Pass 2/2 frame 30/30 19827B 5287b/f 264360b/s 571165 ms (0.05 fps)[K
Stream 0 PSNR (Overall/Avg/Y/U/V) 30.288 30.314 29.318 33.896 33.084
I try to use cq-level =22,27,32,37 to encode, DOS batch file is showed as below:
for %%i in (22,27,32,37) do (
vpxenc.exe -o S08_BasketBallDrill_qp%%i.webm S08_BasketBallDrill.yuv --end-usage=cq --cpu-used=0 -w 832 -h 480 ^
--fps=50000/1000 --profile=0 --codec=vp9 --passes=2 ^
--kf-max-dist=9999 --cq-level=%%i --psnr
)
To my surprise, it return the same PSNR.(as below).
I am sure that i use the different cq-level. Why it show the same PSNR?
Did someone know where i am wrong ?
thanks
output result:
***************************************
.....
Pass 2/2 frame 30/30 19827B 5287b/f 264360b/s 574156 ms (0.05 fps)[K
Stream 0 PSNR (Overall/Avg/Y/U/V) 30.288 30.314 29.318 33.896 33.084
.....
Pass 2/2 frame 30/30 19827B 5287b/f 264360b/s 577992 ms (0.05 fps)[K
Stream 0 PSNR (Overall/Avg/Y/U/V) 30.288 30.314 29.318 33.896 33.084
.....
Pass 2/2 frame 30/30 19827B 5287b/f 264360b/s 571451 ms (0.05 fps)[K
Stream 0 PSNR (Overall/Avg/Y/U/V) 30.288 30.314 29.318 33.896 33.084
.......
Pass 2/2 frame 30/30 19827B 5287b/f 264360b/s 571165 ms (0.05 fps)[K
Stream 0 PSNR (Overall/Avg/Y/U/V) 30.288 30.314 29.318 33.896 33.084