[MEncoder-users] Mencoder x264encopts options

Wes Morgan morganw at chemikals.org
Sun Jan 24 03:45:40 CET 2010


On Sat, 23 Jan 2010, Nathan Shearer wrote:

> ?????????? ?. ?. wrote:
> > Nope, I have such error:
> > "MEncoder SVN-r30380-4.3.3 (C) 2000-2009 MPlayer Team
> > Option x264encopts: Unknown suboption slow-firstpass"
> >
> > On Sat, Jan 23, 2010 at 2:18 PM, Reimar Döffinger
> > <Reimar.Doeffinger at gmx.de>wrote:
> >
> >
> >> On Sat, Jan 23, 2010 at 01:53:12PM +0300, ?????????? ?. ?. wrote:
> >>
> >>> What are mencoders options for x264's "slow-firstpass" (encode without
> >>> "turbo" switch?) and can I choose presets like "slow" or "normal"?
> >>>
> >> I think mencoder just passed the options on to x264 for parsing (I haven't
> >> verified that though). In that case you can use the same options as
> >> for x264 itself.
> >> _______________________________________________
> >> MEncoder-users mailing list
> >> MEncoder-users at mplayerhq.hu
> >> https://lists.mplayerhq.hu/mailman/listinfo/mencoder-users
> >>
> Does anybody know how to use the x264 presets in mencoder?

x264 "presets" are strictly part of the "x264" program itself, and not in
the library at all. You can find the presets in x264.c, where all the
options are parsed. Look for "OPT_PRESET". The options should all directly
translate to mencoder options for the -x264encopts parameter. However,
depending on the version of mencoder and x264, some options may not be
supported.


More information about the MEncoder-users mailing list