Log in

View Full Version : CRF Error!


killer_sai
5th January 2010, 16:41
1.When i used x264 unrestricted 1pass constant quality HQ profile in Megui...

this is my cmds

program --profile high --level 5.1 --preset fast --thread-input --deblock -1:-1 --bframes 3 --b-adapt 2 --b-pyramid --b-bias 0 --scenecut 40 --ref 5 --rc-lookahead 40 --no-mbtree --aq-mode 1 --aq-strength 1.0 --merange 16 --me umh --subme 6 --partitions all --trellis 2 --psy-rd 1.0:0 --output "output" "input"

an error occurs in rc-lookahead!

2.i want to edit that Cmd line how Can I

desta
5th January 2010, 16:49
If I'm not mistaken(?), rc-lookahead is part of mbtree, which you've turned off.

sneaker_ger
5th January 2010, 18:20
Which version of x264 and MeGUI are you using? "--b-pyramid" without any parameter ("none", "strict", "normal") doesn't work with the newest builds at all. I'd suggest you to first update MeGUI to the newer patched builds (http://forum.doom9.org/showthread.php?t=151159), as the original developers have abandoned the program. If you set "--b-pyramid" correctly after updating MeGUI it should work.