On Wed, Jan 23, 2013 at 12:14:40PM +0100, Luca Barbato wrote:
> ---
>
> Help in filling in missing parameters welcome.
You might want to look at the MPlayer man page.
> --- a/doc/encoders.texi
> +++ b/doc/encoders.texi
> @@ -413,3 +413,185 @@ Selected by Encoder (default)
> +
> +encoder options. Additionally an expert override is provided to pass directly
> +a list of key=value tuples as accepted by x264_param_parse.
directly pass
> +@multitable @columnfractions .2 .2
> +@item b @tab bitrate
> +Libav @code{b} option is expressed in bytes, x264 @code{bitrate} in
> Kilobytes.
Lowercase "kilobytes".
> +@item bf @tab bframes
> +Maximum number of b frames
B-frames
> +@subsection Private Options
> +@table @option
> +@item -preset @var{string}
> +Set the encoding preset (cf. x264 --fullhelp)
> +@item -tune @var{string}
> +Tune the encoding params (cf. x264 --fullhelp)
> +@item -profile @var{string}
> +Set profile restrictions (cf. x264 --fullhelp)
> +@item -fastfirstpass @var{integer}
> +Use fast settings when encoding first pass
> +@item -crf @var{float}
> +Select the quality for constant quality mode
End all of these in periods.
It might be better to replace the latin "cf." by "see".
> +@item -aq-strength @var{float}
> +AQ strength. Reduces blocking and blurring in flat and textured areas.
AQ strength, reduces blocking and blurring in flat and textured areas.
> +@item -b-bias @var{integer}
> +Influences how often B-frames are used
> +
> +@item -cplxblur @var{float}
> +Reduce fluctuations in QP (before curve compression)
.
> +@item -partitions @var{string}
> +A comma-separated list of partitions to consider. Possible values: p8x8,
> p4x4, b8x8, i8x8, i4x4, none, all
A comma-separated list of partitions to consider, possible values:
p8x8, p4x4, b8x8, i8x8, i4x4, none, all.
> +@end table
> +@item -slice-max-size @var{integer}
> +Limit the size of each slice in bytes
.
> +@end table
> +@item -x264-params @var{string}
> +Override the x264 configuration using a :-separated list of key=value list
> of parameters
The second "list" confuses me, probably just drop it. End in a period.
> +Stock encoding presets for common usages are provided they can be used by
> using
so they can be
Diego
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel