Log in

View Full Version : x264 (381) sticking on 1st pass


subcool
3rd December 2005, 18:59
What happends is that right after 1st pass is done, x264.exe does not exit.
i use a .bat file to 'chain' the jobs (MeGui froze after the 1st pass).

the output i get from it are completely normal, other than the fact x264.exe is still running. Not using any cpu power and only using 6MB ram.


C:\x264>C:\x264\x264.exe --pass 1 --bitrate 702 --stats "D:\encoding\raws\starshipgirl yamamoto yokho\Starship Girl Yamamoto Yohko.stats"
--keyint 240 --bframes 2 --filter -1,-1 --subme 1 --weightb --trellis 1
--analyse none --qpmax 27 --ratetol 90 --qcomp 0.9 --me dia --sar 1:1
--progress --no-psnr --output NUL "D:\encoding\raws\starshipgirl yamamoto yokho\Starship Girl Yamamoto Yohko.avs"
avis [info]: 640x480 @ 23.98 fps (35150 frames)
x264 [info]: no need for a SAR
x264 [info]: using cpu capabilities MMX MMXEXT SSE 3DNow!
x264 [info]: slice I:271 Avg QP:19.46 size: 17518 0:00:00
x264 [info]: slice P:15036 Avg QP:21.54 size: 4588
x264 [info]: slice B:19843 Avg QP:23.13 size: 986
x264 [info]: mb I I16..4: 43.9% 0.0% 56.1%
x264 [info]: mb P I16..4: 13.9% 0.0% 0.0% P16..4: 43.1% 0.0% 0.0% 0.0% 0
.0% skip:43.0%
x264 [info]: mb B I16..4: 0.6% 0.0% 0.0% B16..8: 11.9% 0.0% 0.0% direct:
5.3% skip:82.2%
x264 [info]: final ratefactor: 19.53
x264 [info]: kb/s:509.1

encoded 35150 frames, 12.40 fps, 509.12 kb/s


Anyone know what is going and howto fix it?