[MPlayer-dev-eng] XviD 1.1.x support

Diego Biurrun diego at biurrun.de
Fri Sep 24 22:48:04 CEST 2004


Guillaume POIRIER writes:
> On Wed, 1 Sep 2004 XviD devs issued updated MPlayer/MEncoder's frontend
> for their new 1.1 branch.
> I've been using/testing it quite a lot since then, and it works fine
> with me.

Ivan, could you review this?

> +The following option is only available in cvs development versions

CVS

I'd either say "CVS versions" or "development versions".

> +.B bvhq=<0|1>
> +This setting allows vector candidats for B frames to be used for

candidatEs

> +the coding chosen using a rate distortion optimized operator,
> +which is what is done for P frames by the vhq option.

I don't understand what "the coding chosen" is supposed to mean.
Should it be "encoding" instead of "coding"?

> +This produces nicer-looking B frames while having almost no
> +performance penalty.

I'd say "incurring" instead of "having".

> +
> +.
> +.

Don't add empty lines to the man page.

> @@ -53,6 +59,8 @@
>  	{ "filmeffect", &filmeffect, CONF_TYPE_FLAG, 0, 0, 1, NULL},
>  	{ "deblock-luma", &lumadeblock, CONF_TYPE_FLAG, 0, 0, 1, NULL},
>  	{ "deblock-chroma", &chromadeblock, CONF_TYPE_FLAG, 0, 0, 1, NULL},
> +	{ "dering-luma", &lumadering, CONF_TYPE_FLAG, 0, 0, 1, NULL},
> +	{ "dering-chroma", &chromadering, CONF_TYPE_FLAG, 0, 0, 1, NULL},

Where is the documentation for these? ;-)

Diego




More information about the MPlayer-dev-eng mailing list