mirror of https://git.ffmpeg.org/ffmpeg.git
doc: fix x264_opts/x264opts typo.
This commit is contained in:
parent
6613db9736
commit
9eb1c94713
|
@ -551,27 +551,27 @@ Set the encoding preset.
|
||||||
|
|
||||||
@item tune @var{tune_name}
|
@item tune @var{tune_name}
|
||||||
Tune the encoding params.
|
Tune the encoding params.
|
||||||
Deprecated in favor of @var{x264_opts}
|
Deprecated in favor of @var{x264opts}
|
||||||
|
|
||||||
@item fastfirstpass @var{bool}
|
@item fastfirstpass @var{bool}
|
||||||
Use fast settings when encoding first pass, default value is 1.
|
Use fast settings when encoding first pass, default value is 1.
|
||||||
Deprecated in favor of @var{x264_opts}.
|
Deprecated in favor of @var{x264opts}.
|
||||||
|
|
||||||
@item profile @var{profile_name}
|
@item profile @var{profile_name}
|
||||||
Set profile restrictions.
|
Set profile restrictions.
|
||||||
Deprecated in favor of @var{x264_opts}.
|
Deprecated in favor of @var{x264opts}.
|
||||||
|
|
||||||
@item level @var{level}
|
@item level @var{level}
|
||||||
Specify level (as defined by Annex A).
|
Specify level (as defined by Annex A).
|
||||||
Deprecated in favor of @var{x264_opts}.
|
Deprecated in favor of @var{x264opts}.
|
||||||
|
|
||||||
@item passlogfile @var{filename}
|
@item passlogfile @var{filename}
|
||||||
Specify filename for 2 pass stats.
|
Specify filename for 2 pass stats.
|
||||||
Deprecated in favor of @var{x264_opts}.
|
Deprecated in favor of @var{x264opts}.
|
||||||
|
|
||||||
@item wpredp @var{wpred_type}
|
@item wpredp @var{wpred_type}
|
||||||
Specify Weighted prediction for P-frames.
|
Specify Weighted prediction for P-frames.
|
||||||
Deprecated in favor of @var{x264_opts}.
|
Deprecated in favor of @var{x264opts}.
|
||||||
|
|
||||||
@item x264opts @var{options}
|
@item x264opts @var{options}
|
||||||
Allow to set any x264 option, see x264 manual for a list.
|
Allow to set any x264 option, see x264 manual for a list.
|
||||||
|
|
Loading…
Reference in New Issue