Kero777 wrote:Qyot27 wrote:Kero777 wrote:x264.exe --crf 18 --ref 16 --mixed-refs --no-fast-pskip --bframes 3 --b-pyramid --b-rdo --bime --weightb --direct auto --subme 7 --trellis 2 --analyse all --8x8dct --me umh --progress --filter 3:3 --no-psnr --no-ssim --output [...]
In bold. That may be the cause. High smoothing values and all. Reduce those to 1:1 (or into negative integer values, or even completely turn it off using --nf) if you can and see if the effect is as noticeable. I have no idea if ZarxGui lets you adjust that, but if not then you could probably just call up the command prompt and feed it the same exact set of functions that you posted (except with the filter setting changed to 1:1) and it should work. Although keeping in mind you have to know how to navigate Windows' folder structure using DOS commands to wherever the x264.exe binary is - of course, this is negated if you've got the
'Open Command Window Here' PowerToy for XP.
I looked around and I can't find a way that it will let me change it. I will be honest, I got completely lost when you started talking about the command prompt and this: "Although keeping in mind you have to know how to navigate Windows' folder structure using DOS commands to wherever the x264.exe binary is..." totally confused me!

I'm not familiar with that stuff at all.

If possible could you please explain what it is that I am supposed to do? If not, that's fine. Thank you so much.
Ok, considering what Zarxrax just said about how old the build of x264 is being used, I'd suggest snagging the latest build from Cef:
http://mirror05.x264.nl/Cef/force.php?f ... 86_r736.7z
Unpack that (you'll need
7zip installed), and you'll get x264.exe. I really would suggest downloading and installing the PowerToy I linked to earlier, since it makes this easier (and I mean
a lot easier - I'll explain below), but to do it manually these are the steps taken:
Go to Start->Run, type in 'cmd' (but without the quotes), and press Enter. This will bring up the command prompt.
Now, make sure you know what folder x264.exe is in. Let's say it's in C:\Program Files\megui\tools\x264. Type (or copy and paste) the following into the prompt:
And press Enter. It'll change to that directory (or whichever directory you actually tell it to). Now, just copy and paste the encoding script you got from Zarx264GUI, making sure to modify the filter setting from 3:3 to 1:1, and then press Enter again. It'll do its thing from there.
Another way that's slightly less to the point is to do this. After opening the command prompt:
This will take you back to the root of the drive you're navigating.
Which will take you to the actual folder. The first example I gave simply combines these two steps.
Now, the only thing that would be required if you have that 'Open Command Window Here' PowerToy I linked to installed, would be:
Navigate to the folder x264.exe is in using Windows Explorer.
Right-click on the folder itself (it helps if you have the 'Folders' view enabled, where you can see the directory tree in the left pane) and click the 'Open Command Window Here' option. Then just skip straight to the part where you copy and paste the commands for x264 itself. No having to mess with doing cd\ or whatnot.
As an extra note: if you put x264.exe in C:\WINDOWS, then you don't need to navigate anywhere, since the system will recognize it and allow you to run it from/in any folder. This also means that if, say, you want to use a script without having to type out the whole filepath, you can just go to the folder where the script is located, 'Open Command Window Here', and go ahead with using x264.