********************************************************************************************************************
2009-02-17
Gentoo Linux amd64 stable CFLAGS="-march=core2 -O2 -pipe"
MPlayer SVN-r28450-4.3.3 (C) 2000-2009 MPlayer Team
x264 - core 65 r0+1057 5f8a149 - H.264/MPEG-4 AVC codec - Copyleft 2003-2008 -
http://www.videolan.org/x264.html
********************************************************************************************************************
#!/bin/sh
# x264-enc-3p.sh
source="$1"
bitrate="$2"
filters="$3"
name="$(date +%F-%T)".avi
log="$name".log
# 21
e="mencoder "$source" -vf pullup,softskip,"$filters"harddup -ovc x264 -x264encopts threads=auto:psnr:ssim:b_adapt=2:deblock:cabac:chroma_me:subq=9:partitions=all:8x8dct:me=umh:nofast_pskip:nodct_decimate:me_range=32:trellis=2:frameref=16:bframes=16:b_pyramid:weight_b:mixed_refs:direct_pred=auto:keyint=750:keyint_min=25:direct_8x8=-1:aq_mode=1:aq_strength=1.0:psy_rd=1.0,0.0:bitrate=$bitrate"
(time (\
time $e:pass=1:turbo -o /dev/null && \
time $e:pass=3:turbo -o /dev/null && \
time $e:pass=3 -o "$name" && \
echo "Encoding time:") &> "$log";\
rm -v divx2pass.log*\
) &
tail -f "$log"
********************************************************************************************************************
ODML: vprp aspect is 16384:7167.
Поток видео: 1307.053 кбит/с (163381 Б/с) размер: 784512792 байт(а/ов) 4801.720 сек. 120047 кадр(а/ов)
x264 [info]: slice I:1227 Avg QP:15.60 size: 39013 PSNR Mean Y:48.71 U:50.90 V:51.30 Avg:49.21 Global:48.54
x264 [info]: slice P:51170 Avg QP:17.26 size: 10299 PSNR Mean Y:46.78 U:52.18 V:52.70 Avg:47.50 Global:46.50
x264 [info]: slice B:67645 Avg QP:19.01 size: 3099 PSNR Mean Y:46.27 U:53.39 V:53.94 Avg:47.06 Global:46.15
x264 [info]: consecutive B-frames: 8.9% 28.0% 57.3% 1.8% 1.5% 0.5% 0.8% 0.4% 0.1% 0.0% 0.1% 0.1% 0.1% 0.1% 0.1% 0.1% 0.0%
x264 [info]: mb I I16..4: 11.4% 72.5% 16.0%
x264 [info]: mb P I16..4: 1.9% 6.4% 0.8% P16..4: 40.8% 15.3% 10.8% 0.6% 0.6% skip:22.7%
x264 [info]: mb B I16..4: 0.2% 0.6% 0.1% B16..8: 31.4% 2.1% 2.4% direct: 3.3% skip:59.8% L0:37.0% L1:54.4% BI: 8.6%
x264 [info]: 8x8 transform intra:70.0% inter:58.5%
x264 [info]: direct mvs spatial:91.0% temporal:9.0%
x264 [info]: ref P L0 63.7% 12.4% 6.8% 3.0% 2.6% 2.1% 2.0% 1.0% 0.9% 0.8% 0.8% 1.3% 0.7% 0.8% 0.6% 0.4%
x264 [info]: ref B L0 73.8% 11.1% 3.9% 2.1% 1.6% 1.6% 1.3% 0.9% 0.7% 0.6% 0.6% 0.5% 0.5% 0.5% 0.3%
x264 [info]: ref B L1 87.2% 12.8%
x264 [info]: SSIM Mean Y:0.9879869
x264 [info]: PSNR Mean Y:46.514 U:52.850 V:53.384 Avg:47.269 Global:46.318 kb/s:1306.96
********************************************************************************************************************