Log in

View Full Version : x264 rev 996-998 command line error


Ulf
6th October 2008, 09:49
Starting from rev 996 I get the following error when running x264.exe from a batch file:

C:\Program files\megui\tools\x264\x264.exe: unknown option -- b-rdo

The command line is:


start "X264" /belownormal /b /w "C:\Program files\megui\tools\x264\x264.exe" --pass 1
--bitrate 6500 --stats "Y:\test.stats" --level 4.1 --keyint 24 --min-keyint 1 --ref 3
--mixed-refs --bframes 3 --b-rdo --bime --weightb --direct auto --subme 6 --trellis 1
--psy-rd 1.0:1.0 --partitions p8x8,b8x8,i4x4,i8x8 --8x8dct --ipratio 1.1 --pbratio 1.1
--vbv-bufsize 22000 --vbv-maxrate 16000 --qcomp 0.5 --me umh --threads auto
--thread-input --progress --no-psnr --no-ssim --mvrange 511 --aud --nal-hrd --sar 1:1
--output NUL "Y:\test.avs"


x264 rev 994 and older works fine. The error doesn't seem to occur when using x264 from MeGUI. What has changed?

Dark Shikari
6th October 2008, 09:50
read and be enlightened (http://git.videolan.org/?p=x264.git;a=commit;h=c89bc900a3bf0d4c4c728ad378703970b4f14e18)

Ulf
6th October 2008, 09:55
read and be enlightened (http://git.videolan.org/?p=x264.git;a=commit;h=c89bc900a3bf0d4c4c728ad378703970b4f14e18)

Thanks Dark Shikari!

manoj4986
8th October 2008, 08:07
after new core updates and x264 update.. i am getting this error
Standard error stream: C:\Program Files\megui\tools\x264\x264.exe: unknown option -- aq-sensitivity

i used this --aq-sensitivity 10

Dark Shikari
8th October 2008, 08:22
That option has never existed in official x264.

manoj4986
8th October 2008, 15:01
That option has never existed in official x264.

Is it i guess then i was using patch version before... ok i got now patched version.

LoRd_MuldeR
8th October 2008, 15:18
Is it i guess then i was using patch version before... ok i got now patched version.

There is no need for "--aq-sensitivity" and you should go with an up-to-date build. Any build with "--aq-sensitivity" patched in must be really old...