1920x1080はやはり重い

1920x1080な映像を2400kbpsのH.264にしてみたのだが、非常に重い。使ったオプションは以下の通り

x264.exe --pass 1 --bitrate 2400 --stats 00003.stats --level 4 --keyint 300 \
--min-keyint 6 --bframes 5 --weightb --direct auto --subme 2 --partitions none \
--ratetol 64 --me dia --merange 32 --threads auto --thread-input --sar 1:1 \
--cqmfile "C:\Program Files\megui\Jvt-ave.cfg" --progress --no-dct-decimate \
--no-psnr --output NUL 00003.avs
x264.exe --pass 3 --bitrate 2400 --stats 00003.stats --level 4 --keyint 300 \
--min-keyint 6 --ref 5 --mixed-refs --no-fast-pskip --bframes 5 --b-rdo --bime \
--weightb --direct auto --subme 7 --trellis 2 --partitions p8x8,b8x8,i4x4,i8x8 \
--8x8dct --ratetol 64 --me umh --merange 32 --threads auto --thread-input --sar 1:1 \
--cqmfile "C:\Program Files\megui\Jvt-ave.cfg" --progress --no-dct-decimate \
--no-psnr --output 00003.mp4 00003.avs
x264.exe --pass 2 --bitrate 2400 --stats 00003.stats --level 4 --keyint 300 \
--min-keyint 6 --ref 5 --mixed-refs --no-fast-pskip --bframes 5 --b-rdo --bime \
--weightb --direct auto --subme 7 --trellis 2 --partitions p8x8,b8x8,i4x4,i8x8 \
--8x8dct --ratetol 64 --me umh --merange 32 --threads auto --thread-input --sar 1:1 \
--cqmfile "C:\Program Files\megui\Jvt-ave.cfg" --progress --no-dct-decimate \
--no-psnr --output 00003.mp4 00003.avs

ログはこんな感じ

avis [info]: 1920x1080 @ 23.98 fps (46260 frames)
x264 [info]: using SAR=1/1
x264 [info]: using cpu capabilities: MMX2 SSE2Fast
x264 [info]: slice I:662   Avg QP:23.67  size: 64925
x264 [info]: slice P:20445 Avg QP:27.12  size: 24046
x264 [info]: slice B:25153 Avg QP:29.55  size:  2862
x264 [info]: consecutive B-frames: 25.0% 16.2%  4.4%  7.9% 15.9% 30.6%
x264 [info]: mb I  I16..4: 73.2%  0.0% 26.8%
x264 [info]: mb P  I16..4: 32.8%  0.0%  0.0%  P16..4: 23.5%  0.0%  0.0%  0.0%  0.0%    skip:43.7%
x264 [info]: mb B  I16..4:  1.2%  0.0%  0.0%  B16..8:  6.1%  0.0%  0.0%  direct: 4.2%  skip:88.5%  L0:45.2% L1:51.1% BI: 3.7%
x264 [info]: final ratefactor: 31.33
x264 [info]: direct mvs  spatial:82.4%  temporal:17.6%
x264 [info]: SSIM Mean Y:0.9846218
x264 [info]: kb/s:2515.1
encoded 46260 frames, 9.25 fps, 2515.48 kb/s

avis [info]: 1920x1080 @ 23.98 fps (46260 frames)
x264 [info]: using SAR=1/1
x264 [warning]: DPB size (5 frames, 15667200 bytes) > level limit (4 frames, 12582912 bytes)
x264 [info]: using cpu capabilities: MMX2 SSE2Fast
mp4 [info]: initial delay 1001 (scale 24000)
x264 [info]: slice I:662   Avg QP:21.73  size: 73949
x264 [info]: slice P:20445 Avg QP:24.75  size: 21712
x264 [info]: slice B:25153 Avg QP:25.21  size:  3334
x264 [info]: consecutive B-frames: 25.0% 16.2%  4.4%  7.9% 15.9% 30.6%
x264 [info]: mb I  I16..4: 23.5% 72.3%  4.2%
x264 [info]: mb P  I16..4:  3.8%  9.6%  0.2%  P16..4: 51.0%  3.7%  6.8%  0.0%  0.0%    skip:24.9%
x264 [info]: mb B  I16..4:  0.1%  0.2%  0.0%  B16..8: 18.5%  0.3%  0.3%  direct: 0.4%  skip:80.2%  L0:39.7% L1:58.8% BI: 1.5%
x264 [info]: 8x8 transform  intra:70.9%  inter:89.1%
x264 [info]: direct mvs  spatial:76.8%  temporal:23.2%
x264 [info]: ref P L0  68.1% 15.0%  9.3%  4.1%  3.5%
x264 [info]: ref B L0  80.5% 10.5%  6.1%  2.9%
x264 [info]: SSIM Mean Y:0.9881793
x264 [info]: kb/s:2391.2
encoded 46260 frames, 2.31 fps, 2391.61 kb/s

avis [info]: 1920x1080 @ 23.98 fps (46260 frames)
x264 [info]: using SAR=1/1
x264 [warning]: DPB size (5 frames, 15667200 bytes) > level limit (4 frames, 12582912 bytes)
x264 [info]: using cpu capabilities: MMX2 SSE2Fast
mp4 [info]: initial delay 1001 (scale 24000)
x264 [info]: slice I:662   Avg QP:21.43  size: 73817
x264 [info]: slice P:20445 Avg QP:24.43  size: 21995
x264 [info]: slice B:25153 Avg QP:25.37  size:  3189
x264 [info]: consecutive B-frames: 25.0% 16.2%  4.4%  7.9% 15.9% 30.6%
x264 [info]: mb I  I16..4: 23.6% 72.3%  4.2%
x264 [info]: mb P  I16..4:  3.7%  9.6%  0.2%  P16..4: 52.0%  3.5%  6.9%  0.0%  0.0%    skip:24.0%
x264 [info]: mb B  I16..4:  0.1%  0.2%  0.0%  B16..8: 17.8%  0.3%  0.3%  direct: 0.4%  skip:80.9%  L0:38.8% L1:59.9% BI: 1.3%
x264 [info]: 8x8 transform  intra:71.2%  inter:89.8%
x264 [info]: direct mvs  spatial:84.3%  temporal:15.7%
x264 [info]: ref P L0  69.2% 14.7%  9.0%  3.9%  3.3%
x264 [info]: ref B L0  82.9%  9.2%  5.3%  2.6%
x264 [info]: SSIM Mean Y:0.9885113
x264 [info]: kb/s:2399.7
encoded 46260 frames, 2.35 fps, 2400.03 kb/s

DPB*1があふれているとか言うのは次回以降で修正するとして、約2.4Mbpsと一般的なBlu-rayの20分の1程度のビットレートだが非常に鮮明な映像になっている。まあPhenomX4 9500を12時間ぶん回して得られた結果が惨憺たるものだったら非常に悲しいが。
鮮明な映像になっているのはいいのだが非常に重い。ffdshowではフルレートで再生できない。1280x720は同じオプションでエンコードしてやっても楽にデコードできるのだが1920x1080では無理だ。画素数は大体二倍強に増えているのだが負荷はそれ以上に増えているようだ。
こんな映像もUVD2とかのHW支援を利用すれば楽に再生できるのだろうか。

*1:Decoded Picture Buffer