PDA

View Full Version : Where to find out the latest mencoder buld with x.264?


zyz
16th November 2006, 20:07
Links in the sticky topic above seem to be outdated.

Thanks.

DarkZell666
17th November 2006, 12:57
http://esby.free.fr/CelticDruid/mirror/mplayer/

zyz
17th November 2006, 18:52
OK, thanks.

I have tried the latast build (Athlon 64) and it crashes with certain options (4x4mv:8x8dct) or writes "uncnown suboption" or "bad argument" (direct_pred=3).

Is it OK?

nm
17th November 2006, 19:28
I have tried the latast build (Athlon 64) and it crashes with certain options (4x4mv:8x8dct)
A bug in the build or you're running it with an incompatible CPU.

or writes "uncnown suboption" or "bad argument" (direct_pred=3).
Use direct_pred=auto. The syntax was slightly changed a while ago to move the option parsing code to x264. See the manual page for valid values.

zyz
20th November 2006, 12:56
A bug in the build or you're running it with an incompatible CPU.

Use direct_pred=auto. The syntax was slightly changed a while ago to move the option parsing code to x264. See the manual page for valid values.

Well, I tried both: for Athlon-64 & for Athlon-XP; and then tried one for P-M on my IBM T-41p notebook - all the same, omitting these options it works, so more likely that means a bug in the build.
Is there another build, that will definitely work?

nm
20th November 2006, 13:38
Well, 4x4mv is also no longer a valid parameter, instead you should use partitions=all, but that is only recommended for low resolutions anyway. 8x8dct should work fine as a parameter.

zyz
20th November 2006, 14:15
nm,

many thanks!
Now I've updated the manual page and see the changes.

Also, people here are talking about another option, aq-strength, which is helpful in case of blocking artefacts.
Is it available for mencoder as well?

nm
20th November 2006, 14:29
No, MEncoder doesn't parse those options. You would also need the AQ patch for x264, which is not included in the build you're using. But it wouldn't work anyway without changing MEncoder's code.

Sharktooth
20th November 2006, 14:30
it depends if the x264 lib was compiled with the AQ patch or not and if it was implemented in mencoder commandline options (i doubt it though).

zyz
20th November 2006, 14:47
OK, thanx, guys!