View Single Post
Old 3rd August 2009, 02:10   #5  |  Link
Snowknight26
Registered User
 
Join Date: Aug 2007
Posts: 1,430
Quote:
Originally Posted by Dark Shikari View Post
Farbrausch, should have known. I dare say I'm more impressed by that than the mbtree.

Funny how the QP for the mbtree version is twofold that of a normal build:

Code:
C:\temp\Encoding\test>cd ..

C:\temp\Encoding>avs2yuv -raw test/test.avs -   | x264_mbtree_x64 --crf 19 --mbt
ree --bframes 4 --b-adapt 2 --ref 4 --b-pyramid  --direct auto --deblock -3:-3 -
-subme 10 --trellis 2 --analyse all --no-dct-decimate --me umh --ssim --fps 2400
0/1001 --output "test/test.mbtree.mkv" - 480x320
x264 [info]: 480x320 @ 23.98 fps
x264 [info]: using cpu capabilities: MMX2 SSE2Fast SSSE3 Cache64
x264 [info]: profile High, level 2.1
test/test.avs: 480x320, 10000000/417083 fps, 481 frames
x264 [info]: slice I:240   Avg QP:20.82  size:    79
x264 [info]: slice P:241   Avg QP:24.08  size:    79
x264 [info]: consecutive B-frames: 100.0%  0.0%  0.0%  0.0%  0.0%
x264 [info]: mb I  I16..4: 100.0%  0.0%  0.0%
x264 [info]: mb P  I16..4: 90.4%  0.0%  0.0%  P16..4:  9.2%  0.0%  0.0%  0.0%  0
.0%    skip: 0.4%
x264 [info]: 8x8 transform  intra:0.0%  inter:-1.$%
x264 [info]: coded y,uvDC,uvAC intra:0.0% 0.1% 0.0% inter:0.0% 0.0% 0.0%
x264 [info]: ref P L0   0.0% 100.0%
x264 [info]: SSIM Mean Y:1.0000000
x264 [info]: kb/s:15.2

encoded 481 frames, 151.83 fps, 16.87 kb/s

C:\temp\Encoding>avs2yuv -raw test/test.avs -   | x264.x64 --crf 19 --bframes 4
--b-adapt 2 --ref 4 --b-pyramid  --direct auto --deblock -3:-3 --subme 10 --trel
lis 2 --analyse all --no-dct-decimate --me umh --ssim --fps 24000/1001 --output
"test/test.mkv" - 480x320
x264 [info]: 480x320 @ 23.98 fps
x264 [info]: using cpu capabilities: MMX2 SSE2Fast SSSE3 Cache64
x264 [info]: profile High, level 2.1
test/test.avs: 480x320, 10000000/417083 fps, 481 frames
x264 [info]: slice I:240   Avg QP:10.04  size:    83
x264 [info]: slice P:241   Avg QP:10.01  size:    91
x264 [info]: consecutive B-frames: 100.0%  0.0%  0.0%  0.0%  0.0%
x264 [info]: mb I  I16..4: 100.0%  0.0%  0.0%
x264 [info]: mb P  I16..4: 90.4%  0.0%  0.0%  P16..4:  9.2%  0.0%  0.0%  0.0%  0
.0%    skip: 0.4%
x264 [info]: 8x8 transform  intra:0.0%  inter:-1.$%
x264 [info]: coded y,uvDC,uvAC intra:0.0% 0.1% 0.0% inter:0.0% 0.0% 0.0%
x264 [info]: ref P L0   0.0% 100.0%
x264 [info]: SSIM Mean Y:1.0000000
x264 [info]: kb/s:16.7

encoded 481 frames, 162.39 fps, 18.08 kb/s

C:\temp\Encoding>pause
Press any key to continue . . .
And what did you mean by doesn't work with --b-pyramid? Different outputs seems to show that it does something differently.

Last edited by Snowknight26; 3rd August 2009 at 02:12.
Snowknight26 is offline   Reply With Quote