View Single Post
Old 7th November 2005, 04:44   #1  |  Link
jellysandwich
Registered User
 
Join Date: Mar 2004
Posts: 247
x264 doesn't seem to work anymore after x264/MeGui version "upgrade"...

I stopped using my old versions and upgraded to the latest versions: MeGUI 0.2.3.1b and x264 r_364a. Unfortunately, I can't seem to get 2-pass to work now. This is the MeGUI log:

Code:
Next job job2-1 is a video job. encoder commandline:
"E:\Downloads\Video\x264\x264.exe" --pass 1 --bitrate 1055 --stats "D:\24\3_21\3_21.stats" --bframes 3 --b-pyramid --subme 1 --b-rdo --weightb --analyse none --me dia --progress --no-psnr --output NUL "D:\24\3_21\3_21.avs" 
successfully set up video encoder and callbacks for job job2-1
----------------------------------------------------------------------------------------------------------

Log for job job2-1

avis [info]: 640x352 @ 23.98 fps (3160 frames)
x264 [info]: using cpu capabilities MMX MMXEXT SSE SSE2 3DNow! 
x264 [info]: slice I:45    Avg QP:16.18  size: 21085
x264 [info]: slice P:1649  Avg QP:18.41  size:  7566
x264 [info]: slice B:1466  Avg QP:19.98  size:  2744
x264 [info]: mb I  I16..4: 42.9%  0.0% 57.1%
x264 [info]: mb P  I16..4: 31.6%  0.0%  0.0%  P16..4: 49.4%  0.0%  0.0%  0.0%  0.0%    skip:18.9%
x264 [info]: mb B  I16..4:  2.0%  0.0%  0.0%  B16..8: 48.1%  0.0%  0.0%  direct: 9.8%  skip:40.2%
x264 [info]: kb/s:1059.0

Actual bitrate after encoding without container overhead: 1059.16

----------------------------------------------------------------------------------------------------------
job job2-1 has been processed. This job is linked to the next job: job2-2
Next job job2-2 is a video job. encoder commandline:
"E:\Downloads\Video\x264\x264.exe" --pass 2 --bitrate 1055 --stats "D:\24\3_21\3_21.stats" --ref 8 --mixed-refs --bframes 3 --b-pyramid --subme 7 --b-rdo --weightb --analyse all  --8x8dct --progress --no-psnr --output "D:\24\3_21\3_21.mkv" "D:\24\3_21\3_21.avs" 
successfully set up video encoder and callbacks for job job2-2
----------------------------------------------------------------------------------------------------------

Log for job job2-2

avis [info]: 640x352 @ 23.98 fps (3160 frames)
x264 [info]: using cpu capabilities MMX MMXEXT SSE SSE2 3DNow! 
desired video bitrate of this job: 1055 kbit/s - obtained video bitrate: 0 kbit/s
----------------------------------------------------------------------------------------------------------
Then, I tried running it from the command prompt:

Code:
C:\Documents and Settings\sh>cd\

C:\>"E:\Downloads\Video\x264\x264.exe" --pass 1 --bitrate 1055 --stats "D:\24\3_
21\3_21.stats" --bframes 3 --b-pyramid --subme 1 --b-rdo --weightb --analyse non
e --me dia --progress --no-psnr --output NUL "D:\24\3_21\3_21.avs"
avis [info]: 640x352 @ 23.98 fps (3160 frames)
x264 [info]: using cpu capabilities MMX MMXEXT SSE SSE2 3DNow!
x264 [info]: slice I:45    Avg QP:16.18  size: 21085:00:00
x264 [info]: slice P:1649  Avg QP:18.41  size:  7566
x264 [info]: slice B:1466  Avg QP:19.98  size:  2744
x264 [info]: mb I  I16..4: 42.9%  0.0% 57.1%
x264 [info]: mb P  I16..4: 31.6%  0.0%  0.0%  P16..4: 49.4%  0.0%  0.0%  0.0%  0
.0%    skip:18.9%
x264 [info]: mb B  I16..4:  2.0%  0.0%  0.0%  B16..8: 48.1%  0.0%  0.0%  direct:
 9.8%  skip:40.2%
x264 [info]: kb/s:1059.0

encoded 3160 frames, 15.82 fps, 1059.16 kb/s

C:\>"E:\Downloads\Video\x264\x264.exe" --pass 2 --bitrate 1055 --stats "D:\24\3_
21\3_21.stats" --ref 8 --mixed-refs --bframes 3 --b-pyramid --subme 7 --b-rdo --
weightb --analyse all  --8x8dct --progress --no-psnr --output "D:\24\3_21\3_21.m
kv" "D:\24\3_21\3_21.avs"
avis [info]: 640x352 @ 23.98 fps (3160 frames)
x264 [info]: using cpu capabilities MMX MMXEXT SSE SSE2 3DNow!
encoded frames: 23/3160 (0.7%), 12.69 fps, eta 0:04:07
C:\>
Important snippets:
-----------MeGUI---------------
avis [info]: 640x352 @ 23.98 fps (3160 frames)
x264 [info]: using cpu capabilities MMX MMXEXT SSE SSE2 3DNow!
desired video bitrate of this job: 1055 kbit/s - obtained video bitrate: 0 kbit/s
------------Prompt--------------
avis [info]: 640x352 @ 23.98 fps (3160 frames)
x264 [info]: using cpu capabilities MMX MMXEXT SSE SSE2 3DNow!
encoded frames: 23/3160 (0.7%), 12.69 fps, eta 0:04:07[/b]

Am I using some incompatible settings or something? It was working perfectly just earlier today with r_331 and MeGui 0.2.2.6 (I think)... I'm baffled.

js
jellysandwich is offline   Reply With Quote