[DSL]Sensenman
11th October 2005, 15:43
I've tried this movie with x264 rev. 322b, after a crash on first pass with this config i updated MeGui and x264. Now the first pass works without a problem:
Next job job1 is a video job. encoder commandline:
"x264.exe" --pass 1 --bitrate 1200 --stats "D:\DVD\The_Cube_KV.stats" --keyint 300 --bframes 3 --b-pyramid --subme 1 --weightb --analyse none --qpstep 1 --me dia --threads 2 --progress --no-psnr --output NUL "D:\DVD\The_Cube_KV.avs" --threads 2
successfully set up video encoder and callbacks for job job1
----------------------------------------------------------------------------------------------------------
Log for job job1
avis [info]: 1008x400 @ 25.00 fps (130143 frames)
x264 [info]: using cpu capabilities MMX MMXEXT SSE SSE2
x264 [info]: slice I:795 Avg QP:16.68 size: 39142
x264 [info]: slice P:47815 Avg QP:18.46 size: 9963
x264 [info]: slice B:81533 Avg QP:20.46 size: 3376
x264 [info]: mb I I16..4: 35.3% 0.0% 64.7%
x264 [info]: mb P I16..4: 27.6% 0.0% 0.0% P16..4: 61.2% 0.0% 0.0% 0.0% 0.0% skip:11.3%
x264 [info]: mb B I16..4: 1.6% 0.0% 0.0% B16..8: 54.4% 0.0% 0.0% direct:14.5% skip:29.4%
x264 [info]: kb/s:1203.0
Actual bitrate after encoding without container overhead: 1204.02
But the 2nd pass ends at ~90% of the movie with the following log:
Next job job2 is a video job. encoder commandline:
"x264.exe" --pass 2 --bitrate 1200 --stats "D:\DVD\The_Cube_KV.stats" --keyint 300 --ref 5 --bframes 3 --b-pyramid --subme 6 --weightb --analyse all --8x8dct --qpstep 1 --me umh --threads 2 --progress --no-psnr --output "D:\DVD\The Cube.mp4" "D:\DVD\The_Cube_KV.avs" --threads 2
successfully set up video encoder and callbacks for job job2
----------------------------------------------------------------------------------------------------------
Log for job job2
avis [info]: 1008x400 @ 25.00 fps (130143 frames)
x264 [info]: using cpu capabilities MMX MMXEXT SSE SSE2
mp4 [info]: initial delay 2 (scale 25)
----------------------------------------------------------------------------------------------------------
The current job contains errors. Stopping queue mode
with no further error messages. Anyone has a clue?
Thanks in advance for any (useful) help!
Next job job1 is a video job. encoder commandline:
"x264.exe" --pass 1 --bitrate 1200 --stats "D:\DVD\The_Cube_KV.stats" --keyint 300 --bframes 3 --b-pyramid --subme 1 --weightb --analyse none --qpstep 1 --me dia --threads 2 --progress --no-psnr --output NUL "D:\DVD\The_Cube_KV.avs" --threads 2
successfully set up video encoder and callbacks for job job1
----------------------------------------------------------------------------------------------------------
Log for job job1
avis [info]: 1008x400 @ 25.00 fps (130143 frames)
x264 [info]: using cpu capabilities MMX MMXEXT SSE SSE2
x264 [info]: slice I:795 Avg QP:16.68 size: 39142
x264 [info]: slice P:47815 Avg QP:18.46 size: 9963
x264 [info]: slice B:81533 Avg QP:20.46 size: 3376
x264 [info]: mb I I16..4: 35.3% 0.0% 64.7%
x264 [info]: mb P I16..4: 27.6% 0.0% 0.0% P16..4: 61.2% 0.0% 0.0% 0.0% 0.0% skip:11.3%
x264 [info]: mb B I16..4: 1.6% 0.0% 0.0% B16..8: 54.4% 0.0% 0.0% direct:14.5% skip:29.4%
x264 [info]: kb/s:1203.0
Actual bitrate after encoding without container overhead: 1204.02
But the 2nd pass ends at ~90% of the movie with the following log:
Next job job2 is a video job. encoder commandline:
"x264.exe" --pass 2 --bitrate 1200 --stats "D:\DVD\The_Cube_KV.stats" --keyint 300 --ref 5 --bframes 3 --b-pyramid --subme 6 --weightb --analyse all --8x8dct --qpstep 1 --me umh --threads 2 --progress --no-psnr --output "D:\DVD\The Cube.mp4" "D:\DVD\The_Cube_KV.avs" --threads 2
successfully set up video encoder and callbacks for job job2
----------------------------------------------------------------------------------------------------------
Log for job job2
avis [info]: 1008x400 @ 25.00 fps (130143 frames)
x264 [info]: using cpu capabilities MMX MMXEXT SSE SSE2
mp4 [info]: initial delay 2 (scale 25)
----------------------------------------------------------------------------------------------------------
The current job contains errors. Stopping queue mode
with no further error messages. Anyone has a clue?
Thanks in advance for any (useful) help!