Log in

View Full Version : Weird bug in X264 r1179


jdobbs
10th July 2009, 00:01
Anyone seeing the error below? It's really odd, as it happens every time I try to encode on my Phenom system, but works on a different computer. r1173 works fine with the same command line on both computers. I'm using the 32bit version downloaded from www.x264.nl.

Microsoft Windows [Version 6.0.6001]
Copyright (c) 2006 Microsoft Corporation. All rights reserved.

E:\>"E:\BD_Rebuilder\tools\x264.exe" "E:\WORKING2\WORKFILES\TEMP.AVS" --bitrate
2658 --level 4.1 --sar 1:1 --fps 24000/1001 --aud --vbv-bufsize 14500 --keyint 2
4 --min-keyint 1 --vbv-maxrate 17500 --filter 0,0 --subme 7 --me umh --ref 3 --b
frames 3 --direct auto --8x8dct --weightb --trellis 1 --psy-rd 1.0:0.2 --aq-stre
ngth 0.8 --threads auto --thread-input --progress --no-psnr --no-ssim --stats "E
:\WORKING2\WORKFILES\TEMP.MKV.stats" --pass 1 --output "E:\WORKING2\WORKFILES\TE
MP.MKV"
E:\BD_Rebuilder\tools\x264.exe: unknown option -- progress

E:\> If I remove "--progress" it stops again with "unknown option -- no-psnr"

LoRd_MuldeR
10th July 2009, 00:06
The "--progress" switch doesn't exist any more. Remove that switch and it will work fine :p

http://git.videolan.org/gitweb.cgi?p=x264.git;a=blobdiff;f=x264.c;h=e79f9acc2b3486adbc8b958b1df4f6044616215a;hp=9aafc357930dc3821cc45eec0480f2f6324e15ed;hb=af2a4ecd7bcefc97c8aa83913c9a2980206f9cd0;hpb=72534d466a6bd99b9cbf32c74e667bea608c6dee

[EDIT]

Same reason for "--no-psnr" :D

After the defaults changed, various switches became obsolete and thus were removed. See the link!

jdobbs
10th July 2009, 00:15
Ughh... ok, thanks. :) I just realized that the version on my other computer was r1173.

nurbs
10th July 2009, 00:32
The included presets may also be interesting to you: http://forum.doom9.org/showthread.php?t=148149